Searched refs:rave_sp_exec (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | rave-sp.c | 342 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/ |
D | rave-sp.h | 54 int rave_sp_exec(struct rave_sp *sp,
|
/Linux-v6.1/drivers/video/backlight/ |
D | rave-sp-backlight.c | 32 return rave_sp_exec(sp, cmd, sizeof(cmd), NULL, 0); in rave_sp_backlight_update_status()
|
/Linux-v6.1/drivers/watchdog/ |
D | rave-sp-wdt.c | 68 return rave_sp_exec(to_rave_sp_wdt(wdd)->sp, in rave_sp_wdt_exec()
|
/Linux-v6.1/drivers/nvmem/ |
D | rave-sp-eeprom.c | 126 ret = rave_sp_exec(eeprom->sp, cmd, cmd_size, page, rsp_size); in rave_sp_eeprom_io()
|