Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c232 struct cros_typec_port *cros_port; in cros_typec_init_ports() local
266 cros_port = devm_kzalloc(dev, sizeof(*cros_port), GFP_KERNEL); in cros_typec_init_ports()
267 if (!cros_port) { in cros_typec_init_ports()
272 typec->ports[port_num] = cros_port; in cros_typec_init_ports()
273 cap = &cros_port->caps; in cros_typec_init_ports()
279 cros_port->port = typec_register_port(dev, cap); in cros_typec_init_ports()
280 if (IS_ERR(cros_port->port)) { in cros_typec_init_ports()
282 ret = PTR_ERR(cros_port->port); in cros_typec_init_ports()
286 ret = cros_typec_get_switch_handles(cros_port, fwnode, dev); in cros_typec_init_ports()