Lines Matching full:pca954x
8 * This module supports the PCA954x and PCA984x series of I2C multiplexer/switch
28 * pca954x.c from Kumar Gala <galak@kernel.crashing.org>
32 * pca954x.c from Ken Harrenstien
92 struct pca954x { struct
107 /* Provide specs for the MAX735x, PCA954x and PCA984x types we know about */
292 static u8 pca954x_regval(struct pca954x *data, u8 chan) in pca954x_regval()
303 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_select_chan()
320 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_deselect_mux()
347 struct pca954x *data = i2c_mux_priv(muxc); in idle_state_show()
358 struct pca954x *data = i2c_mux_priv(muxc); in idle_state_store()
389 struct pca954x *data = dev_id; in pca954x_irq_handler()
412 .name = "i2c-mux-pca954x",
418 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_irq_setup()
449 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_cleanup()
464 static int pca954x_init(struct i2c_client *client, struct pca954x *data) in pca954x_init()
490 struct pca954x *data; in pca954x_probe()
585 "pca954x", data); in pca954x_probe()
620 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_resume()
634 .name = "pca954x",
646 MODULE_DESCRIPTION("PCA954x I2C mux/switch driver");