/kernel/linux/linux-5.10/drivers/ide/ |
H A D | gayle.c | 71 static void gayle_a1200_clear_irq(ide_drive_t *drive) in gayle_a1200_clear_irq() argument 73 ide_hwif_t *hwif = drive->hwif; in gayle_a1200_clear_irq()
|
H A D | ide-pci-generic.c | 36 static void netcell_quirkproc(ide_drive_t *drive) in netcell_quirkproc() argument 39 drive->id[ATA_ID_CSF_DEFAULT] |= 0x4000; in netcell_quirkproc()
|
H A D | buddha.c | 113 static void xsurf_clear_irq(ide_drive_t *drive) in xsurf_clear_irq() argument 118 z_writeb(0, drive->hwif->io_ports.irq_addr); in xsurf_clear_irq()
|
H A D | ide-gd.h | 18 ide_drive_t *drive; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | sorgv100.c | 98 .drive = gm200_sor_dp_drive, 128 .drive = gm200_sor_dp_drive,
|
H A D | sorgm200.c | 109 .drive = gm200_sor_dp_drive, 140 .drive = gm200_sor_dp_drive,
|
H A D | sormcp77.c | 37 .drive = g94_sor_dp_drive,
|
H A D | sorgk104.c | 37 .drive = gf119_sor_dp_drive,
|
H A D | sormcp89.c | 37 .drive = g94_sor_dp_drive,
|
H A D | sorgt215.c | 53 .drive = g94_sor_dp_drive,
|
H A D | sorgm107.c | 51 .drive = gf119_sor_dp_drive,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | auxgm200.c | 170 gm200_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, in gm200_i2c_aux_new() argument 180 aux->ch = drive; in gm200_i2c_aux_new()
|
H A D | base.c | 304 nvkm_debug(&i2c->subdev, "ccb %02x: type %02x drive %02x " in nvkm_i2c_new_() 306 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch); in nvkm_i2c_new_() 326 ccbE.drive, in nvkm_i2c_new_() 333 ccbE.drive != DCB_I2C_UNUSED))) { in nvkm_i2c_new_() 335 ccbE.drive, &bus); in nvkm_i2c_new_()
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 207 drive, path = os.path.splitdrive(path) 209 path = drive + path[1:]
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 375 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. in TEST() 376 for (char drive = 'Z'; drive >= 'A'; drive--) in TEST() 377 if (_chdrive(drive - 'A' + 1) == -1) { in TEST() 379 non_drive[0] = drive; in TEST()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | reparse.c | 386 * Check whether a drive letter has been defined in .NTFS-3G 396 char *drive; in ntfs_drive_letter() local 403 drive = (char*)NULL; in ntfs_drive_letter() 404 sz = ntfs_ucstombs(&letter, 1, &drive, 0); in ntfs_drive_letter() 407 if ((*drive >= 'a') && (*drive <= 'z')) in ntfs_drive_letter() 408 *drive += 'A' - 'a'; in ntfs_drive_letter() 409 strcat(defines,drive); in ntfs_drive_letter() 422 if (drive) in ntfs_drive_letter() 423 free(drive); in ntfs_drive_letter() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | base.c | 284 nvkm_debug(&i2c->subdev, "ccb %02x: type %02x drive %02x " in nvkm_i2c_new_() 286 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch); in nvkm_i2c_new_() 306 ccbE.drive, in nvkm_i2c_new_() 313 ccbE.drive != DCB_I2C_UNUSED))) { in nvkm_i2c_new_() 315 ccbE.drive, &bus); in nvkm_i2c_new_()
|
/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 425 // will find a drive letter which maps to the path's device, so in NormalizeFilePath() 426 // that we return a path starting with a drive letter. in NormalizeFilePath() 432 // Get the mapping of drive letters to device paths. in DevicePathToDriveLetterPath() 437 DLOG(ERROR) << "Failed to get drive mapping."; in DevicePathToDriveLetterPath() 441 // The drive mapping is a sequence of null terminated strings. in DevicePathToDriveLetterPath() 445 char16_t drive[] = u" :"; in DevicePathToDriveLetterPath() local 447 // For each string in the drive mapping, get the junction that links in DevicePathToDriveLetterPath() 449 // know that |drive| is the real path prefix. in DevicePathToDriveLetterPath() 451 drive[0] = drive_map_ptr[0]; // Copy the drive lette in DevicePathToDriveLetterPath() [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | path_tools.h | 48 void SplitPath(BASE_NS::string_view pathIn, BASE_NS::string_view& drive, BASE_NS::string_view& path,
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | si5351.h | 51 * enum si5351_drive_strength - Si5351 clock output drive strength 53 * @SI5351_DRIVE_2MA: 2mA clock output drive strength 54 * @SI5351_DRIVE_4MA: 4mA clock output drive strength 55 * @SI5351_DRIVE_6MA: 6mA clock output drive strength 56 * @SI5351_DRIVE_8MA: 8mA clock output drive strength 90 * @drive: output drive strength 96 enum si5351_drive_strength drive; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | i2c.h | 17 u8 drive; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | priv.h | 22 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | si5351.h | 51 * enum si5351_drive_strength - Si5351 clock output drive strength 53 * @SI5351_DRIVE_2MA: 2mA clock output drive strength 54 * @SI5351_DRIVE_4MA: 4mA clock output drive strength 55 * @SI5351_DRIVE_6MA: 6mA clock output drive strength 56 * @SI5351_DRIVE_8MA: 8mA clock output drive strength 90 * @drive: output drive strength 96 enum si5351_drive_strength drive; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | i2c.h | 17 u8 drive; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | priv.h | 22 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member
|