Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_imem_ops.h100 enum ipc_mux_protocol mux_type);
Diosm_ipc_imem_ops.c86 enum ipc_mux_protocol mux_type) in ipc_imem_wwan_channel_init() argument
/Linux-v5.15/drivers/mux/
Dcore.c58 static const struct device_type mux_type = { variable
96 mux_chip->dev.type = &mux_type; in mux_chip_alloc()
/Linux-v5.15/drivers/tty/serial/
Dmux.c303 static const char *mux_type(struct uart_port *port) in mux_type() function
433 .type = mux_type,
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-rockchip.c826 int reg, ret, mask, mux_type; in rockchip_get_mux() local
844 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux()
846 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux()
851 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux()
914 int reg, ret, mask, mux_type; in rockchip_set_mux() local
932 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux()
934 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux()
939 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()