/linux-6.12.1/drivers/gpio/ |
D | gpio-visconti.c | 96 unsigned int *parent_type) in visconti_gpio_child_to_parent_hwirq() argument 101 *parent_type = IRQ_TYPE_LEVEL_HIGH; in visconti_gpio_child_to_parent_hwirq() 111 unsigned int parent_type) in visconti_gpio_populate_parent_fwspec() argument 119 fwspec->param[2] = parent_type; in visconti_gpio_populate_parent_fwspec()
|
D | gpio-msc313.c | 574 unsigned int parent_type) in msc313_gpio_populate_parent_fwspec() argument 582 fwspec->param[2] = parent_type; in msc313_gpio_populate_parent_fwspec() 591 unsigned int *parent_type) in msc313e_gpio_child_to_parent_hwirq() argument 602 *parent_type = child_type; in msc313e_gpio_child_to_parent_hwirq()
|
D | gpio-ixp4xx.c | 186 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()
|
D | gpio-sifive.c | 162 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()
|
D | gpio-thunderx.c | 401 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument 412 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq() 419 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
|
D | gpio-tegra.c | 436 unsigned int *parent_type) in tegra_gpio_child_to_parent_hwirq() argument 439 *parent_type = type; in tegra_gpio_child_to_parent_hwirq() 447 unsigned int parent_type) in tegra_gpio_populate_parent_fwspec() argument 455 fwspec->param[2] = parent_type; in tegra_gpio_populate_parent_fwspec()
|
D | gpio-tegra186.c | 700 unsigned int parent_type) in tegra186_gpio_populate_parent_fwspec() argument 709 fwspec->param[2] = parent_type; in tegra186_gpio_populate_parent_fwspec() 718 unsigned int *parent_type) in tegra186_gpio_child_to_parent_hwirq() argument 721 *parent_type = type; in tegra186_gpio_child_to_parent_hwirq()
|
D | gpiolib.c | 1372 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local 1384 &parent_type); in gpiochip_set_hierarchical_irqchip() 1447 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local 1464 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1486 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1616 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument 1623 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell() 1632 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument 1641 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
|
/linux-6.12.1/drivers/devfreq/ |
D | governor_passive.c | 185 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()
|
D | mtk-cci-devfreq.c | 361 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe()
|
/linux-6.12.1/include/linux/gpio/ |
D | driver.h | 106 unsigned int *parent_type); 120 unsigned int parent_type); 696 unsigned int parent_type); 700 unsigned int parent_type);
|
/linux-6.12.1/drivers/pinctrl/qcom/ |
D | pinctrl-ssbi-mpp.c | 760 unsigned int *parent_type) in pm8821_mpp_child_to_parent_hwirq() argument 763 *parent_type = child_type; in pm8821_mpp_child_to_parent_hwirq() 772 unsigned int *parent_type) in pm8xxx_mpp_child_to_parent_hwirq() argument 775 *parent_type = child_type; in pm8xxx_mpp_child_to_parent_hwirq()
|
D | pinctrl-spmi-gpio.c | 996 unsigned int *parent_type) in pmic_gpio_child_to_parent_hwirq() argument 1001 *parent_type = child_type; in pmic_gpio_child_to_parent_hwirq() 1009 unsigned int parent_type) in pmic_gpio_populate_parent_fwspec() argument 1020 fwspec->param[3] = parent_type; in pmic_gpio_populate_parent_fwspec()
|
D | pinctrl-ssbi-gpio.c | 709 unsigned int *parent_type) in pm8xxx_child_to_parent_hwirq() argument 712 *parent_type = child_type; in pm8xxx_child_to_parent_hwirq()
|
D | pinctrl-spmi-mpp.c | 817 unsigned int *parent_type) in pmic_mpp_child_to_parent_hwirq() argument 820 *parent_type = child_type; in pmic_mpp_child_to_parent_hwirq()
|
D | pinctrl-msm.c | 1343 unsigned int *parent_type) in msm_gpio_wakeirq() argument 1350 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.h | 74 enum i40e_switch_element_types parent_type; member
|
D | i40e_virtchnl_pf.c | 1845 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
|
/linux-6.12.1/include/linux/ |
D | devfreq.h | 332 enum devfreq_parent_dev_type parent_type; member
|
/linux-6.12.1/drivers/pinctrl/stm32/ |
D | pinctrl-stm32.c | 344 u32 parent_type; in stm32_gpio_set_type() local 350 parent_type = type; in stm32_gpio_set_type() 353 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type() 356 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type() 364 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
|
/linux-6.12.1/include/scsi/ |
D | scsi_transport_iscsi.h | 479 extern char *iscsi_get_discovery_parent_name(int parent_type);
|
/linux-6.12.1/drivers/pinctrl/renesas/ |
D | pinctrl-rzg2l.c | 2357 unsigned int *parent_type) in rzg2l_gpio_child_to_parent_hwirq() argument 2385 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_gpio_child_to_parent_hwirq() 2397 unsigned int parent_type) in rzg2l_gpio_populate_parent_fwspec() argument 2404 fwspec->param[1] = parent_type; in rzg2l_gpio_populate_parent_fwspec()
|
/linux-6.12.1/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 7856 int parent_type; in qla4xxx_sysfs_ddb_get_param() local 8023 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param() 8025 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param() 8027 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param() 8029 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param() 8032 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
|
/linux-6.12.1/drivers/scsi/ |
D | scsi_transport_iscsi.c | 3440 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument 3446 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 12158 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local 12160 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args() 12165 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args() 12167 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()
|