Searched refs:MEI_CL_IO_TX_BLOCKING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | bus-fixup.c | 115 unsigned int mode = MEI_CL_IO_TX_BLOCKING | MEI_CL_IO_TX_INTERNAL; in mei_osver() 152 MEI_CL_IO_TX_BLOCKING); in mei_fwver() 197 unsigned int mode = MEI_CL_IO_TX_INTERNAL | MEI_CL_IO_TX_BLOCKING; in mei_gfx_memory_ready() 385 MEI_CL_IO_TX_BLOCKING); in mei_nfc_if_version()
|
H A D | mei_dev.h | 120 * @MEI_CL_IO_TX_BLOCKING: send is blocking 128 MEI_CL_IO_TX_BLOCKING = BIT(0), enumerator
|
H A D | bus.c | 50 * effective only for blocking writes: the MEI_CL_IO_TX_BLOCKING mode bit is set. 122 cb->blocking = !!(mode & MEI_CL_IO_TX_BLOCKING); in __mei_cl_send_timeout() 277 return __mei_cl_send(cl, buf, length, vtag, MEI_CL_IO_TX_BLOCKING); in mei_cldev_send_vtag()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | bus-fixup.c | 135 unsigned int mode = MEI_CL_IO_TX_BLOCKING | MEI_CL_IO_TX_INTERNAL; in mei_osver() 173 MEI_CL_IO_TX_BLOCKING); in mei_fwver() 333 ret = __mei_cl_send(cl, (u8 *)&cmd, sizeof(cmd), MEI_CL_IO_TX_BLOCKING); in mei_nfc_if_version()
|
H A D | bus.c | 91 cb->blocking = !!(mode & MEI_CL_IO_TX_BLOCKING); in __mei_cl_send() 221 return __mei_cl_send(cl, buf, length, MEI_CL_IO_TX_BLOCKING); in mei_cldev_send()
|
H A D | mei_dev.h | 95 * @MEI_CL_IO_TX_BLOCKING: send is blocking 101 MEI_CL_IO_TX_BLOCKING = BIT(0), enumerator
|
Completed in 9 milliseconds