| /linux/drivers/devfreq/ |
| H A D | governor_passive.c | 210 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 D | gpio-thunderx.c | 405 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 D | gpio-tegra.c | 438 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 D | gpiolib.c | 1535 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local 1547 &parent_type); in gpiochip_set_hierarchical_irqchip() 1607 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local 1624 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1646 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc() 1776 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument 1783 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell() 1792 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument 1801 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.h | 81 enum i40e_switch_element_types parent_type; member
|
| H A D | i40e_virtchnl_pf.c | 1857 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
|
| /linux/drivers/pinctrl/qcom/ |
| H A D | pinctrl-spmi-gpio.c | 1001 unsigned int *parent_type) in pmic_gpio_child_to_parent_hwirq() argument 1006 *parent_type = child_type; in pmic_gpio_child_to_parent_hwirq() 1014 unsigned int parent_type) in pmic_gpio_populate_parent_fwspec() argument 1025 fwspec->param[3] = parent_type; in pmic_gpio_populate_parent_fwspec()
|
| H A D | pinctrl-msm.c | 1339 unsigned int *parent_type) in msm_gpio_wakeirq() argument 1346 *parent_type = IRQ_TYPE_EDGE_RISING; in msm_gpio_wakeirq()
|
| /linux/include/linux/ |
| H A D | devfreq.h | 336 enum devfreq_parent_dev_type parent_type; member
|
| /linux/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 520 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 D | veristat.c | 1950 const struct btf_type *parent_type, in adjust_var_secinfo() 1957 if (!btf_is_composite(parent_type)) { in adjust_var_secinfo() 1962 for (i = 0; i < btf_vlen(parent_type); ++i) { in adjust_var_secinfo() 1967 member = btf_members(parent_type) + i; in adjust_var_secinfo() 1978 if (btf_member_bitfield_size(parent_type, i) != 0) { in adjust_var_secinfo() 1896 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/net/phy/ |
| H A D | phy_device.c | 1676 port->parent_type = PHY_PORT_PHY; in phy_setup_sfp_port() 3449 port->parent_type = PHY_PORT_PHY; in phy_default_setup_single_port() 3500 port->parent_type = PHY_PORT_PHY; in of_phy_ports()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzg2l.c | 2584 unsigned int *parent_type) in rzg2l_gpio_child_to_parent_hwirq() argument 2612 *parent_type = IRQ_TYPE_LEVEL_HIGH; in rzg2l_gpio_child_to_parent_hwirq()
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 3418 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 D | verifier.c | 13544 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local 13546 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args() 13551 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args() 13553 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()
|