| /TwlSDK-5.4/include/nitro/mi/ |
| D | device.h | 65 void MI_InitDevice(MIDevice *device, void *userdata, in MI_InitDevice() argument 69 device->userdata = userdata; in MI_InitDevice() 70 device->Read = read; in MI_InitDevice() 71 device->Write = write; in MI_InitDevice() 87 int MI_ReadDevice(MIDevice *device, void *buffer, u32 offset, u32 length) in MI_ReadDevice() argument 89 return device->Read(device->userdata, buffer, offset, length); in MI_ReadDevice() 105 int MI_WriteDevice(MIDevice *device, const void *buffer, u32 offset, u32 length) in MI_WriteDevice() argument 107 return device->Write(device->userdata, buffer, offset, length); in MI_WriteDevice()
|
| D | cache.h | 119 void MI_LoadCache(MICache *cache, MIDevice *device);
|
| /TwlSDK-5.4/build/demos/mb/multiboot/ |
| D | readme.txt | 3 When the program starts, the parent device starts automatically, and the following list is displaye… 14 Using the +Control Pad, select the child device that will become the target of operations and then … 22 CONNECTED ... Connection made from a child device 23 DISCONNECTED ... Child device has cut the connection 24 ENTRY REQUEST ... Entry request has been made from a child device 26 KICKED ... Child device has been kicked 27 ENTRY OK ... A download request from a child device has been allowed 29 SENDING ... Sending binary to a child device 30 SEND COMPLETE ... Binary send to the child device has finished 32 BOOT REQUEST ... Starts to send a boot request to a child device [all …]
|
| /TwlSDK-5.4/build/libraries/wfs/common/src/ |
| D | wfs_thread.c | 42 MIDevice device[1]; member 156 MI_LoadCache(thread->cache, thread->device); in WFSi_ServerThreadProc() 233 MI_InitDevice(thread->device, thread, in WFS_ExecuteRomServerThread() 238 if (WFS_RegisterServerTable(context, thread->device, fatbase, overlay)) in WFS_ExecuteRomServerThread()
|
| D | wfs_format.c | 36 MIDevice *device, u32 origin_a, u32 origin_b) in WFS_LoadTable() argument 54 (void)MI_ReadDevice(device, buf, archive->origin, sizeof(buf)); in WFS_LoadTable() 64 (void)MI_ReadDevice(device, buf, origin_b, sizeof(buf)); in WFS_LoadTable() 112 … (void)MI_ReadDevice(device, dst, archive->origin + archive->region[i].offset, length); in WFS_LoadTable() 140 (void)MI_ReadDevice(device, &entry, in WFS_LoadTable()
|
| D | wfs_server.c | 510 MIDevice *device, u32 fatbase, u32 overlay) in WFS_RegisterServerTable() argument 519 else if (WFS_LoadTable(context->table, context->allocator, device, fatbase, overlay)) in WFS_RegisterServerTable()
|
| /TwlSDK-5.4/build/libraries/snd/ARM9.TWL/src/ |
| D | sndex.c | 105 SNDEXResult SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg); 106 SNDEXResult SNDEXi_GetDevice (SNDEXDevice* device); 107 SNDEXResult SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg); 108 SNDEXResult SNDEXi_SetDevice (SNDEXDevice device); 574 SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg) in SNDEXi_GetDeviceAsync() argument 588 SetSndexWork(callback, arg, (void*)device, SNDEX_PXI_COMMAND_GET_SND_DEVICE); in SNDEXi_GetDeviceAsync() 609 SNDEXi_GetDevice (SNDEXDevice* device) in SNDEXi_GetDevice() argument 626 result = SNDEXi_GetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDevice() 1032 SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg) in SNDEXi_SetDeviceAsync() argument 1035 if (device >= SNDEX_DEVICE_MAX) in SNDEXi_SetDeviceAsync() [all …]
|
| /TwlSDK-5.4/build/tools/loadrun/ |
| D | loadrun.txt | 26 3 device(s) found. 27 …The [NITROUSB] portion is one of the device types specified with the –d option. serial is th… 38 Specifies device types. CGBUSB, CGBSCSI, NITROUSB, or NITROUIC can be specified. 39 The first machine found with the device specified here becomes the target for that action. 41 …Specifies device serial numbers. The specified value is a 10-digit number, and is the same as the …
|
| /TwlSDK-5.4/build/libraries/mi/common/src/ |
| D | mi_cache.c | 247 void MI_LoadCache(MICache *cache, MIDevice *device) in MI_LoadCache() argument 258 (void)MI_ReadDevice(device, p->buffer, in MI_LoadCache()
|
| /TwlSDK-5.4/include/twl/os/common/ |
| D | systemWork.h | 89 u8 device : 3; member
|
| /TwlSDK-5.4/include/nitro/wfs/ |
| D | server.h | 150 MIDevice *device, u32 fatbase, u32 overlay);
|
| D | format.h | 208 MIDevice *device, u32 fatbase, u32 overlay);
|
| /TwlSDK-5.4/build/libraries/card/ARM9/src/ |
| D | card_backup.c | 353 const int device = 361 if (device == CARD_BACKUP_TYPE_DEVICE_EEPROM) 398 else if (device == CARD_BACKUP_TYPE_DEVICE_FLASH) 472 else if (device == CARD_BACKUP_TYPE_DEVICE_FRAM)
|