Home
last modified time | relevance | path

Searched refs:rave_sp_exec (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/mfd/
Drave-sp.c342 int rave_sp_exec(struct rave_sp *sp, in rave_sp_exec() function
386 EXPORT_SYMBOL_GPL(rave_sp_exec);
672 return rave_sp_exec(sp, cmd, sizeof(cmd), status, sizeof(*status)); in rave_sp_rdu1_get_status()
684 ret = rave_sp_exec(sp, cmd, sizeof(cmd), &status->firmware_version, in rave_sp_emulated_get_status()
690 return rave_sp_exec(sp, cmd, sizeof(cmd), &status->bootloader_version, in rave_sp_emulated_get_status()
/Linux-v6.1/include/linux/mfd/
Drave-sp.h54 int rave_sp_exec(struct rave_sp *sp,
/Linux-v6.1/drivers/video/backlight/
Drave-sp-backlight.c32 return rave_sp_exec(sp, cmd, sizeof(cmd), NULL, 0); in rave_sp_backlight_update_status()
/Linux-v6.1/drivers/watchdog/
Drave-sp-wdt.c68 return rave_sp_exec(to_rave_sp_wdt(wdd)->sp, in rave_sp_wdt_exec()
/Linux-v6.1/drivers/nvmem/
Drave-sp-eeprom.c126 ret = rave_sp_exec(eeprom->sp, cmd, cmd_size, page, rsp_size); in rave_sp_eeprom_io()