Searched refs:qnap_mcu_exec (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/mfd/ |
D | qnap-mcu.c | 145 int qnap_mcu_exec(struct qnap_mcu *mcu, in qnap_mcu_exec() function 188 EXPORT_SYMBOL_GPL(qnap_mcu_exec); 196 ret = qnap_mcu_exec(mcu, cmd_data, cmd_data_size, ack, sizeof(ack)); in qnap_mcu_exec_with_ack() 217 ret = qnap_mcu_exec(mcu, cmd, sizeof(cmd), rx, QNAP_MCU_VERSION_LEN + 2); in qnap_mcu_get_version()
|
/linux-6.14.4/drivers/hwmon/ |
D | qnap-mcu-hwmon.c | 40 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_rpm() 58 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_pwm() 84 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_temp()
|
/linux-6.14.4/include/linux/mfd/ |
D | qnap-mcu.h | 20 int qnap_mcu_exec(struct qnap_mcu *mcu,
|
/linux-6.14.4/drivers/input/misc/ |
D | qnap-mcu-input.c | 39 ret = qnap_mcu_exec(idev->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_input_poll()
|