Home
last modified time | relevance | path

Searched refs:target_kb (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/xen/
H A Dxen-balloon.c178 static DEVICE_ATTR_RW(target_kb);
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-balloon.c179 static DEVICE_ATTR(target_kb, S_IRUGO | S_IWUSR,
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_core.c619 int target_kb; in cpia2_reset_camera() local
807 target_kb = (cam->width * cam->height * 2 / 16384) * in cpia2_reset_camera()
809 if (target_kb < 1) in cpia2_reset_camera()
810 target_kb = 1; in cpia2_reset_camera()
812 TRANSFER_WRITE, target_kb); in cpia2_reset_camera()
1544 * Don't set target_kb here, it will be set later. in set_all_properties()
1577 /* Don't get framerate or target_kb. Trust the values we already have */ in cpia2_save_camera_state()

Completed in 4 milliseconds