Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-cards.c366 .gpiomux = { 2, 0, 0, 0 },
379 .gpiomux = { 0, 1, 2, 3 },
392 .gpiomux = { 4, 0, 2, 3 },
410 .gpiomux = { 0 },
422 .gpiomux = { 0, 1, 0, 1 },
435 .gpiomux = { 0x0c, 0x04, 0x08, 0x04 },
450 .gpiomux = { 0 },
464 .gpiomux = { 0, 0xc00, 0x800, 0x400 },
478 .gpiomux = { 1, 1, 2, 3 },
491 .gpiomux = { 0, 1, 2, 3 },
[all …]
Dbttv.h221 u32 gpiomux[4]; /* Tuner, Radio, external, internal */ member
Dbttv-driver.c1184 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input]; in audio_mux()
/linux-2.6.39/arch/arm/mach-msm/
DMakefile29 obj-$(CONFIG_ARCH_MSM7X30) += gpiomux-v1.o gpiomux.o
30 obj-$(CONFIG_ARCH_QSD8X50) += gpiomux-8x50.o gpiomux-v1.o gpiomux.o
31 obj-$(CONFIG_ARCH_MSM8X60) += gpiomux-8x60.o gpiomux-v2.o gpiomux.o
/linux-2.6.39/drivers/i2c/muxes/
Dgpio-i2cmux.c20 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-2.6.39/Documentation/arm/msm/
Dgpiomux.txt10 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 …]