Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/leds/
Dleds-qnap-mcu.c49 return qnap_mcu_exec_with_ack(err_led->mcu, cmd, sizeof(cmd)); in qnap_mcu_err_led_set()
75 return qnap_mcu_exec_with_ack(err_led->mcu, cmd, sizeof(cmd)); in qnap_mcu_err_led_blink_set()
142 return qnap_mcu_exec_with_ack(usb_led->mcu, cmd, sizeof(cmd)); in qnap_mcu_usb_led_set()
166 return qnap_mcu_exec_with_ack(usb_led->mcu, cmd, sizeof(cmd)); in qnap_mcu_usb_led_blink_set()
/linux-6.14.4/drivers/mfd/
Dqnap-mcu.c190 int qnap_mcu_exec_with_ack(struct qnap_mcu *mcu, in qnap_mcu_exec_with_ack() function
208 EXPORT_SYMBOL_GPL(qnap_mcu_exec_with_ack);
241 ret = qnap_mcu_exec_with_ack(mcu, cmd, sizeof(cmd)); in qnap_mcu_power_off()
/linux-6.14.4/include/linux/mfd/
Dqnap-mcu.h23 int qnap_mcu_exec_with_ack(struct qnap_mcu *mcu,
/linux-6.14.4/drivers/input/misc/
Dqnap-mcu-input.c60 qnap_mcu_exec_with_ack(idev->mcu, cmd, sizeof(cmd)); in qnap_mcu_input_beeper_work()
/linux-6.14.4/drivers/hwmon/
Dqnap-mcu-hwmon.c74 return qnap_mcu_exec_with_ack(hwm->mcu, cmd, sizeof(cmd)); in qnap_mcu_hwmon_set_pwm()