Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mei/
H A Dinterrupt.c263 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect_rsp()
298 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_read()
520 slots = mei_hbuf_empty_slots(dev); in mei_irq_write_handler()
H A Dclient.c900 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect()
1096 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_connect()
1491 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_notify()
1877 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_write()
2033 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_write()
2220 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_dma_map()
2256 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_dma_unmap()
H A Dmei_dev.h783 static inline int mei_hbuf_empty_slots(struct mei_device *dev) in mei_hbuf_empty_slots() function
H A Dhw-me.c603 empty_slots = mei_hbuf_empty_slots(dev); in mei_me_hbuf_write()