Searched refs:parent_type (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-visconti.c95 unsigned int *parent_type)
100 *parent_type = IRQ_TYPE_LEVEL_HIGH;
110 unsigned int parent_type)
118 fwspec->param[2] = parent_type;
91 visconti_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
107 visconti_gpio_populate_parent_fwspec(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
H A Dgpio-ixp4xx.c187 unsigned int *parent_type)
190 *parent_type = IRQ_TYPE_LEVEL_HIGH;
183 ixp4xx_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
H A Dgpio-msc313.c573 unsigned int parent_type)
581 fwspec->param[2] = parent_type;
590 unsigned int *parent_type)
601 *parent_type = child_type;
570 msc313_gpio_populate_parent_fwspec(struct gpio_chip *gc, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
586 msc313e_gpio_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
H A Dgpio-sifive.c162 unsigned int *parent_type)
167 *parent_type = IRQ_TYPE_NONE;
158 sifive_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
H A Dgpio-thunderx.c400 unsigned int *parent_type)
411 *parent_type = IRQ_TYPE_LEVEL_HIGH;
418 unsigned int parent_type)
396 thunderx_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
415 thunderx_gpio_populate_parent_alloc_info(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
H A Dgpio-tegra.c435 unsigned int *parent_type)
438 *parent_type = type;
446 unsigned int parent_type)
454 fwspec->param[2] = parent_type;
431 tegra_gpio_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int hwirq, unsigned int type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
443 tegra_gpio_populate_parent_fwspec(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
H A Dgpio-tegra186.c699 unsigned int parent_type)
708 fwspec->param[2] = parent_type;
717 unsigned int *parent_type)
720 *parent_type = type;
696 tegra186_gpio_populate_parent_fwspec(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
713 tegra186_gpio_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int hwirq, unsigned int type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
H A Dgpiolib.c1353 unsigned int parent_type; local
1365 &parent_type);
1428 unsigned int parent_type; local
1445 &parent_hwirq, &parent_type);
1467 parent_hwirq, parent_type);
1594 unsigned int parent_type)
1601 fwspec->param[1] = parent_type;
1610 unsigned int parent_type)
1619 fwspec->param[3] = parent_type;
1591 gpiochip_populate_parent_fwspec_twocell(struct gpio_chip *gc, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
1607 gpiochip_populate_parent_fwspec_fourcell(struct gpio_chip *gc, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
/linux-master/drivers/devfreq/
H A Dgovernor_passive.c185 switch (p_data->parent_type) {
407 if (p_data->parent_type == DEVFREQ_PARENT_DEV)
409 else if (p_data->parent_type == CPUFREQ_PARENT_DEV)
413 if (p_data->parent_type == DEVFREQ_PARENT_DEV)
415 else if (p_data->parent_type == CPUFREQ_PARENT_DEV)
H A Dmtk-cci-devfreq.c361 passive_data->parent_type = CPUFREQ_PARENT_DEV;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h74 enum i40e_switch_element_types parent_type; member in struct:i40e_vf
H A Di40e_virtchnl_pf.c1845 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB;
/linux-master/include/linux/gpio/
H A Ddriver.h106 unsigned int *parent_type);
120 unsigned int parent_type);
702 unsigned int parent_type);
706 unsigned int parent_type);
/linux-master/include/linux/
H A Ddevfreq.h313 * @parent_type: the parent type of the device.
332 enum devfreq_parent_dev_type parent_type; member in struct:devfreq_passive_data
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c760 unsigned int *parent_type)
763 *parent_type = child_type;
772 unsigned int *parent_type)
775 *parent_type = child_type;
756 pm8821_mpp_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child_hwirq, unsigned int child_type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
768 pm8xxx_mpp_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child_hwirq, unsigned int child_type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
H A Dpinctrl-spmi-gpio.c996 unsigned int *parent_type)
1001 *parent_type = child_type;
1009 unsigned int parent_type)
1020 fwspec->param[3] = parent_type;
992 pmic_gpio_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child_hwirq, unsigned int child_type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
1006 pmic_gpio_populate_parent_fwspec(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
H A Dpinctrl-spmi-mpp.c817 unsigned int *parent_type)
820 *parent_type = child_type;
813 pmic_mpp_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child_hwirq, unsigned int child_type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
H A Dpinctrl-ssbi-gpio.c709 unsigned int *parent_type)
712 *parent_type = child_type;
705 pm8xxx_child_to_parent_hwirq(struct gpio_chip *chip, unsigned int child_hwirq, unsigned int child_type, unsigned int *parent_hwirq, unsigned int *parent_type) argument
H A Dpinctrl-msm.c1343 unsigned int *parent_type)
1350 *parent_type = IRQ_TYPE_EDGE_RISING;
1339 msm_gpio_wakeirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
/linux-master/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c344 u32 parent_type; local
350 parent_type = type;
353 parent_type = IRQ_TYPE_EDGE_RISING;
356 parent_type = IRQ_TYPE_EDGE_FALLING;
364 return irq_chip_set_type_parent(d, parent_type);
/linux-master/include/scsi/
H A Dscsi_transport_iscsi.h479 extern char *iscsi_get_discovery_parent_name(int parent_type);
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c1990 unsigned int *parent_type)
2018 *parent_type = IRQ_TYPE_LEVEL_HIGH;
2030 unsigned int parent_type)
2037 fwspec->param[1] = parent_type;
1986 rzg2l_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) argument
2027 rzg2l_gpio_populate_parent_fwspec(struct gpio_chip *chip, union gpio_irq_fwspec *gfwspec, unsigned int parent_hwirq, unsigned int parent_type) argument
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c7856 int parent_type; local
8023 parent_type = ISCSI_DISC_PARENT_ISNS;
8025 parent_type = ISCSI_DISC_PARENT_UNKNOWN;
8027 parent_type = ISCSI_DISC_PARENT_SENDTGT;
8029 parent_type = ISCSI_DISC_PARENT_UNKNOWN;
8032 iscsi_get_discovery_parent_name(parent_type));
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c3439 char *iscsi_get_discovery_parent_name(int parent_type) argument
3445 if (iscsi_discovery_parent_names[i].value & parent_type) {
/linux-master/kernel/bpf/
H A Dverifier.c11825 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; local
11827 if (parent_type == BPF_DYNPTR_TYPE_INVALID) {
11832 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type);
11834 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) {

Completed in 431 milliseconds