Home
last modified time | relevance | path

Searched defs:cmd_hd (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-nct6694.c56 const struct nct6694_cmd_header cmd_hd = { in nct6694_get_direction() local
75 const struct nct6694_cmd_header cmd_hd = { in nct6694_direction_input() local
97 struct nct6694_cmd_header cmd_hd = { in nct6694_direction_output() local
133 struct nct6694_cmd_header cmd_hd = { in nct6694_get_value() local
167 const struct nct6694_cmd_header cmd_hd = { in nct6694_set_value() local
192 const struct nct6694_cmd_header cmd_hd = { in nct6694_set_config() local
224 const struct nct6694_cmd_header cmd_hd = { in nct6694_init_valid_mask() local
245 struct nct6694_cmd_header cmd_hd = { in nct6694_irq_handler() local
276 struct nct6694_cmd_header cmd_hd = { in nct6694_get_irq_trig() local
350 struct nct6694_cmd_header cmd_hd = { in nct6694_irq_bus_sync_unlock() local
/linux/drivers/rtc/
H A Drtc-nct6694.c82 static const struct nct6694_cmd_header cmd_hd = { in nct6694_rtc_read_time() local
109 static const struct nct6694_cmd_header cmd_hd = { in nct6694_rtc_set_time() local
131 static const struct nct6694_cmd_header cmd_hd = { in nct6694_rtc_read_alarm() local
156 static const struct nct6694_cmd_header cmd_hd = { in nct6694_rtc_set_alarm() local
176 static const struct nct6694_cmd_header cmd_hd = { in nct6694_rtc_alarm_irq_enable() local
205 static const struct nct6694_cmd_header cmd_hd = { in nct6694_irq() local
/linux/drivers/hwmon/
H A Dnct6694-hwmon.c243 struct nct6694_cmd_header cmd_hd; in nct6694_in_read() local
322 struct nct6694_cmd_header cmd_hd; in nct6694_temp_read() local
409 struct nct6694_cmd_header cmd_hd; in nct6694_fan_read() local
473 struct nct6694_cmd_header cmd_hd; in nct6694_pwm_read() local
512 struct nct6694_cmd_header cmd_hd; in nct6694_in_write() local
578 struct nct6694_cmd_header cmd_hd; in nct6694_temp_write() local
649 struct nct6694_cmd_header cmd_hd; in nct6694_fan_write() local
698 struct nct6694_cmd_header cmd_hd; in nct6694_pwm_write() local
863 struct nct6694_cmd_header cmd_hd = { in nct6694_hwmon_init() local
/linux/drivers/watchdog/
H A Dnct6694_wdt.c95 const struct nct6694_cmd_header cmd_hd = { in nct6694_wdt_setting() local
136 const struct nct6694_cmd_header cmd_hd = { in nct6694_wdt_stop() local
153 const struct nct6694_cmd_header cmd_hd = { in nct6694_wdt_ping() local
200 const struct nct6694_cmd_header cmd_hd = { in nct6694_wdt_get_time() local
/linux/drivers/net/can/usb/
H A Dnct6694_canfd.c213 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_handle_rx() local
385 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_irq() local
442 static const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_tx_work() local
521 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_start() local
587 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_stop() local
702 static const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_get_clock() local
/linux/drivers/mfd/
H A Dnct6694.c97 int nct6694_read_msg(struct nct6694 *nct6694, const struct nct6694_cmd_header *cmd_hd, void *buf) in nct6694_read_msg()
147 int nct6694_write_msg(struct nct6694 *nct6694, const struct nct6694_cmd_header *cmd_hd, void *buf) in nct6694_write_msg()
/linux/drivers/i2c/busses/
H A Di2c-nct6694.c69 static const struct nct6694_cmd_header cmd_hd = { in nct6694_i2c_xfer() local