Lines Matching defs:NULL

58 static usb_module_info *gUSBModule = NULL;
70 // { NULL, " CF Reader", &kCFIconData, "devices/drive-removable-media-flash" },
71 { NULL, " SD Reader", &kSDIconData, "devices/drive-removable-media-flash" },
72 { NULL, " MS Reader", &kMSIconData, "devices/drive-removable-media-flash" },
73 // { NULL, " SM Reader", &kSMIconData, "devices/drive-removable-media-flash" },
76 { "MEDIATEK", NULL, &kMobileIconData,
78 { NULL, NULL, NULL, NULL }
98 status_t usb_disk_test_unit_ready(device_lun *lun, err_act *action = NULL);
138 return NULL;
166 device->interface, 0, NULL, NULL);
215 if (_action != NULL)
445 command.data_transfer_length = (dataLength != NULL ? *dataLength : 0);
522 if (dataLength != NULL) {
573 bool directionIn, err_act *_action = NULL)
588 bool directionIn, err_act *_action = NULL)
596 if (dataLength != NULL && *dataLength != 0) {
623 status_t result = usb_disk_operation(lun, commandBlock, 6, NULL, NULL, false);
666 const char *label = NULL;
684 || label == NULL) {
699 if (_action != NULL)
754 result = usb_disk_operation(lun, commandBlock, 6, NULL, NULL, false,
762 result = usb_disk_operation(lun, commandBlock, 6, NULL, NULL, true,
953 if (get_dma_resource(lun->device, lun->block_size) == NULL) {
995 NULL, NULL, false);
1047 device->luns = NULL;
1052 if (configuration == NULL) {
1059 if (interface == NULL)
1075 if (endpoint == NULL)
1144 device->luns[i] = NULL;
1152 if (lun == NULL) {
1616 if (buffer == NULL || length > sizeof(device_geometry))
1663 return usb_disk_operation(lun, commandBlock, 6, NULL, NULL,
1680 return usb_disk_operation(lun, commandBlock, 6, NULL, NULL,
1711 if (kIconMatches[i].vendor != NULL
1712 && strstr(vendor, kIconMatches[i].vendor) == NULL)
1714 if (kIconMatches[i].product != NULL
1715 && strstr(product, kIconMatches[i].product) == NULL)
1750 if (kIconMatches[i].vendor != NULL
1752 kIconMatches[i].vendor) == NULL)
1754 if (kIconMatches[i].product != NULL
1756 kIconMatches[i].product) == NULL)
1808 if (dmaResource == NULL)
1953 if (configuration == NULL)
1965 if (interface == NULL)
1992 { NULL }
1996 attrs, NULL, NULL);
2048 { NULL }
2055 NULL
2065 NULL, // read
2066 NULL, // write
2070 NULL, // select
2071 NULL, // deselect
2078 NULL
2086 NULL, // rescan
2087 NULL, // removed
2093 NULL