Home
last modified time | relevance | path

Searched refs:curr_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pinctrl/realtek/
H A Dpinctrl-rtd.h36 unsigned int curr_type; member
85 .curr_type = _curr_type, \
H A Dpinctrl-rtd.c369 switch (config_desc->curr_type) { in rtd_pconf_parse_conf()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c1011 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_tc_disable() local
1015 if (curr_type == SCHED_NODE_TYPE_RATE_LIMITER) in esw_qos_vport_tc_disable()
1048 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_disable() local
1050 if (curr_type == SCHED_NODE_TYPE_VPORT) in esw_qos_vport_disable()
1216 static int esw_qos_vport_tc_check_type(enum sched_node_type curr_type, in esw_qos_vport_tc_check_type() argument
1220 if (curr_type == SCHED_NODE_TYPE_TC_ARBITER_TSAR && in esw_qos_vport_tc_check_type()
1227 if (curr_type == SCHED_NODE_TYPE_RATE_LIMITER && in esw_qos_vport_tc_check_type()
1244 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_update() local
1249 if (curr_type == type && curr_parent == parent) in esw_qos_vport_update()
1252 err = esw_qos_vport_tc_check_type(curr_type, type, extack); in esw_qos_vport_update()
[all …]
/linux/arch/riscv/kernel/
H A Dmodule.c625 int curr_type; in process_accumulated_relocations() local
639 curr_type = rel_entry_iter->type; in process_accumulated_relocations()
640 reloc_handlers[curr_type].reloc_handler( in process_accumulated_relocations()
644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations()
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c862 u32 curr_type; in bcm_vk_auto_load_all_images() local
873 curr_type = image_tab[idx][i].image_type; in bcm_vk_auto_load_all_images()
874 if (bcm_vk_next_boot_image(vk) == curr_type) { in bcm_vk_auto_load_all_images()
878 curr_type); in bcm_vk_auto_load_all_images()
882 ret = bcm_vk_load_image_by_type(vk, curr_type, in bcm_vk_auto_load_all_images()