Home
last modified time | relevance | path

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 Dbus.c120 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 Dmei_dev.h98 * @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 Dmei_dev.h123 * @MEI_CL_IO_RX_NONBLOCK: recv is non-blocking
131 MEI_CL_IO_RX_NONBLOCK = BIT(2), enumerator
H A Dbus.c161 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 7 milliseconds