Searched refs:mux (Results 301 - 325 of 399) sorted by relevance

<<111213141516

/linux-master/drivers/input/serio/
H A Di8042.c158 signed char mux; member in struct:i8042_port
391 return i8042_command(&c, port->mux == -1 ?
393 I8042_CMD_MUX_SEND + port->mux);
1387 port->mux = idx;
/linux-master/drivers/net/mdio/
H A Dmdio-mux.c7 #include <linux/mdio-mux.h>
H A Dmdio-mux-bcm-iproc.c10 #include <linux/mdio-mux.h>
255 bus->name = "iProc MDIO mux bus";
332 .compatible = "brcm,mdio-mux-iproc",
340 .name = "mdio-mux-iproc",
/linux-master/drivers/pcmcia/
H A Domap_cf.c24 #include <linux/soc/ti/omap1-mux.h>
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-imx.c99 /* create mux map */
106 new_map[0].data.mux.function = parent->name;
107 new_map[0].data.mux.group = np->name;
129 * For SCU case, we set mux and conf together
145 (*map)->data.mux.function, (*map)->data.mux.group, map_num);
177 dev_dbg(ipctl->dev, "Pin(%s) does not support mux function\n",
255 * Configure the mux mode for each pin in the group for a specific
273 * For IMX_USE_SCU case, we postpone the mux setting
496 /* SION bit is in mux registe
[all...]
/linux-master/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c395 int mux, val; local
405 mux = drm_of_encoder_active_endpoint_id(hdmi->dev->of_node, encoder);
406 if (mux)
414 (mux) ? "1" : "0");
/linux-master/drivers/clk/sunxi-ng/
H A Dccu-sun50i-a64.c239 .mux = {
273 24, 2, /* mux */
281 .mux = {
404 .mux = _SUNXI_CCU_MUX(24, 2),
419 24, 2, /* mux */
440 24, 2, /* mux */
449 24, 2, /* mux */
458 24, 2, /* mux */
467 24, 4, /* mux */
474 24, 2, /* mux */
[all...]
H A Dccu-suniv-f1c100s.c121 .mux = {
210 24, 2, /* mux */
222 24, 2, /* mux */
247 24, 2, /* mux */
530 .cm = &cpu_clk.mux,
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-pca9541.c23 #include <linux/i2c-mux.h>
304 /* Create mux adapter */
H A Di2c-mux-ltc4306.c7 * Based on: i2c-mux-pca954x.c
14 #include <linux/i2c-mux.h>
224 "i2c-mux-idle-disconnect");
245 /* Reset and enable the mux if an enable GPIO is specified. */
256 * Write the mux register at addr to verify
257 * that the mux is in fact present. This also
258 * initializes the mux to disconnected state.
316 MODULE_DESCRIPTION("Linear Technology LTC4306, LTC4305 I2C mux/switch driver");
/linux-master/drivers/tty/serial/
H A DMakefile61 obj-$(CONFIG_SERIAL_MUX) += mux.o
/linux-master/sound/soc/codecs/
H A Dmadera.c550 unsigned int ep_sel, mux, change; local
557 mux = ucontrol->value.enumerated.item[0];
561 ep_sel = mux << MADERA_EP_SEL_SHIFT;
621 ret = snd_soc_dapm_mux_update_power(dapm, kcontrol, mux, e, NULL);
658 unsigned int mux, val, mask; local
663 mux = ucontrol->value.enumerated.item[0];
664 if (mux > 1)
667 val = mux << e->shift_l;
672 inmode = madera->pdata.codec.inmode[0][2 * mux];
675 inmode = madera->pdata.codec.inmode[0][1 + (2 * mux)];
[all...]
/linux-master/drivers/net/fddi/skfp/h/
H A Dcmtdef.h509 void plc_config_mux(struct s_smc *smc, int mux);
514 void config_mux(struct s_smc *smc, int mux);
/linux-master/drivers/clk/tegra/
H A Dclk.h609 * @mux: mux clock
612 * @mux_ops: mux clock ops
619 struct clk_mux mux; member in struct:tegra_clk_periph
647 .mux = { \
734 * super mux parent using PLLP branches. To use PLLP branches to CPU, need
777 * @reg: register controlling mux and divider
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h399 struct mutex mux; member in struct:ecryptfs_msg_ctx
410 struct mutex mux; member in struct:ecryptfs_daemon
/linux-master/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c227 map->data.mux.group = data->groups[group];
228 map->data.mux.function = wmt_functions[fnum];
/linux-master/drivers/pinctrl/
H A Dpinctrl-as3722.c119 #define FUNCTION_GROUP(fname, mux) \
124 .mux_option = AS3722_PINMUX_##mux, \
H A Dpinctrl-max77620.c138 #define FUNCTION_GROUP(fname, mux) \
143 .mux_option = MAX77620_PINMUX_##mux, \
/linux-master/drivers/
H A DMakefile15 # GPIO must come after pinctrl as gpios may need to mux pins etc
183 obj-$(CONFIG_MULTIPLEXER) += mux/
/linux-master/drivers/clk/
H A DMakefile12 obj-$(CONFIG_COMMON_CLK) += clk-mux.o
/linux-master/drivers/media/pci/zoran/
H A Dzoran_card.c52 "Default 6 Eyes mux setting (Input selection)");
206 int mux = default_mux; /* 1 = BT866, 7 = VID1 */ local
213 GPIO(zr, 2, mux & 1); /* MUX S0 */
216 GPIO(zr, 5, mux & 2); /* MUX S1 */
218 GPIO(zr, 7, mux & 4); /* MUX S2 */
/linux-master/drivers/hwmon/
H A Dasus_atk0110.c487 static union acpi_object *atk_ggrp(struct atk_data *data, u16 mux) argument
497 id.integer.value = mux;
504 dev_err(dev, "GGRP[%#x] ACPI exception: %s\n", mux,
516 dev_err(dev, "GGRP[%#x] package is too small\n", mux);
/linux-master/drivers/usb/host/
H A Dohci-omap.c30 #include <linux/soc/ti/omap1-mux.h>
176 /* board init will have already handled HMC and mux setup.
/linux-master/drivers/pinctrl/renesas/
H A Dcore.c1011 if (a->pins == b->pins + i || a->mux == b->mux + i ||
1013 memcmp(a->mux, b->mux + i, len))
/linux-master/drivers/power/supply/
H A Dsbs-manager.c19 #include <linux/i2c-mux.h>
351 return dev_err_probe(dev, -ENOMEM, "failed to alloc i2c mux\n");
367 return dev_err_probe(dev, ret, "failed to register i2c mux channel %d\n", i + 1);

Completed in 578 milliseconds

<<111213141516