Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dinterrupt.c230 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect_rsp()
265 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_read()
490 slots = mei_hbuf_empty_slots(dev); in mei_irq_write_handler()
Dclient.c894 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect()
1089 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_connect()
1480 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_notify()
1835 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_write()
1994 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_write()
Dmei_dev.h715 static inline int mei_hbuf_empty_slots(struct mei_device *dev) in mei_hbuf_empty_slots() function
Dhw-me.c563 empty_slots = mei_hbuf_empty_slots(dev); in mei_me_hbuf_write()