Home
last modified time | relevance | path

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

/drivers/xen/
Dxen-balloon.c179 static DEVICE_ATTR(target_kb, S_IRUGO | S_IWUSR,
DKconfig39 /sys/devices/system/xen_memory/xen_memory0/target_kb on the
/drivers/media/usb/cpia2/
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()