Searched defs:pvr2_send_request (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c2244 // thread-safe against the normal pvr2_send_request() mechanism.
3406 result = pvr2_send_request(hdw,
3966 int pvr2_send_request(struct pvr2_hdw *hdw, function
4030 ret = pvr2_send_request(hdw,hdw->cmd_buffer,cnt,NULL,0);
4049 ret = pvr2_send_request(hdw, hdw->cmd_buffer, 8, hdw->cmd_buffer, 0);
4072 ret |= pvr2_send_request(hdw, hdw->cmd_buffer, 8, hdw->cmd_buffer, 4);
5286 result = pvr2_send_request(hdw,

Completed in 69 milliseconds