Searched refs:gpiomux (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 372 .gpiomux = { 2, 0, 0, 0 }, 385 .gpiomux = { 0, 1, 2, 3 }, 398 .gpiomux = { 4, 0, 2, 3 }, 416 .gpiomux = { 0 }, 428 .gpiomux = { 0, 1, 0, 1 }, 441 .gpiomux = { 0x0c, 0x04, 0x08, 0x04 }, 456 .gpiomux = { 0 }, 470 .gpiomux = { 0, 0xc00, 0x800, 0x400 }, 484 .gpiomux = { 1, 1, 2, 3 }, 497 .gpiomux = { 0, 1, 2, 3 }, [all …]
|
D | bttv.h | 222 u32 gpiomux[4]; /* Tuner, Radio, external, internal */ member
|
D | bttv-driver.c | 1191 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input]; in audio_mux()
|
/linux-3.4.99/arch/arm/mach-msm/ |
D | Makefile | 31 obj-$(CONFIG_ARCH_MSM7X30) += gpiomux-v1.o gpiomux.o 32 obj-$(CONFIG_ARCH_QSD8X50) += gpiomux-8x50.o gpiomux-v1.o gpiomux.o 33 obj-$(CONFIG_ARCH_MSM8X60) += gpiomux-8x60.o gpiomux-v2.o gpiomux.o
|
/linux-3.4.99/drivers/i2c/muxes/ |
D | gpio-i2cmux.c | 20 struct gpiomux { struct 26 static void gpiomux_set(const struct gpiomux *mux, unsigned val) in gpiomux_set() argument 36 struct gpiomux *mux = data; in gpiomux_select() 45 struct gpiomux *mux = data; in gpiomux_deselect() 54 struct gpiomux *mux; in gpiomux_probe() 142 struct gpiomux *mux = platform_get_drvdata(pdev); in gpiomux_remove()
|
/linux-3.4.99/Documentation/arm/msm/ |
D | gpiomux.txt | 10 shortcomings, which led to its deprecation and replacement by gpiomux: 31 Key Features of gpiomux 36 - gpiomux plays nicely with gpiolib. Functions that should belong to gpiolib 37 are left to gpiolib and not duplicated here. gpiomux is written with the 38 intent that gpio_chips will call gpiomux reference-counting methods 52 To use gpiomux, provide configuration information for relevant gpio lines 54 only those lines to be managed by gpiomux need to be specified. Here 90 except 12 and 34) are zero-filled, gpiomux needs a way to distinguish 92 is a valid configuration! Therefore, gpiomux defines an additional bit 125 gpiomux and gpiolib [all …]
|