Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/gpio/
Ddriver.h94 unsigned int *parent_type);
107 unsigned int parent_type);
579 unsigned int parent_type);
582 unsigned int parent_type);
588 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
595 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
/Linux-v5.10/drivers/gpio/
Dgpio-ixp4xx.c168 unsigned int *parent_type) in ixp4xx_gpio_child_to_parent_hwirq() argument
171 *parent_type = IRQ_TYPE_LEVEL_HIGH; in ixp4xx_gpio_child_to_parent_hwirq()
Dgpio-sifive.c145 unsigned int *parent_type) in sifive_gpio_child_to_parent_hwirq() argument
147 *parent_type = IRQ_TYPE_NONE; in sifive_gpio_child_to_parent_hwirq()
Dgpio-thunderx.c396 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument
407 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq()
413 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
Dgpio-tegra186.c517 unsigned int parent_type) in tegra186_gpio_populate_parent_fwspec() argument
530 fwspec->param[2] = parent_type; in tegra186_gpio_populate_parent_fwspec()
539 unsigned int *parent_type) in tegra186_gpio_child_to_parent_hwirq() argument
542 *parent_type = type; in tegra186_gpio_child_to_parent_hwirq()
Dgpiolib.c1031 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local
1043 &parent_type); in gpiochip_set_hierarchical_irqchip()
1112 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local
1129 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1150 parent_arg = girq->populate_parent_alloc_arg(gc, parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1235 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
1246 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell()
1254 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
1267 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h70 enum i40e_switch_element_types parent_type; member
Di40e_virtchnl_pf.c1678 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
/Linux-v5.10/drivers/pinctrl/stm32/
Dpinctrl-stm32.c330 u32 parent_type; in stm32_gpio_set_type() local
336 parent_type = type; in stm32_gpio_set_type()
339 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type()
342 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type()
350 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
/Linux-v5.10/drivers/pinctrl/qcom/
Dpinctrl-ssbi-gpio.c690 unsigned int *parent_type) in pm8xxx_child_to_parent_hwirq() argument
693 *parent_type = child_type; in pm8xxx_child_to_parent_hwirq()
Dpinctrl-spmi-gpio.c950 unsigned int *parent_type) in pmic_gpio_child_to_parent_hwirq() argument
953 *parent_type = child_type; in pmic_gpio_child_to_parent_hwirq()
Dpinctrl-msm.c1188 unsigned int *parent_type) in msm_gpio_wakeirq() argument
1195 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
/Linux-v5.10/include/scsi/
Dscsi_transport_iscsi.h454 extern char *iscsi_get_discovery_parent_name(int parent_type);
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_os.c7859 int parent_type; in qla4xxx_sysfs_ddb_get_param() local
8026 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param()
8028 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8030 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param()
8032 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8035 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
/Linux-v5.10/drivers/scsi/
Dscsi_transport_iscsi.c3257 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3263 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()