Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/marvell/
H A Dcafe-driver.c53 wait_queue_head_t smbus_wait; /* Waiting on i2c events */ member
197 wait_event_timeout(cam->smbus_wait, cafe_smbus_write_done(mcam), in cafe_smbus_write_data()
258 wait_event_timeout(cam->smbus_wait, in cafe_smbus_read_data()
439 wake_up(&cam->smbus_wait); in cafe_irq()
496 init_waitqueue_head(&cam->smbus_wait); in cafe_pci_probe()