Searched refs:epn (Results 1 – 3 of 3) sorted by relevance
/drivers/media/platform/atmel/ |
D | atmel-isc.c | 1688 struct device_node *epn = NULL, *rem; in isc_parse_dt() local 1697 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt() 1698 if (!epn) in isc_parse_dt() 1701 rem = of_graph_get_remote_port_parent(epn); in isc_parse_dt() 1704 epn); in isc_parse_dt() 1708 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt() 1753 of_node_put(epn); in isc_parse_dt()
|
/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 1582 struct device_node *epn = NULL, *ren; in scan_of_host() local 1586 epn = of_graph_get_next_endpoint(np, epn); in scan_of_host() 1587 if (!epn) in scan_of_host() 1590 ren = of_graph_get_remote_port(epn); in scan_of_host() 1592 dev_notice(dev, "no remote for %pOF\n", epn); in scan_of_host() 1598 soc_of_bind(ici, epn, ren->parent); in scan_of_host() 1608 of_node_put(epn); in scan_of_host()
|
/drivers/usb/musb/ |
D | musb_core.c | 1369 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local 1371 if (epn >= musb->config->num_eps) { in ep_config_from_table() 1373 musb_driver_name, epn); in ep_config_from_table() 1376 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table() 1379 musb_driver_name, epn); in ep_config_from_table() 1382 epn++; in ep_config_from_table() 1383 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
|