Home
last modified time | relevance | path

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

/drivers/power/supply/
A Dpower_supply_sysfs.c329 enum power_supply_charge_type current_type, in power_supply_show_charge_types() argument
340 current_type, buf); in power_supply_show_charge_types()
345 current_type, buf); in power_supply_show_charge_types()
627 enum power_supply_charge_type current_type, in power_supply_charge_types_show() argument
633 available_types, current_type, buf); in power_supply_charge_types_show()
/drivers/gpu/drm/vkms/
A Dvkms_config.c489 enum drm_plane_type current_type; in vkms_config_crtc_get_plane() local
493 current_type = vkms_config_plane_get_type(plane_cfg); in vkms_config_crtc_get_plane()
496 if (possible_crtc == crtc_cfg && current_type == type) in vkms_config_crtc_get_plane()
/drivers/block/
A Dfloppy.c483 static struct floppy_struct *current_type[N_DRIVE]; variable
606 return !current_type[drive] && !ITYPE(drive_state[drive].fd_device); in drive_no_geom()
767 current_type[drive] != NULL) in disk_change()
769 current_type[drive] = NULL; in disk_change()
2117 _floppy = current_type[drive]; in set_floppy()
2388 current_type[current_drive] = _floppy; in rw_interrupt()
2397 current_type[current_drive] = _floppy; in rw_interrupt()
3280 current_type[drive] = &user_params[drive]; in set_geometry()
3359 *g = current_type[drive]; in get_floppy_geometry()
3470 current_type[drive] = NULL; in fd_locked_ioctl()

Completed in 15 milliseconds