Home
last modified time | relevance | path

Searched refs:qnap_mcu_exec (Results 1 – 3 of 3) sorted by relevance

/drivers/mfd/
A Dqnap-mcu.c145 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()
/drivers/hwmon/
A Dqnap-mcu-hwmon.c39 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_rpm()
57 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_pwm()
83 ret = qnap_mcu_exec(hwm->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_hwmon_get_temp()
/drivers/input/misc/
A Dqnap-mcu-input.c39 ret = qnap_mcu_exec(idev->mcu, cmd, sizeof(cmd), reply, sizeof(reply)); in qnap_mcu_input_poll()

Completed in 10 milliseconds