Searched refs:HID_HOST_MAX_DEVICES (Results 1 – 6 of 6) sorted by relevance
315 for( i=0; i<HID_HOST_MAX_DEVICES; i++ ) in HID_HostDeregister()343 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()350 if (i== HID_HOST_MAX_DEVICES ) in HID_HostAddDev()352 for( i=0; i<HID_HOST_MAX_DEVICES; i++) in HID_HostAddDev()359 if( i==HID_HOST_MAX_DEVICES ) in HID_HostAddDev()392 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostRemoveDev()418 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostOpenDev()451 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostWriteDev()488 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) ) in HID_HostCloseDev()
110 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) in hidh_conn_reg()209 for( i=0; i < HID_HOST_MAX_DEVICES; i++ ) in hidh_l2cif_connect_ind()215 if (i >= HID_HOST_MAX_DEVICES) in hidh_l2cif_connect_ind()386 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_connect_cfm()466 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_ind()529 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_config_cfm()582 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_ind()660 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_disconnect_cfm()700 if( (dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES ) in hidh_l2cif_cong_ind()746 if ((dhandle = find_conn_by_cid(l2cap_cid)) < HID_HOST_MAX_DEVICES) in hidh_l2cif_data_ind()[all …]
52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES];
73 #define BTA_HH_MAX_KNOWN HID_HOST_MAX_DEVICES74 #define BTA_HH_MAX_DEVICE HID_HOST_MAX_DEVICES
2827 #ifndef HID_HOST_MAX_DEVICES2828 #define HID_HOST_MAX_DEVICES 7 macro
2767 #ifndef HID_HOST_MAX_DEVICES2768 #define HID_HOST_MAX_DEVICES 7 macro