Home
last modified time | relevance | path

Searched refs:rxport (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/
H A Dds90ub960.c486 struct ub960_rxport *rxport; member
531 u8 rxport; member
708 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() local
1057 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 …]
H A Dmax96714.c107 struct max96714_rxport rxport; member
269 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 …]