Searched refs:mux_type (Results 1 – 5 of 5) sorted by relevance
98 enum ipc_mux_protocol mux_type);
81 enum ipc_mux_protocol mux_type) in ipc_imem_wwan_channel_init() argument
284 static const char *mux_type(struct uart_port *port) in mux_type() function414 .type = mux_type,
71 static const struct device_type mux_type = { variable109 mux_chip->dev.type = &mux_type; in mux_chip_alloc()
1102 int reg, ret, mask, mux_type; in rockchip_get_mux() local1124 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux()1126 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux()1131 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux()1222 int reg, ret, mask, mux_type; in rockchip_set_mux() local1243 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux()1245 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux()1250 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()
Completed in 19 milliseconds