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

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

Completed in 113 milliseconds