| /linux-6.15/drivers/gpio/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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
|
| H A 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()
|
| H A 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()
|
| H A D | gpiolib.c | 1469 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local 1481 &parent_type); in gpiochip_set_hierarchical_irqchip() 1544 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local 1561 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1583 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1713 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument 1720 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell() 1729 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument 1738 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
|
| /linux-6.15/drivers/devfreq/ |
| H A 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()
|
| H A D | mtk-cci-devfreq.c | 361 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe()
|
| /linux-6.15/include/linux/gpio/ |
| H A D | driver.h | 107 unsigned int *parent_type); 121 unsigned int parent_type); 731 unsigned int parent_type); 735 unsigned int parent_type);
|
| /linux-6.15/drivers/pinctrl/qcom/ |
| H A D | pinctrl-ssbi-mpp.c | 758 unsigned int *parent_type) in pm8821_mpp_child_to_parent_hwirq() argument 761 *parent_type = child_type; in pm8821_mpp_child_to_parent_hwirq() 770 unsigned int *parent_type) in pm8xxx_mpp_child_to_parent_hwirq() argument 773 *parent_type = child_type; in pm8xxx_mpp_child_to_parent_hwirq()
|
| H A D | pinctrl-spmi-gpio.c | 997 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 D | pinctrl-ssbi-gpio.c | 710 unsigned int *parent_type) in pm8xxx_child_to_parent_hwirq() argument 713 *parent_type = child_type; in pm8xxx_child_to_parent_hwirq()
|
| H A D | pinctrl-spmi-mpp.c | 818 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 D | pinctrl-msm.c | 1342 unsigned int *parent_type) in msm_gpio_wakeirq() argument 1349 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.h | 80 enum i40e_switch_element_types parent_type; member
|
| H A D | i40e_virtchnl_pf.c | 1845 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
|
| /linux-6.15/include/linux/ |
| H A D | devfreq.h | 332 enum devfreq_parent_dev_type parent_type; member
|
| /linux-6.15/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 345 u32 parent_type; in stm32_gpio_set_type() local 351 parent_type = type; in stm32_gpio_set_type() 354 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type() 357 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type() 365 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
|
| /linux-6.15/include/scsi/ |
| H A D | scsi_transport_iscsi.h | 475 extern char *iscsi_get_discovery_parent_name(int parent_type);
|
| /linux-6.15/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 7857 int parent_type; in qla4xxx_sysfs_ddb_get_param() local 8024 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param() 8026 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param() 8028 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param() 8030 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param() 8033 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
|
| /linux-6.15/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzg2l.c | 2547 unsigned int *parent_type) in rzg2l_gpio_child_to_parent_hwirq() argument 2575 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_gpio_child_to_parent_hwirq()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 3416 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument 3422 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 13117 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local 13119 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args() 13124 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args() 13126 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()
|