Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/gpio/
Ddriver.h94 unsigned int *parent_type);
107 unsigned int parent_type);
600 unsigned int parent_type);
603 unsigned int parent_type);
609 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
616 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
/kernel/linux/linux-5.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.c523 unsigned int parent_type) in tegra186_gpio_populate_parent_fwspec() argument
536 fwspec->param[2] = parent_type; in tegra186_gpio_populate_parent_fwspec()
545 unsigned int *parent_type) in tegra186_gpio_child_to_parent_hwirq() argument
548 *parent_type = type; in tegra186_gpio_child_to_parent_hwirq()
Dgpiolib.c1043 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local
1055 &parent_type); in gpiochip_set_hierarchical_irqchip()
1124 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local
1141 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1162 parent_arg = girq->populate_parent_alloc_arg(gc, parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1247 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
1258 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell()
1266 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
1279 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h72 enum i40e_switch_element_types parent_type; member
Di40e_virtchnl_pf.c1770 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/
Dpinctrl-stm32.c341 u32 parent_type; in stm32_gpio_set_type() local
347 parent_type = type; in stm32_gpio_set_type()
350 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type()
353 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type()
361 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
/kernel/linux/linux-5.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.c1212 unsigned int *parent_type) in msm_gpio_wakeirq() argument
1219 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_iscsi.h478 extern char *iscsi_get_discovery_parent_name(int parent_type);
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
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()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_iscsi.c3394 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3400 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()