Home
last modified time | relevance | path

Searched refs:gpiomux (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-cards.c372 .gpiomux = { 2, 0, 0, 0 },
384 .gpiomux = { 0, 1, 2, 3 },
396 .gpiomux = { 4, 0, 2, 3 },
413 .gpiomux = { 0 },
424 .gpiomux = { 0, 1, 0, 1 },
436 .gpiomux = { 0x0c, 0x04, 0x08, 0x04 },
450 .gpiomux = { 0 },
463 .gpiomux = { 0, 0xc00, 0x800, 0x400 },
476 .gpiomux = { 1, 1, 2, 3 },
488 .gpiomux = { 0, 1, 2, 3 },
[all …]
Dbttv.h227 u32 gpiomux[4]; /* Tuner, Radio, external, internal */ member
Dbttv-driver.c1017 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input]; in audio_mux_gpio()
/linux-4.1.27/drivers/i2c/muxes/
Di2c-mux-gpio.c20 struct gpiomux { struct
27 static void i2c_mux_gpio_set(const struct gpiomux *mux, unsigned val) in i2c_mux_gpio_set() argument
38 struct gpiomux *mux = data; in i2c_mux_gpio_select()
47 struct gpiomux *mux = data; in i2c_mux_gpio_deselect()
61 static int i2c_mux_gpio_probe_dt(struct gpiomux *mux, in i2c_mux_gpio_probe_dt()
129 static int i2c_mux_gpio_probe_dt(struct gpiomux *mux, in i2c_mux_gpio_probe_dt()
138 struct gpiomux *mux; in i2c_mux_gpio_probe()
255 struct gpiomux *mux = platform_get_drvdata(pdev); in i2c_mux_gpio_remove()