Lines Matching refs:ep9461e_dev

51 struct ep9461e_dev {  struct
66 static struct ep9461e_dev *g_ep9461e; argument
67 static struct ep9461e_dev *ep9461e;
69 static void ep9461e_rx_select(struct ep9461e_dev *ep9461e);
70 static void ep9461e_rx_manual_select(struct ep9461e_dev *ep9461e);
72 static void i2c_wr(struct ep9461e_dev *ep9461e, u16 reg, u8 *val, u32 n) in i2c_wr()
114 static void i2c_rd(struct ep9461e_dev *ep9461e, u16 reg, u8 *val, u32 n) in i2c_rd()
140 static void i2c_rd8(struct ep9461e_dev *ep9461e, u16 reg, u8 *val) in i2c_rd8()
145 static void i2c_wr8(struct ep9461e_dev *ep9461e, u16 reg, u8 buf) in i2c_wr8()
150 static void i2c_wr8_and_or(struct ep9461e_dev *ep9461e, u16 reg, u32 mask, in i2c_wr8_and_or()
179 struct ep9461e_dev *ep9461e = g_ep9461e; in hdmirxsel_show()
191 struct ep9461e_dev *ep9461e = g_ep9461e; in hdmirxsel_store()
212 struct ep9461e_dev *ep9461e = g_ep9461e; in hdmiautoswitch_show()
224 struct ep9461e_dev *ep9461e = g_ep9461e; in hdmiautoswitch_store()
243 static inline bool detect_rx_signal(struct ep9461e_dev *ep9461e) in detect_rx_signal()
254 static void ep9461e_init(struct ep9461e_dev *ep9461e) in ep9461e_init()
269 static void ep9461e_rx_manual_select(struct ep9461e_dev *ep9461e) in ep9461e_rx_manual_select()
274 static void ep9461e_rx_select(struct ep9461e_dev *ep9461e) in ep9461e_rx_select()
297 struct ep9461e_dev *ep9461e = in ep9461e_work_i2c_poll()
298 container_of(dwork, struct ep9461e_dev, work_i2c_poll); in ep9461e_work_i2c_poll()
331 struct ep9461e_dev *ep9461e; in ep9461e_probe()
345 ep9461e = devm_kzalloc(dev, sizeof(struct ep9461e_dev), GFP_KERNEL); in ep9461e_probe()