Home
last modified time | relevance | path

Searched refs:current_type (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/
H A De820.c348 enum e820_type current_type, last_type; in e820__update_table() local
412 current_type = 0; in e820__update_table()
414 if (overlap_list[idx]->type > current_type) in e820__update_table()
415 current_type = overlap_list[idx]->type; in e820__update_table()
419 if (current_type != last_type || !e820_type_mergeable(current_type)) { in e820__update_table()
428 if (current_type) { in e820__update_table()
430 new_entries[new_nr_entries].type = current_type; in e820__update_table()
433 last_type = current_type; in e820__update_table()
/linux/drivers/power/supply/
H A Dpower_supply_sysfs.c331 enum power_supply_charge_type current_type, in power_supply_show_charge_types() argument
342 current_type, buf); in power_supply_show_charge_types()
347 current_type, buf); in power_supply_show_charge_types()
629 enum power_supply_charge_type current_type, in power_supply_charge_types_show() argument
635 available_types, current_type, buf); in power_supply_charge_types_show()
/linux/kernel/unwind/
H A Duser.c96 state->current_type = type; in unwind_user_next()
110 state->current_type = UNWIND_USER_TYPE_NONE; in unwind_user_next()
/linux/include/linux/
H A Dunwind_user_types.h40 enum unwind_user_type current_type; member
H A Dpower_supply.h990 enum power_supply_charge_type current_type,
1012 enum power_supply_charge_type current_type, in power_supply_charge_types_show() argument
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.c497 enum drm_plane_type current_type; in vkms_config_crtc_get_plane() local
501 current_type = vkms_config_plane_get_type(plane_cfg); in vkms_config_crtc_get_plane()
504 if (possible_crtc == crtc_cfg && current_type == type) in vkms_config_crtc_get_plane()
/linux/drivers/block/
H A Dfloppy.c481 static struct floppy_struct *current_type[N_DRIVE]; variable
604 return !current_type[drive] && !ITYPE(drive_state[drive].fd_device); in drive_no_geom()
765 current_type[drive] != NULL) in disk_change()
767 current_type[drive] = NULL; in disk_change()
2115 _floppy = current_type[drive]; in set_floppy()
2386 current_type[current_drive] = _floppy; in rw_interrupt()
2395 current_type[current_drive] = _floppy; in rw_interrupt()
3275 current_type[drive] = &user_params[drive]; in set_geometry()
3354 *g = current_type[drive]; in get_floppy_geometry()
3465 current_type[drive] = NULL; in fd_locked_ioctl()