Home
last modified time | relevance | path

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

/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.c1539 unsigned int parent_type; in gpiochip_set_hierarchical_irqchip() local
1551 &parent_type); in gpiochip_set_hierarchical_irqchip()
1611 unsigned int parent_type; in gpiochip_hierarchy_irq_domain_alloc() local
1628 &parent_hwirq, &parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1650 parent_hwirq, parent_type); in gpiochip_hierarchy_irq_domain_alloc()
1780 unsigned int parent_type) in gpiochip_populate_parent_fwspec_twocell() argument
1787 fwspec->param[1] = parent_type; in gpiochip_populate_parent_fwspec_twocell()
1796 unsigned int parent_type) in gpiochip_populate_parent_fwspec_fourcell() argument
1805 fwspec->param[3] = parent_type; in gpiochip_populate_parent_fwspec_fourcell()
/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.c1001 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 Dpinctrl-msm.c1339 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 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.c1950 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/scsi/qla4xxx/
H A 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()
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c2584 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 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.c13424 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local
13426 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args()
13431 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
13433 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()