Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/realtek/
Dpinctrl-rtd.h36 unsigned int curr_type; member
85 .curr_type = _curr_type, \
Dpinctrl-rtd.c369 switch (config_desc->curr_type) { in rtd_pconf_parse_conf()
/linux-6.12.1/arch/riscv/kernel/
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-6.12.1/drivers/misc/bcm-vk/
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()