Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/nvec/
Dnvec_kbd.c151 nvec_write_sync(nvec, enable_kbd, 2, NULL); in nvec_kbd_probe()
154 nvec_write_sync(nvec, cnfg_wake, 4, NULL); in nvec_kbd_probe()
157 nvec_write_sync(nvec, cnfg_wake_key_reporting, 3, NULL); in nvec_kbd_probe()
160 nvec_write_sync(nvec, clear_leds, sizeof(clear_leds), NULL); in nvec_kbd_probe()
Dnvec.h167 int nvec_write_sync(struct nvec_chip *nvec,
Dnvec.c297 int nvec_write_sync(struct nvec_chip *nvec, in nvec_write_sync() function
334 EXPORT_SYMBOL(nvec_write_sync);
867 err = nvec_write_sync(nvec, get_firmware_version, 2, &msg); in tegra_nvec_probe()
923 err = nvec_write_sync(nvec, ap_suspend, sizeof(ap_suspend), &msg); in nvec_suspend()
Dnvec_ps2.c101 ret = nvec_write_sync(ps2_dev.nvec, buf, sizeof(buf), &msg); in ps2_sendcommand()