Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dinterrupt.c179 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect_rsp()
210 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_read()
342 slots = mei_hbuf_empty_slots(dev); in mei_irq_write_handler()
Dclient.c828 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect()
1010 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_connect()
1258 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_notify()
1536 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_write()
Dmei_dev.h742 static inline int mei_hbuf_empty_slots(struct mei_device *dev) in mei_hbuf_empty_slots() function
Dhw-me.c470 empty_slots = mei_hbuf_empty_slots(dev); in mei_me_write_message()