mach_ops 223 drivers/input/touchscreen/wm9705.c if (wm->mach_ops && wm->mach_ops->pre_sample) mach_ops 224 drivers/input/touchscreen/wm9705.c wm->mach_ops->pre_sample(adcsel); mach_ops 248 drivers/input/touchscreen/wm9705.c if (wm->mach_ops && wm->mach_ops->post_sample) mach_ops 249 drivers/input/touchscreen/wm9705.c wm->mach_ops->post_sample(adcsel); mach_ops 304 drivers/input/touchscreen/wm9705.c if (wm->mach_ops->acc_startup && mach_ops 305 drivers/input/touchscreen/wm9705.c (ret = wm->mach_ops->acc_startup(wm)) < 0) mach_ops 319 drivers/input/touchscreen/wm9705.c if (wm->mach_ops->acc_shutdown) mach_ops 320 drivers/input/touchscreen/wm9705.c wm->mach_ops->acc_shutdown(wm); mach_ops 263 drivers/input/touchscreen/wm9712.c if (wm->mach_ops && wm->mach_ops->pre_sample) mach_ops 264 drivers/input/touchscreen/wm9712.c wm->mach_ops->pre_sample(adcsel); mach_ops 288 drivers/input/touchscreen/wm9712.c if (wm->mach_ops && wm->mach_ops->post_sample) mach_ops 289 drivers/input/touchscreen/wm9712.c wm->mach_ops->post_sample(adcsel); mach_ops 326 drivers/input/touchscreen/wm9712.c if (wm->mach_ops && wm->mach_ops->pre_sample) mach_ops 327 drivers/input/touchscreen/wm9712.c wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); mach_ops 358 drivers/input/touchscreen/wm9712.c if (wm->mach_ops && wm->mach_ops->post_sample) mach_ops 359 drivers/input/touchscreen/wm9712.c wm->mach_ops->post_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); mach_ops 423 drivers/input/touchscreen/wm9712.c if (wm->mach_ops->acc_startup) { mach_ops 424 drivers/input/touchscreen/wm9712.c ret = wm->mach_ops->acc_startup(wm); mach_ops 440 drivers/input/touchscreen/wm9712.c if (wm->mach_ops->acc_shutdown) mach_ops 441 drivers/input/touchscreen/wm9712.c wm->mach_ops->acc_shutdown(wm); mach_ops 274 drivers/input/touchscreen/wm9713.c if (wm->mach_ops && wm->mach_ops->pre_sample) mach_ops 275 drivers/input/touchscreen/wm9713.c wm->mach_ops->pre_sample(adcsel); mach_ops 298 drivers/input/touchscreen/wm9713.c if (wm->mach_ops && wm->mach_ops->post_sample) mach_ops 299 drivers/input/touchscreen/wm9713.c wm->mach_ops->post_sample(adcsel); mach_ops 338 drivers/input/touchscreen/wm9713.c if (wm->mach_ops && wm->mach_ops->pre_sample) mach_ops 339 drivers/input/touchscreen/wm9713.c wm->mach_ops->pre_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); mach_ops 369 drivers/input/touchscreen/wm9713.c if (wm->mach_ops && wm->mach_ops->post_sample) mach_ops 370 drivers/input/touchscreen/wm9713.c wm->mach_ops->post_sample(WM97XX_ADCSEL_X | WM97XX_ADCSEL_Y); mach_ops 431 drivers/input/touchscreen/wm9713.c if (wm->mach_ops->acc_startup && mach_ops 432 drivers/input/touchscreen/wm9713.c (ret = wm->mach_ops->acc_startup(wm)) < 0) mach_ops 449 drivers/input/touchscreen/wm9713.c if (wm->mach_ops->acc_shutdown) mach_ops 450 drivers/input/touchscreen/wm9713.c wm->mach_ops->acc_shutdown(wm); mach_ops 332 drivers/input/touchscreen/wm97xx-core.c if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) { mach_ops 343 drivers/input/touchscreen/wm97xx-core.c if (!wm->pen_is_down && wm->mach_ops->acc_enabled) mach_ops 344 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops->acc_pen_up(wm); mach_ops 346 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops->irq_enable(wm, 1); mach_ops 363 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops->irq_enable(wm, 0); mach_ops 379 drivers/input/touchscreen/wm97xx-core.c BUG_ON(!wm->mach_ops->irq_enable); mach_ops 391 drivers/input/touchscreen/wm97xx-core.c BUG_ON(!wm->mach_ops->irq_gpio); mach_ops 394 drivers/input/touchscreen/wm97xx-core.c reg & ~(wm->mach_ops->irq_gpio)); mach_ops 409 drivers/input/touchscreen/wm97xx-core.c if (wm->mach_ops && wm->mach_ops->acc_enabled) mach_ops 410 drivers/input/touchscreen/wm97xx-core.c rc = wm->mach_ops->acc_pen_down(wm); mach_ops 507 drivers/input/touchscreen/wm97xx-core.c if (wm->mach_ops && wm->mach_ops->acc_enabled) mach_ops 552 drivers/input/touchscreen/wm97xx-core.c BUG_ON(!wm->mach_ops->irq_gpio); mach_ops 555 drivers/input/touchscreen/wm97xx-core.c reg | wm->mach_ops->irq_gpio); mach_ops 565 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops->irq_enable(wm, 1); mach_ops 576 drivers/input/touchscreen/wm97xx-core.c if (wm->mach_ops && wm->mach_ops->acc_enabled) mach_ops 870 drivers/input/touchscreen/wm97xx-core.c struct wm97xx_mach_ops *mach_ops) mach_ops 873 drivers/input/touchscreen/wm97xx-core.c if (wm->mach_ops) { mach_ops 877 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops = mach_ops; mach_ops 887 drivers/input/touchscreen/wm97xx-core.c wm->mach_ops = NULL; mach_ops 277 include/linux/wm97xx.h struct wm97xx_mach_ops *mach_ops; mach_ops 386 sound/soc/sof/ops.h const struct sof_ops_table mach_ops[], int asize) mach_ops 391 sound/soc/sof/ops.h if (d == mach_ops[i].desc) mach_ops 392 sound/soc/sof/ops.h return mach_ops[i].ops;