Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dep9461e.c57 struct delayed_work work_i2c_poll; member
266 schedule_delayed_work(&ep9461e->work_i2c_poll, msecs_to_jiffies(1000)); in ep9461e_init()
298 container_of(dwork, struct ep9461e_dev, work_i2c_poll); in ep9461e_work_i2c_poll()
312 schedule_delayed_work(&ep9461e->work_i2c_poll, msecs_to_jiffies(1000)); in ep9461e_work_i2c_poll()
376 INIT_DELAYED_WORK(&ep9461e->work_i2c_poll, ep9461e_work_i2c_poll); in ep9461e_probe()
397 cancel_delayed_work_sync(&ep9461e->work_i2c_poll); in ep9461e_remove()
H A Dlt7911d.c83 struct work_struct work_i2c_poll; member
604 schedule_work(&lt7911d->work_i2c_poll); in lt7911d_irq_poll_timer()
611 struct lt7911d_state, work_i2c_poll); in lt7911d_work_i2c_poll()
1300 INIT_WORK(&lt7911d->work_i2c_poll, lt7911d_work_i2c_poll); in lt7911d_probe()
1331 flush_work(&lt7911d->work_i2c_poll); in lt7911d_probe()
1351 flush_work(&lt7911d->work_i2c_poll); in lt7911d_remove()
H A Dlt7911uxc.c145 struct work_struct work_i2c_poll; member
877 schedule_work(&lt7911uxc->work_i2c_poll); in lt7911uxc_irq_poll_timer()
884 struct lt7911uxc, work_i2c_poll); in lt7911uxc_work_i2c_poll()
1663 INIT_WORK(&lt7911uxc->work_i2c_poll, lt7911uxc_work_i2c_poll); in lt7911uxc_probe()
1740 flush_work(&lt7911uxc->work_i2c_poll); in lt7911uxc_probe()
1754 flush_work(&lt7911uxc->work_i2c_poll); in lt7911uxc_remove()
H A Dlt6911uxe.c181 struct work_struct work_i2c_poll; member
1044 schedule_work(&lt6911uxe->work_i2c_poll); in lt6911uxe_irq_poll_timer()
1051 struct lt6911uxe, work_i2c_poll); in lt6911uxe_work_i2c_poll()
1867 INIT_WORK(&lt6911uxe->work_i2c_poll, lt6911uxe_work_i2c_poll); in lt6911uxe_probe()
1898 flush_work(&lt6911uxe->work_i2c_poll); in lt6911uxe_probe()
1918 flush_work(&lt6911uxe->work_i2c_poll); in lt6911uxe_remove()
H A Dtc358743.c88 struct work_struct work_i2c_poll; member
1478 schedule_work(&state->work_i2c_poll); in tc358743_irq_poll_timer()
1490 struct tc358743_state, work_i2c_poll); in tc358743_work_i2c_poll()
2148 INIT_WORK(&state->work_i2c_poll, in tc358743_probe()
2179 flush_work(&state->work_i2c_poll); in tc358743_probe()
2195 flush_work(&state->work_i2c_poll); in tc358743_remove()
H A Dtc35874x.c207 struct work_struct work_i2c_poll; member
1533 schedule_work(&state->work_i2c_poll); in tc35874x_irq_poll_timer()
1546 struct tc35874x_state, work_i2c_poll); in tc35874x_work_i2c_poll()
2424 INIT_WORK(&state->work_i2c_poll, in tc35874x_probe()
2446 flush_work(&state->work_i2c_poll); in tc35874x_probe()
2462 flush_work(&state->work_i2c_poll); in tc35874x_remove()
H A Dit6616.c492 struct delayed_work work_i2c_poll; member
3536 struct it6616, work_i2c_poll); in it6616_work_i2c_poll()
3541 schedule_delayed_work(&it6616->work_i2c_poll, in it6616_work_i2c_poll()
4398 INIT_DELAYED_WORK(&it6616->work_i2c_poll, it6616_work_i2c_poll); in it6616_probe()
4399 schedule_delayed_work(&it6616->work_i2c_poll, msecs_to_jiffies(500)); in it6616_probe()
4413 cancel_delayed_work_sync(&it6616->work_i2c_poll); in it6616_probe()
4434 cancel_delayed_work_sync(&it6616->work_i2c_poll); in it6616_remove()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_bt1120_v4l2.c96 struct work_struct work_i2c_poll; member
1082 schedule_work(&bt1120->work_i2c_poll); in rk628_bt1120_irq_poll_timer()
1089 work_i2c_poll); in rk628_bt1120_work_i2c_poll()
1955 INIT_WORK(&bt1120->work_i2c_poll, in rk628_bt1120_probe()
1993 flush_work(&bt1120->work_i2c_poll); in rk628_bt1120_probe()
2010 flush_work(&bt1120->work_i2c_poll); in rk628_bt1120_remove()
H A Drk628_csi_v4l2.c106 struct work_struct work_i2c_poll; member
1286 schedule_work(&csi->work_i2c_poll); in rk628_csi_irq_poll_timer()
1293 work_i2c_poll); in rk628_csi_work_i2c_poll()
2285 INIT_WORK(&csi->work_i2c_poll, in rk628_csi_probe()
2323 flush_work(&csi->work_i2c_poll); in rk628_csi_probe()
2340 flush_work(&csi->work_i2c_poll); in rk628_csi_remove()
/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c81 struct delayed_work work_i2c_poll; member
266 container_of(dwork, struct it66353_dev, work_i2c_poll); in it66353_work_i2c_poll()
271 schedule_delayed_work(&it66353->work_i2c_poll, msecs_to_jiffies(50)); in it66353_work_i2c_poll()
359 INIT_DELAYED_WORK(&it66353->work_i2c_poll, it66353_work_i2c_poll); in it66353_probe()
370 schedule_delayed_work(&it66353->work_i2c_poll, msecs_to_jiffies(10)); in it66353_probe()
382 cancel_delayed_work_sync(&it66353->work_i2c_poll); in it66353_remove()