Searched refs:fsi_master_gpio (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | fsi_master_gpio.h | 4 #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 …]
|
/kernel/linux/linux-5.10/drivers/fsi/ |
D | fsi-master-gpio.c | 23 struct fsi_master_gpio { struct 42 #define to_fsi_master_gpio(m) container_of(m, struct fsi_master_gpio, master) 49 static void clock_toggle(struct fsi_master_gpio *master, int count) in clock_toggle() 63 static int sda_clock_in(struct fsi_master_gpio *master) in sda_clock_in() 82 static void sda_out(struct fsi_master_gpio *master, int value) in sda_out() 87 static void set_sda_input(struct fsi_master_gpio *master) in set_sda_input() 93 static void set_sda_output(struct fsi_master_gpio *master, int value) in set_sda_output() 99 static void clock_zeros(struct fsi_master_gpio *master, int count) in clock_zeros() 106 static void echo_delay(struct fsi_master_gpio *master) in echo_delay() 112 static void serial_in(struct fsi_master_gpio *master, struct fsi_gpio_msg *msg, in serial_in() [all …]
|