Searched refs:epn (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 1692 struct device_node *epn = NULL, *ren; in scan_of_host() local 1696 epn = of_graph_get_next_endpoint(np, epn); in scan_of_host() 1697 if (!epn) in scan_of_host() 1700 ren = of_graph_get_remote_port(epn); in scan_of_host() 1703 of_node_full_name(epn)); in scan_of_host() 1709 soc_of_bind(ici, epn, ren->parent); in scan_of_host() 1719 of_node_put(epn); in scan_of_host()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.c | 1357 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local 1359 if (epn >= musb->config->num_eps) { in ep_config_from_table() 1361 musb_driver_name, epn); in ep_config_from_table() 1364 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table() 1367 musb_driver_name, epn); in ep_config_from_table() 1370 epn++; in ep_config_from_table() 1371 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
|