Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c131 #define OZ_NB_PORTS 8 macro
138 struct oz_port ports[OZ_NB_PORTS];
250 for (i = 0; i < OZ_NB_PORTS; i++) { in oz_get_port_from_addr()
637 for (i = 0; i < OZ_NB_PORTS; i++) { in oz_hcd_pd_arrived()
648 if (i == OZ_NB_PORTS) in oz_hcd_pd_arrived()
1892 for (i = 0; i < OZ_NB_PORTS; i++) { in oz_hcd_hub_status_data()
1918 desc->bNbrPorts = OZ_NB_PORTS; in oz_get_hub_descriptor()
1932 if ((port_id < 1) || (port_id > OZ_NB_PORTS)) in oz_set_port_feature()
2006 if ((port_id < 1) || (port_id > OZ_NB_PORTS)) in oz_clear_port_feature()
2079 if ((windex < 1) || (windex > OZ_NB_PORTS)) in oz_get_port_status()
[all …]