Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpio/
H A Dgpio-visconti.c95 unsigned int *parent_type) in visconti_gpio_child_to_parent_hwirq() argument
100 *parent_type = IRQ_TYPE_LEVEL_HIGH; in visconti_gpio_child_to_parent_hwirq()
110 unsigned int parent_type) in visconti_gpio_populate_parent_fwspec() argument
118 fwspec->param[2] = parent_type; in visconti_gpio_populate_parent_fwspec()
H A Dgpio-msc313.c573 unsigned int parent_type) in msc313_gpio_populate_parent_fwspec() argument
581 fwspec->param[2] = parent_type; in msc313_gpio_populate_parent_fwspec()
590 unsigned int *parent_type) in msc313e_gpio_child_to_parent_hwirq() argument
601 *parent_type = child_type; in msc313e_gpio_child_to_parent_hwirq()
H A Dgpio-ixp4xx.c175 unsigned int *parent_type) in ixp4xx_gpio_child_to_parent_hwirq() argument
178 *parent_type = IRQ_TYPE_LEVEL_HIGH; in ixp4xx_gpio_child_to_parent_hwirq()
H A Dgpio-sifive.c162 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 Dgpio-thunderx.c400 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument
411 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq()
418 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
H A Dgpio-tegra.c440 unsigned int *parent_type) in tegra_gpio_child_to_parent_hwirq() argument
443 *parent_type = type; in tegra_gpio_child_to_parent_hwirq()
451 unsigned int parent_type) in tegra_gpio_populate_parent_fwspec() argument
459 fwspec->param[2] = parent_type; in tegra_gpio_populate_parent_fwspec()
H A Dgpio-tegra186.c699 unsigned int parent_type) in tegra186_gpio_populate_parent_fwspec() argument
708 fwspec->param[2] = parent_type; in tegra186_gpio_populate_parent_fwspec()
717 unsigned int *parent_type) in tegra186_gpio_child_to_parent_hwirq() argument
720 *parent_type = type; in tegra186_gpio_child_to_parent_hwirq()
H A Dgpiolib.c1201 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local
1213 &parent_type); in gpiochip_set_hierarchical_irqchip()
1276 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local
1293 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1315 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1405 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
1412 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell()
1421 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
1430 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
/openbmc/linux/drivers/devfreq/
H A Dgovernor_passive.c185 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 Dmtk-cci-devfreq.c360 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe()
/openbmc/linux/include/linux/gpio/
H A Ddriver.h104 unsigned int *parent_type);
118 unsigned int parent_type);
660 unsigned int parent_type);
664 unsigned int parent_type);
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c760 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()
H A Dpinctrl-spmi-gpio.c996 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()
H A Dpinctrl-ssbi-gpio.c709 unsigned int *parent_type) in pm8xxx_child_to_parent_hwirq() argument
712 *parent_type = child_type; in pm8xxx_child_to_parent_hwirq()
H A Dpinctrl-spmi-mpp.c817 unsigned int *parent_type) in pmic_mpp_child_to_parent_hwirq() argument
820 *parent_type = child_type; in pmic_mpp_child_to_parent_hwirq()
H A Dpinctrl-msm.c1297 unsigned int *parent_type) in msm_gpio_wakeirq() argument
1304 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h74 enum i40e_switch_element_types parent_type; member
/openbmc/qemu/qom/
H A Dobject.c69 TypeImpl *parent_type; member
209 if (!type->parent_type && type->parent) { in type_get_parent()
210 type->parent_type = type_get_by_name(type->parent); in type_get_parent()
211 if (!type->parent_type) { in type_get_parent()
218 return type->parent_type; in type_get_parent()
292 TypeImpl *parent_type) in type_initialize_interface() argument
298 info.parent = parent_type->name; in type_initialize_interface()
303 iface_impl->parent_type = parent_type; in type_initialize_interface()
/openbmc/linux/include/linux/
H A Ddevfreq.h332 enum devfreq_parent_dev_type parent_type; member
/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c355 u32 parent_type; in stm32_gpio_set_type() local
361 parent_type = type; in stm32_gpio_set_type()
364 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type()
367 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type()
375 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c1258 unsigned int *parent_type) in rzg2l_gpio_child_to_parent_hwirq() argument
1277 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_gpio_child_to_parent_hwirq()
1285 unsigned int parent_type) in rzg2l_gpio_populate_parent_fwspec() argument
1292 fwspec->param[1] = parent_type; in rzg2l_gpio_populate_parent_fwspec()
/openbmc/qemu/include/net/
H A Dnet.h258 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type,
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h479 extern char *iscsi_get_discovery_parent_name(int parent_type);
/openbmc/qemu/net/
H A Dnet.c1192 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type, in qemu_create_nic_bus_devices() argument
1196 GPtrArray *nic_models = qemu_get_nic_models(parent_type); in qemu_create_nic_bus_devices()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c7856 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()

12