Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/devfreq/
H A Dgovernor_passive.c185 switch (p_data->parent_type) { in devfreq_passive_get_target_freq()
407 if (p_data->parent_type == DEVFREQ_PARENT_DEV) in devfreq_passive_event_handler()
409 else if (p_data->parent_type == CPUFREQ_PARENT_DEV) in devfreq_passive_event_handler()
413 if (p_data->parent_type == DEVFREQ_PARENT_DEV) in devfreq_passive_event_handler()
415 else if (p_data->parent_type == CPUFREQ_PARENT_DEV) in devfreq_passive_event_handler()
H A Dmtk-cci-devfreq.c361 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe()
/linux/include/linux/gpio/
H A Ddriver.h107 unsigned int *parent_type);
121 unsigned int parent_type);
718 unsigned int parent_type);
722 unsigned int parent_type);
/linux/drivers/gpio/
H A Dgpio-msc313.c576 unsigned int parent_type) in msc313_gpio_populate_parent_fwspec() argument
584 fwspec->param[2] = parent_type; in msc313_gpio_populate_parent_fwspec()
593 unsigned int *parent_type) in msc313e_gpio_child_to_parent_hwirq() argument
604 *parent_type = child_type; in msc313e_gpio_child_to_parent_hwirq()
H A Dgpio-ixp4xx.c186 unsigned int *parent_type) in ixp4xx_gpio_child_to_parent_hwirq() argument
189 *parent_type = IRQ_TYPE_LEVEL_HIGH; in ixp4xx_gpio_child_to_parent_hwirq()
H A Dgpio-sifive.c162 unsigned int *parent_type) in sifive_gpio_child_to_parent_hwirq() argument
167 *parent_type = IRQ_TYPE_NONE; in sifive_gpio_child_to_parent_hwirq()
H A Dgpio-thunderx.c405 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument
416 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq()
423 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
H A Dgpio-tegra.c438 unsigned int *parent_type) in tegra_gpio_child_to_parent_hwirq() argument
441 *parent_type = type; in tegra_gpio_child_to_parent_hwirq()
449 unsigned int parent_type) in tegra_gpio_populate_parent_fwspec() argument
457 fwspec->param[2] = parent_type; in tegra_gpio_populate_parent_fwspec()
H A Dgpio-tegra186.c705 unsigned int parent_type) in tegra186_gpio_populate_parent_fwspec() argument
714 fwspec->param[2] = parent_type; in tegra186_gpio_populate_parent_fwspec()
723 unsigned int *parent_type) in tegra186_gpio_child_to_parent_hwirq() argument
726 *parent_type = type; in tegra186_gpio_child_to_parent_hwirq()
H A Dgpiolib.c1517 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local
1529 &parent_type); in gpiochip_set_hierarchical_irqchip()
1591 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local
1608 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1630 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1760 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
1767 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell()
1776 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
1785 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c759 unsigned int *parent_type) in pm8821_mpp_child_to_parent_hwirq() argument
762 *parent_type = child_type; in pm8821_mpp_child_to_parent_hwirq()
771 unsigned int *parent_type) in pm8xxx_mpp_child_to_parent_hwirq() argument
774 *parent_type = child_type; in pm8xxx_mpp_child_to_parent_hwirq()
H A Dpinctrl-spmi-gpio.c997 unsigned int *parent_type) in pmic_gpio_child_to_parent_hwirq() argument
1002 *parent_type = child_type; in pmic_gpio_child_to_parent_hwirq()
1010 unsigned int parent_type) in pmic_gpio_populate_parent_fwspec() argument
1021 fwspec->param[3] = parent_type; in pmic_gpio_populate_parent_fwspec()
H A Dpinctrl-ssbi-gpio.c711 unsigned int *parent_type) in pm8xxx_child_to_parent_hwirq() argument
714 *parent_type = child_type; in pm8xxx_child_to_parent_hwirq()
H A Dpinctrl-spmi-mpp.c818 unsigned int *parent_type) in pmic_mpp_child_to_parent_hwirq() argument
821 *parent_type = child_type; in pmic_mpp_child_to_parent_hwirq()
H A Dpinctrl-msm.c1363 unsigned int *parent_type) in msm_gpio_wakeirq() argument
1370 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
/linux/include/linux/
H A Ddevfreq.h336 enum devfreq_parent_dev_type parent_type; member
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c470 u32 parent_type; in stm32_gpio_set_type() local
476 parent_type = type; in stm32_gpio_set_type()
479 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type()
482 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type()
490 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1896 const struct btf_type *parent_type, in adjust_var_secinfo_member() argument
1903 if (!btf_is_composite(parent_type)) { in adjust_var_secinfo_member()
1908 for (i = 0; i < btf_vlen(parent_type); ++i) { in adjust_var_secinfo_member()
1913 member = btf_members(parent_type) + i; in adjust_var_secinfo_member()
1924 if (btf_member_bitfield_size(parent_type, i) != 0) { in adjust_var_secinfo_member()
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c7861 int parent_type; in qla4xxx_sysfs_ddb_get_param() local
8028 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param()
8030 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8032 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param()
8034 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8037 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c2565 unsigned int *parent_type) in rzg2l_gpio_child_to_parent_hwirq() argument
2593 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_gpio_child_to_parent_hwirq()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3418 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3424 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1842 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
/linux/kernel/bpf/
H A Dverifier.c13262 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local
13264 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args()
13269 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
13271 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()