Home
last modified time | relevance | path

Searched refs:mei_hbuf_empty_slots (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/misc/mei/
Dinterrupt.c175 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect_rsp()
210 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_read()
380 slots = mei_hbuf_empty_slots(dev); in mei_irq_write_handler()
Dclient.c843 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect()
1038 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_connect()
1278 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_notify()
1582 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_write()
1715 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_write()
Dmei_dev.h681 static inline int mei_hbuf_empty_slots(struct mei_device *dev) in mei_hbuf_empty_slots() function
Dhw-me.c534 empty_slots = mei_hbuf_empty_slots(dev); in mei_me_hbuf_write()