Home
last modified time | relevance | path

Searched refs:mei_hbuf_filled_slots (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw-me.c470 * mei_hbuf_filled_slots - gets number of device filled buffer slots
476 static unsigned char mei_hbuf_filled_slots(struct mei_device *dev) in mei_hbuf_filled_slots() function
498 return mei_hbuf_filled_slots(dev) == 0; in mei_me_hbuf_is_empty()
513 filled_slots = mei_hbuf_filled_slots(dev); in mei_me_hbuf_empty_slots()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw-me.c505 * mei_hbuf_filled_slots - gets number of device filled buffer slots
511 static unsigned char mei_hbuf_filled_slots(struct mei_device *dev) in mei_hbuf_filled_slots() function
533 return mei_hbuf_filled_slots(dev) == 0; in mei_me_hbuf_is_empty()
548 filled_slots = mei_hbuf_filled_slots(dev); in mei_me_hbuf_empty_slots()

Completed in 4 milliseconds