Home
last modified time | relevance | path

Searched refs:mux_id (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_config.c130 u16 mux_id; in rmnet_newlink() local
182 rmnet_vnd_dellink(mux_id, port, ep); in rmnet_newlink()
196 u8 mux_id = priv->mux_id; in rmnet_dellink() local
280 u16 mux_id; in rmnet_rtnl_validate() local
303 u16 mux_id; in rmnet_changelink() local
317 if (mux_id != priv->mux_id) { in rmnet_changelink()
324 if (rmnet_get_endpoint(port, mux_id)) { in rmnet_changelink()
332 &port->muxed_ep[mux_id]); in rmnet_changelink()
334 ep->mux_id = mux_id; in rmnet_changelink()
335 priv->mux_id = mux_id; in rmnet_changelink()
[all …]
A Drmnet_handlers.c62 u8 mux_id; in __rmnet_map_ingress_handler() local
72 mux_id = map_header->mux_id; in __rmnet_map_ingress_handler()
76 if (mux_id >= RMNET_MAX_LOGICAL_EP) in __rmnet_map_ingress_handler()
79 ep = rmnet_get_endpoint(port, mux_id); in __rmnet_map_ingress_handler()
134 struct rmnet_port *port, u8 mux_id, in rmnet_map_egress_handler() argument
165 map_header->mux_id = mux_id; in rmnet_map_egress_handler()
247 u8 mux_id; in rmnet_egress_handler() local
255 mux_id = priv->mux_id; in rmnet_egress_handler()
261 err = rmnet_map_egress_handler(skb, port, mux_id, orig_dev); in rmnet_egress_handler()
A Drmnet_map_command.c18 u8 mux_id; in rmnet_map_do_flow_control() local
21 mux_id = map_header->mux_id; in rmnet_map_do_flow_control()
23 if (mux_id >= RMNET_MAX_LOGICAL_EP) { in rmnet_map_do_flow_control()
28 ep = rmnet_get_endpoint(port, mux_id); in rmnet_map_do_flow_control()
A Drmnet_config.h18 u8 mux_id; member
85 u8 mux_id; member
93 struct rmnet_endpoint *rmnet_get_endpoint(struct rmnet_port *port, u8 mux_id);
A Drmnet_vnd.c330 ep->mux_id = id; in rmnet_vnd_newlink()
335 priv->mux_id = id; in rmnet_vnd_newlink()
/linux/drivers/clk/stm32/
A Dclk-stm32mp13.c961 .mux_id = MUX_FMC,
969 .mux_id = MUX_QSPI,
1057 .mux_id = MUX_SAI1,
1065 .mux_id = MUX_SAI1,
1073 .mux_id = MUX_SAI2,
1081 .mux_id = MUX_ADC1,
1089 .mux_id = MUX_ADC2,
1097 .mux_id = MUX_RNG1,
1129 .mux_id = MUX_SPI1,
1137 .mux_id = MUX_SPI4,
[all …]
A Dclk-stm32-core.c103 u16 mux_id) in stm32_mux_get_parent() argument
105 const struct stm32_mux_cfg *mux = &data->muxes[mux_id]; in stm32_mux_get_parent()
117 u16 mux_id, u8 index) in stm32_mux_set_parent() argument
119 const struct stm32_mux_cfg *mux = &data->muxes[mux_id]; in stm32_mux_set_parent()
262 return stm32_mux_get_parent(mux->base, mux->clock_data, mux->mux_id); in clk_stm32_mux_get_parent()
272 stm32_mux_set_parent(mux->base, mux->clock_data, mux->mux_id, index); in clk_stm32_mux_set_parent()
516 const struct stm32_mux_cfg *mux = &composite->clock_data->muxes[composite->mux_id]; in clk_stm32_has_safe_mux()
540 composite->mux_id, MUX_SAFE_POSITION); in clk_stm32_set_safe_position_mux()
554 stm32_mux_set_parent(composite->base, composite->clock_data, composite->mux_id, sel); in clk_stm32_safe_restore_position_mux()
580 if (composite->mux_id != NO_STM32_MUX && clk_stm32_has_safe_mux(hw)) in clk_stm32_composite_gate_enable()
[all …]
A Dclk-stm32-core.h91 u16 mux_id; member
122 u16 mux_id; member
A Dclk-stm32mp25.c489 .mux_id = MUX_ADC12,
501 .mux_id = MUX_ADC3,
591 .mux_id = MUX_DSIBLANE,
606 .mux_id = MUX_DSIPHY,
615 .mux_id = MUX_LVDSPHY,
624 .mux_id = MUX_DTS,
981 .mux_id = MUX_MCO1,
988 .mux_id = MUX_MCO2,
1476 .mux_id = MUX_USB2PHY1,
1496 .mux_id = MUX_USB2PHY2,
[all …]
/linux/drivers/net/usb/
A Dqmi_wwan.c70 u8 mux_id; member
76 u8 mux_id; member
107 hdr->mux_id = priv->mux_id; in qmimux_start_xmit()
148 if (priv->mux_id == mux_id) { in qmimux_find_dev()
233 static DEVICE_ATTR_RO(mux_id);
258 priv->mux_id = mux_id; in qmimux_register_device()
407 u8 mux_id; in add_mux_store() local
410 if (kstrtou8(buf, 0, &mux_id)) in add_mux_store()
414 if (mux_id < 1 || mux_id > 254) in add_mux_store()
446 u8 mux_id; in del_mux_store() local
[all …]
/linux/drivers/gpu/drm/radeon/
A Dradeon_atpx_handler.c311 static int radeon_atpx_switch_disp_mux(struct radeon_atpx *atpx, u16 mux_id) in radeon_atpx_switch_disp_mux() argument
319 input.mux = mux_id; in radeon_atpx_switch_disp_mux()
343 static int radeon_atpx_switch_i2c_mux(struct radeon_atpx *atpx, u16 mux_id) in radeon_atpx_switch_i2c_mux() argument
351 input.mux = mux_id; in radeon_atpx_switch_i2c_mux()
375 static int radeon_atpx_switch_start(struct radeon_atpx *atpx, u16 mux_id) in radeon_atpx_switch_start() argument
383 input.mux = mux_id; in radeon_atpx_switch_start()
407 static int radeon_atpx_switch_end(struct radeon_atpx *atpx, u16 mux_id) in radeon_atpx_switch_end() argument
415 input.mux = mux_id; in radeon_atpx_switch_end()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atpx_handler.c342 static int amdgpu_atpx_switch_disp_mux(struct amdgpu_atpx *atpx, u16 mux_id) in amdgpu_atpx_switch_disp_mux() argument
350 input.mux = mux_id; in amdgpu_atpx_switch_disp_mux()
374 static int amdgpu_atpx_switch_i2c_mux(struct amdgpu_atpx *atpx, u16 mux_id) in amdgpu_atpx_switch_i2c_mux() argument
382 input.mux = mux_id; in amdgpu_atpx_switch_i2c_mux()
406 static int amdgpu_atpx_switch_start(struct amdgpu_atpx *atpx, u16 mux_id) in amdgpu_atpx_switch_start() argument
414 input.mux = mux_id; in amdgpu_atpx_switch_start()
438 static int amdgpu_atpx_switch_end(struct amdgpu_atpx *atpx, u16 mux_id) in amdgpu_atpx_switch_end() argument
446 input.mux = mux_id; in amdgpu_atpx_switch_end()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_acpi.c153 static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id) in nouveau_dsm_switch_mux() argument
155 mxm_wmi_call_mxmx(mux_id == NOUVEAU_DSM_LED_STAMINA ? MXM_MXDS_ADAPTER_IGD : MXM_MXDS_ADAPTER_0); in nouveau_dsm_switch_mux()
156 mxm_wmi_call_mxds(mux_id == NOUVEAU_DSM_LED_STAMINA ? MXM_MXDS_ADAPTER_IGD : MXM_MXDS_ADAPTER_0); in nouveau_dsm_switch_mux()
157 return nouveau_dsm(handle, NOUVEAU_DSM_LED, mux_id); in nouveau_dsm_switch_mux()
/linux/drivers/pinctrl/freescale/
A Dpinctrl-imx1.h24 unsigned int mux_id; member
A Dpinctrl-imx1-core.c320 unsigned int mux = pins[i].mux_id; in imx1_pmx_set()
498 grp->pins[i].mux_id = be32_to_cpu(*list++); in imx1_pinctrl_parse_groups()
/linux/include/linux/
A Dif_rmnet.h12 u8 mux_id; member
/linux/include/media/drv-intf/
A Dexynos-fimc.h74 u16 mux_id; member
/linux/drivers/media/platform/samsung/exynos4-is/
A Dmedia-dev.c418 pd->mux_id = (endpoint.base.port - 1) & 0x1; in fimc_md_parse_one_endpoint()
979 if (WARN(pdata->mux_id >= CSIS_MAX_ENTITIES, in fimc_md_create_links()
980 "Wrong CSI channel id: %d\n", pdata->mux_id)) in fimc_md_create_links()
983 csis = fmd->csis[pdata->mux_id].sd; in fimc_md_create_links()
1000 csi_sensors[pdata->mux_id] = sensor; in fimc_md_create_links()
A Dfimc-lite-reg.c214 flite_hw_set_camera_port(dev, si->mux_id); in flite_hw_set_camera_bus()
A Dfimc-reg.c689 if (source->mux_id == 0) in fimc_hw_set_camera_type()
713 if (source->mux_id == 0) /* ITU-A, ITU-B: 0, 1 */ in fimc_hw_set_camera_type()
/linux/Documentation/ABI/testing/
A Dsysfs-class-net-qmi52 What: /sys/class/net/<qmimux iface>/qmap/mux_id
/linux/drivers/net/ipa/
A Dipa_endpoint.c805 off = offsetof(struct rmnet_map_header, mux_id); in ipa_endpoint_init_hdr()

Completed in 58 milliseconds