Home
last modified time | relevance | path

Searched refs:l3_pins (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dl3.h5 struct l3_pins { struct
6 void (*setdat)(struct l3_pins *, int); argument
7 void (*setclk)(struct l3_pins *, int); argument
8 void (*setmode)(struct l3_pins *, int); argument
25 int l3_write(struct l3_pins *adap, u8 addr, u8 *data, int len); argument
26 int l3_set_gpio_ops(struct device *dev, struct l3_pins *adap);
Duda134x.h18 struct l3_pins l3;
/Linux-v4.19/sound/soc/codecs/
Dl3.c32 static void sendbyte(struct l3_pins *adap, unsigned int byte) in sendbyte()
52 static void sendbytes(struct l3_pins *adap, const u8 *buf, in sendbytes()
69 int l3_write(struct l3_pins *adap, u8 addr, u8 *data, int len) in l3_write()
92 static void l3_set_clk(struct l3_pins *adap, int val) in l3_set_clk()
97 static void l3_set_data(struct l3_pins *adap, int val) in l3_set_data()
102 static void l3_set_mode(struct l3_pins *adap, int val) in l3_set_mode()
107 int l3_set_gpio_ops(struct device *dev, struct l3_pins *adap) in l3_set_gpio_ops()