Home
last modified time | relevance | path

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

/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.c361 passive_data->parent_type = CPUFREQ_PARENT_DEV; in mtk_ccifreq_probe()
/linux/include/linux/gpio/
H A Ddriver.h106 unsigned int *parent_type);
120 unsigned int parent_type);
696 unsigned int parent_type);
700 unsigned int parent_type);
/linux/drivers/gpio/
H A Dgpio-msc313.c574 unsigned int parent_type) in msc313_gpio_populate_parent_fwspec() argument
582 fwspec->param[2] = parent_type; in msc313_gpio_populate_parent_fwspec()
591 unsigned int *parent_type) in msc313e_gpio_child_to_parent_hwirq() argument
602 *parent_type = child_type; in msc313e_gpio_child_to_parent_hwirq()
H A Dgpio-ixp4xx.c186 unsigned int *parent_type) in ixp4xx_gpio_child_to_parent_hwirq() argument
189 *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.c401 unsigned int *parent_type) in thunderx_gpio_child_to_parent_hwirq() argument
412 *parent_type = IRQ_TYPE_LEVEL_HIGH; in thunderx_gpio_child_to_parent_hwirq()
419 unsigned int parent_type) in thunderx_gpio_populate_parent_alloc_info() argument
/linux/include/linux/
H A Ddevfreq.h332 enum devfreq_parent_dev_type parent_type; member
/linux/include/scsi/
H A Dscsi_transport_iscsi.h475 extern char *iscsi_get_discovery_parent_name(int parent_type);
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c7857 int parent_type; in qla4xxx_sysfs_ddb_get_param()
8024 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param()
8026 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8028 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param()
8030 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8033 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
7856 int parent_type; qla4xxx_sysfs_ddb_get_param() local
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3413 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3419 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()
/linux/kernel/bpf/
H A Dverifier.c12763 enum bpf_dynptr_type parent_type = meta->initialized_dynptr.type; in check_kfunc_args() local
12765 if (parent_type == BPF_DYNPTR_TYPE_INVALID) { in check_kfunc_args()
12770 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
12772 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) { in check_kfunc_args()