Searched refs:rxport (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ds90ub960.c | 476 struct ub960_rxport *rxport; member 521 u8 rxport; member 686 if (priv->reg_current.rxport == nport) in ub960_rxport_select() 697 priv->reg_current.rxport = nport; in ub960_rxport_select() 1031 struct ub960_rxport *rxport = priv->rxports[chan_id]; in ub960_atr_attach_client() local 1035 for (reg_idx = 0; reg_idx < ARRAY_SIZE(rxport->aliased_clients); reg_idx++) { in ub960_atr_attach_client() 1036 if (!rxport->aliased_clients[reg_idx]) in ub960_atr_attach_client() 1040 if (reg_idx == ARRAY_SIZE(rxport->aliased_clients)) { in ub960_atr_attach_client() 1041 dev_err(dev, "rx%u: alias pool exhausted\n", rxport->nport); in ub960_atr_attach_client() 1045 rxport->aliased_clients[reg_idx] = client; in ub960_atr_attach_client() [all …]
|
D | max96714.c | 107 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 …]
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 335 struct fman_port *rxport; in dpaa_set_hash() local 340 rxport = mac_dev->port[0]; in dpaa_set_hash() 342 fman_port_use_kg_hash(rxport, enable); in dpaa_set_hash()
|
D | dpaa_eth.c | 1321 struct fman_port *rxport = mac_dev->port[RX]; in dpaa_eth_init_ports() local 1330 err = dpaa_eth_init_rx_port(rxport, bp, port_fqs->rx_errq, in dpaa_eth_init_ports()
|