Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-renesas-rzt2h.c169 unsigned int offset, parent_type;
181 parent_type = IRQ_TYPE_LEVEL_HIGH;
185 parent_type = IRQ_TYPE_EDGE_RISING; in rzt2h_icu_alloc()
189 parent_type = IRQ_TYPE_EDGE_RISING; in rzt2h_icu_alloc()
193 parent_type = IRQ_TYPE_EDGE_RISING; in rzt2h_icu_alloc()
206 return irq_chip_set_type_parent(d, parent_type);
111 unsigned int offset, parent_type; rzt2h_icu_irq_set_type() local
/linux/drivers/devfreq/
H A Dgovernor_passive.c210 switch (p_data->parent_type) { in devfreq_passive_get_target_freq()
431 if (p_data->parent_type == DEVFREQ_PARENT_DEV) in devfreq_passive_event_handler()
433 else if (p_data->parent_type == CPUFREQ_PARENT_DEV) in devfreq_passive_event_handler()
437 if (p_data->parent_type == DEVFREQ_PARENT_DEV) in devfreq_passive_event_handler()
439 else if (p_data->parent_type == CPUFREQ_PARENT_DEV) in devfreq_passive_event_handler()
/linux/drivers/gpio/
H A Dgpio-thunderx.c405 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument
416 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq()
423 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
H A Dgpio-tegra.c438 unsigned int *parent_type) in tegra_gpio_child_to_parent_hwirq() argument
441 *parent_type = type; in tegra_gpio_child_to_parent_hwirq()
449 unsigned int parent_type) in tegra_gpio_populate_parent_fwspec() argument
457 fwspec->param[2] = parent_type; in tegra_gpio_populate_parent_fwspec()
H A Dgpiolib.c1665 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip()
1677 &parent_type); in gpiochip_hierarchy_irq_domain_translate()
1737 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc()
1754 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1776 parent_hwirq, parent_type);
1906 unsigned int parent_type)
1913 fwspec->param[1] = parent_type; in gpiochip_hierarchy_is_hierarchical()
1922 unsigned int parent_type)
1931 fwspec->param[3] = parent_type;
1633 unsigned int parent_type; gpiochip_set_hierarchical_irqchip() local
1705 unsigned int parent_type; gpiochip_hierarchy_irq_domain_alloc() local
1874 gpiochip_populate_parent_fwspec_twocell(struct gpio_chip * gc,union gpio_irq_fwspec * gfwspec,unsigned int parent_hwirq,unsigned int parent_type) gpiochip_populate_parent_fwspec_twocell() argument
1890 gpiochip_populate_parent_fwspec_fourcell(struct gpio_chip * gc,union gpio_irq_fwspec * gfwspec,unsigned int parent_hwirq,unsigned int parent_type) gpiochip_populate_parent_fwspec_fourcell() argument
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h81 enum i40e_switch_element_types parent_type; member
H A Di40e_virtchnl_pf.c1857 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c1017 unsigned int *parent_type) in pmic_gpio_child_to_parent_hwirq() argument
1022 *parent_type = child_type; in pmic_gpio_child_to_parent_hwirq()
1030 unsigned int parent_type) in pmic_gpio_populate_parent_fwspec() argument
1041 fwspec->param[3] = parent_type; in pmic_gpio_populate_parent_fwspec()
/linux/include/linux/
H A Ddevfreq.h336 enum devfreq_parent_dev_type parent_type; member
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c520 u32 parent_type; in stm32_gpio_set_type() local
526 parent_type = type; in stm32_gpio_set_type()
529 parent_type = IRQ_TYPE_EDGE_RISING; in stm32_gpio_set_type()
532 parent_type = IRQ_TYPE_EDGE_FALLING; in stm32_gpio_set_type()
540 return irq_chip_set_type_parent(d, parent_type); in stm32_gpio_set_type()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1965 const struct btf_type *parent_type, in adjust_var_secinfo_member()
1972 if (!btf_is_composite(parent_type)) { in adjust_var_secinfo_member()
1977 for (i = 0; i < btf_vlen(parent_type); ++i) { in adjust_var_secinfo_member()
1982 member = btf_members(parent_type) + i; in adjust_var_secinfo_member()
1993 if (btf_member_bitfield_size(parent_type, i) != 0) { in adjust_var_secinfo_member()
1963 adjust_var_secinfo_member(const struct btf * btf,const struct btf_type * parent_type,__u32 parent_offset,const char * member_name,struct btf_var_secinfo * sinfo) adjust_var_secinfo_member() argument
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzt2h.c1021 unsigned int *parent_type) in rzt2h_gpio_child_to_parent_hwirq()
1039 *parent_type = child_type; in rzt2h_gpio_irq_domain_free()
1016 rzt2h_gpio_child_to_parent_hwirq(struct gpio_chip * gc,unsigned int child,unsigned int child_type,unsigned int * parent,unsigned int * parent_type) rzt2h_gpio_child_to_parent_hwirq() argument
H A Dpinctrl-rzg2l.c2948 unsigned int *parent_type) in rzg2l_pinctrl_probe()
2976 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_pinctrl_probe()
2583 rzg2l_gpio_child_to_parent_hwirq(struct gpio_chip * gc,unsigned int child,unsigned int child_type,unsigned int * parent,unsigned int * parent_type) rzg2l_gpio_child_to_parent_hwirq() argument
/linux/drivers/net/phy/
H A Dphy_device.c1684 port->parent_type = PHY_PORT_PHY; in phy_setup_sfp_port()
3436 port->parent_type = PHY_PORT_PHY; in phy_default_setup_single_port()
3487 port->parent_type = PHY_PORT_PHY; in of_phy_ports()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3418 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3424 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()
/linux/kernel/bpf/
H A Dverifier.c12203 enum bpf_dynptr_type parent_type = meta->dynptr.type; in check_kfunc_args()
12205 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args()
12210 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
12312 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; check_kfunc_args() local