Lines Matching full:serializer
12 * - PM for serializer and remote peripherals. We need to manage:
16 * - Link between the deserializer and the serializer
19 * - Serializer's services: i2c, gpios, power
20 * - The serializer needs to resume before the remote peripherals can
23 * (serializer) always powered on.
438 /* Serializer */
1663 * The serializer is added under the same i2c adapter as the in ub960_rxport_add_serializer()
1664 * deserializer. This is not quite right, as the serializer is behind in ub960_rxport_add_serializer()
1676 dev_dbg(dev, "rx%u: remote serializer at alias 0x%02x (%u-%04x)\n", in ub960_rxport_add_serializer()
1691 /* Add serializer i2c devices for all initialized ports */
1903 /* Enable I2C communication to the serializer via the alias addr */ in ub960_init_rx_port_ub960()
2120 /* Enable I2C communication to the serializer via the alias addr */ in ub960_init_rx_port_ub9702()
3309 rxport->ser.fwnode = fwnode_get_named_child_node(link_fwnode, "serializer"); in ub960_parse_dt_rxport_link_properties()
3311 dev_err(dev, "rx%u: missing 'serializer' node\n", nport); in ub960_parse_dt_rxport_link_properties()