Lines Matching full:pca954x
8 * This module supports the PCA954x and PCA984x series of I2C multiplexer/switch
28 * pca954x.c from Kumar Gala <[email protected]>
32 * pca954x.c from Ken Harrenstien
107 struct pca954x { struct
125 /* Provide specs for the MAX735x, PCA954x and PCA984x types we know about */
310 static u8 pca954x_regval(struct pca954x *data, u8 chan) in pca954x_regval()
321 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_select_chan()
338 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_deselect_mux()
365 struct pca954x *data = i2c_mux_priv(muxc); in idle_state_show()
376 struct pca954x *data = i2c_mux_priv(muxc); in idle_state_store()
407 struct pca954x *data = dev_id; in pca954x_irq_handler()
430 .name = "i2c-mux-pca954x",
436 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_irq_setup()
467 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_cleanup()
482 static int pca954x_init(struct i2c_client *client, struct pca954x *data) in pca954x_init()
525 static int pca954x_get_reset(struct device *dev, struct pca954x *data) in pca954x_get_reset()
546 static void pca954x_reset_deassert(struct pca954x *data) in pca954x_reset_deassert()
563 struct pca954x *data; in pca954x_probe()
656 "pca954x", data); in pca954x_probe()
691 struct pca954x *data = i2c_mux_priv(muxc); in pca954x_resume()
705 .name = "pca954x",
717 MODULE_DESCRIPTION("PCA954x I2C mux/switch driver");