Searched refs:mux_type (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_imem_ops.h | 93 * @mux_type: Type of mux protocol. 98 enum ipc_mux_protocol mux_type);
|
H A D | iosm_ipc_imem_ops.c | 81 enum ipc_mux_protocol mux_type) in ipc_imem_wwan_channel_init() 80 ipc_imem_wwan_channel_init(struct iosm_imem *ipc_imem, enum ipc_mux_protocol mux_type) ipc_imem_wwan_channel_init() argument
|
/kernel/linux/linux-5.10/drivers/mux/ |
H A D | core.c | 58 static const struct device_type mux_type = { variable 96 mux_chip->dev.type = &mux_type; in mux_chip_alloc()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | mux.c | 297 * mux_type - Describe the port. 303 static const char *mux_type(struct uart_port *port) in mux_type() function 433 .type = mux_type,
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | mux.c | 278 * mux_type - Describe the port. 284 static const char *mux_type(struct uart_port *port) in mux_type() function 414 .type = mux_type,
|
/kernel/linux/linux-6.6/drivers/mux/ |
H A D | core.c | 71 static const struct device_type mux_type = { variable 109 mux_chip->dev.type = &mux_type; in mux_chip_alloc()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 1077 int reg, ret, mask, mux_type; in rockchip_get_mux() local 1095 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux() 1097 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 1102 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux() 1165 int reg, ret, mask, mux_type; in rockchip_set_mux() local 1183 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux() 1185 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux() 1190 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 1049 int reg, ret, mask, mux_type; in rockchip_get_mux() local 1071 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux() 1073 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 1078 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux() 1164 int reg, ret, mask, mux_type; in rockchip_set_mux() local 1185 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux() 1187 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux() 1192 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()
|
Completed in 14 milliseconds