Home
last modified time | relevance | path

Searched refs:fsi_master_gpio (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/trace/events/
Dfsi_master_gpio.h4 #define TRACE_SYSTEM fsi_master_gpio
12 TP_PROTO(const struct fsi_master_gpio *master, int bits, uint64_t msg),
33 TP_PROTO(const struct fsi_master_gpio *master, int bits, uint64_t msg),
54 TP_PROTO(const struct fsi_master_gpio *master, int clocks),
70 TP_PROTO(const struct fsi_master_gpio *master),
84 TP_PROTO(const struct fsi_master_gpio *master),
98 TP_PROTO(const struct fsi_master_gpio *master),
112 TP_PROTO(const struct fsi_master_gpio *master, int busy),
127 TP_PROTO(const struct fsi_master_gpio *master, u32 addr),
142 TP_PROTO(const struct fsi_master_gpio *master, u32 rel_addr),
[all …]
/Linux-v4.19/drivers/fsi/
Dfsi-master-gpio.c22 struct fsi_master_gpio { struct
41 #define to_fsi_master_gpio(m) container_of(m, struct fsi_master_gpio, master)
48 static void clock_toggle(struct fsi_master_gpio *master, int count) in clock_toggle()
62 static int sda_clock_in(struct fsi_master_gpio *master) in sda_clock_in()
81 static void sda_out(struct fsi_master_gpio *master, int value) in sda_out()
86 static void set_sda_input(struct fsi_master_gpio *master) in set_sda_input()
92 static void set_sda_output(struct fsi_master_gpio *master, int value) in set_sda_output()
98 static void clock_zeros(struct fsi_master_gpio *master, int count) in clock_zeros()
105 static void echo_delay(struct fsi_master_gpio *master) in echo_delay()
111 static void serial_in(struct fsi_master_gpio *master, struct fsi_gpio_msg *msg, in serial_in()
[all …]