bt878_device_control
EXPORT_SYMBOL(bt878_device_control);
bt878_device_control(state->bt, DST_IG_TS, &bits);
if ((err = bt878_device_control(state->bt, DST_IG_ENABLE, &enb)) < 0) {
if ((err = bt878_device_control(state->bt, DST_IG_WRITE, &bits)) < 0) {
if ((err = bt878_device_control(state->bt, DST_IG_READ, &rd_packet)) < 0) {
int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);