Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.h98 enum ipc_mux_protocol mux_type);
H A Diosm_ipc_imem_ops.c81 enum ipc_mux_protocol mux_type) in ipc_imem_wwan_channel_init() argument
/linux/drivers/tty/serial/
H A Dmux.c284 static const char *mux_type(struct uart_port *port) in mux_type() function
414 .type = mux_type,
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c1170 int reg, ret, mask, mux_type; in rockchip_get_mux() local
1202 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux()
1204 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux()
1209 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux()
1300 int reg, ret, mask, mux_type; in rockchip_set_mux() local
1331 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux()
1333 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux()
1338 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()