Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst_priv.h36 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
Dbt878.c336 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) in bt878_device_control() function
376 EXPORT_SYMBOL(bt878_device_control);
Ddst.c64 bt878_device_control(state->bt, DST_IG_TS, &bits); in dst_packsize()
79 if ((err = bt878_device_control(state->bt, DST_IG_ENABLE, &enb)) < 0) { in dst_gpio_outb()
92 if ((err = bt878_device_control(state->bt, DST_IG_WRITE, &bits)) < 0) { in dst_gpio_outb()
107 if ((err = bt878_device_control(state->bt, DST_IG_READ, &rd_packet)) < 0) { in dst_gpio_inb()