Searched refs:qnap_mcu_exec_with_ack (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/leds/ |
D | leds-qnap-mcu.c | 49 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/ |
D | qnap-mcu.c | 190 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/ |
D | qnap-mcu.h | 23 int qnap_mcu_exec_with_ack(struct qnap_mcu *mcu,
|
/linux-6.14.4/drivers/input/misc/ |
D | qnap-mcu-input.c | 60 qnap_mcu_exec_with_ack(idev->mcu, cmd, sizeof(cmd)); in qnap_mcu_input_beeper_work()
|
/linux-6.14.4/drivers/hwmon/ |
D | qnap-mcu-hwmon.c | 74 return qnap_mcu_exec_with_ack(hwm->mcu, cmd, sizeof(cmd)); in qnap_mcu_hwmon_set_pwm()
|