Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dinterrupt.c177 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect_rsp()
212 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_read()
377 slots = mei_hbuf_empty_slots(dev); in mei_irq_write_handler()
Dclient.c869 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_disconnect()
1064 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_connect()
1304 slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_notify()
1602 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_irq_write()
1719 hbuf_slots = mei_hbuf_empty_slots(dev); in mei_cl_write()
Dmei_dev.h666 static inline int mei_hbuf_empty_slots(struct mei_device *dev) in mei_hbuf_empty_slots() function
Dhw-me.c547 empty_slots = mei_hbuf_empty_slots(dev); in mei_me_hbuf_write()