Searched refs:CMD_POWER_ON (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | cxusb.h | 18 #define CMD_POWER_ON 0xde macro
|
D | cxusb.c | 271 return cxusb_ctrl_msg(d, CMD_POWER_ON, &b, 1, NULL, 0); in cxusb_power_ctrl() 284 do {} while (!(ret = cxusb_ctrl_msg(d, CMD_POWER_ON, NULL, 0, NULL, 0)) && in cxusb_aver_power_ctrl() 320 return cxusb_ctrl_msg(d, CMD_POWER_ON, &b, 1, NULL, 0); in cxusb_bluebird_power_ctrl()
|