Searched refs:rxport (Results 1 – 2 of 2) sorted by relevance
486 struct ub960_rxport *rxport; member531 u8 rxport; member708 if (priv->reg_current.rxport == nport) in ub960_rxport_select()719 priv->reg_current.rxport = nport; in ub960_rxport_select()1053 struct ub960_rxport *rxport = priv->rxports[chan_id]; in ub960_atr_attach_client() local1057 for (reg_idx = 0; reg_idx < ARRAY_SIZE(rxport->aliased_clients); reg_idx++) { in ub960_atr_attach_client()1058 if (!rxport->aliased_clients[reg_idx]) in ub960_atr_attach_client()1062 if (reg_idx == ARRAY_SIZE(rxport->aliased_clients)) { in ub960_atr_attach_client()1063 dev_err(dev, "rx%u: alias pool exhausted\n", rxport->nport); in ub960_atr_attach_client()1067 rxport->aliased_clients[reg_idx] = client; in ub960_atr_attach_client()[all …]
107 struct max96714_rxport rxport; member269 if (!priv->rxport.source.sd) { in max96714_enable_streams()280 ret = v4l2_subdev_enable_streams(priv->rxport.source.sd, in max96714_enable_streams()281 priv->rxport.source.pad, in max96714_enable_streams()314 ret = v4l2_subdev_disable_streams(priv->rxport.source.sd, in max96714_disable_streams()315 priv->rxport.source.pad, in max96714_disable_streams()520 priv->rxport.source.ep_fwnode, in max96714_notify_bound()527 priv->rxport.source.sd = subdev; in max96714_notify_bound()528 priv->rxport.source.pad = ret; in max96714_notify_bound()530 ret = media_create_pad_link(&priv->rxport.source.sd->entity, in max96714_notify_bound()[all …]