Searched refs:MEI_CL_IO_RX_NONBLOCK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | bus.c | 120 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() 240 return __mei_cl_recv(cl, buf, length, MEI_CL_IO_RX_NONBLOCK, 0); in mei_cldev_recv_nonblock()
|
H A D | mei_dev.h | 98 * @MEI_CL_IO_RX_NONBLOCK: recv is non-blocking 104 MEI_CL_IO_RX_NONBLOCK = BIT(2), enumerator
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | mei_dev.h | 123 * @MEI_CL_IO_RX_NONBLOCK: recv is non-blocking 131 MEI_CL_IO_RX_NONBLOCK = BIT(2), enumerator
|
H A D | bus.c | 161 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() 321 return __mei_cl_recv(cl, buf, length, vtag, MEI_CL_IO_RX_NONBLOCK, 0); in mei_cldev_recv_nonblock_vtag()
|
Completed in 6 milliseconds