/linux-5.10/drivers/gpu/drm/radeon/ |
D | r200.c | 150 struct r100_cs_track *track; in r200_packet0_check() local 160 track = (struct r100_cs_track *)p->track; in r200_packet0_check() 188 track->zb.robj = reloc->robj; in r200_packet0_check() 189 track->zb.offset = idx_value; in r200_packet0_check() 190 track->zb_dirty = true; in r200_packet0_check() 201 track->cb[0].robj = reloc->robj; in r200_packet0_check() 202 track->cb[0].offset = idx_value; in r200_packet0_check() 203 track->cb_dirty = true; in r200_packet0_check() 231 track->textures[i].robj = reloc->robj; in r200_packet0_check() 232 track->tex_dirty = true; in r200_packet0_check() [all …]
|
D | r600_cs.c | 44 /* value we track */ 300 static void r600_cs_track_init(struct r600_cs_track *track) in r600_cs_track_init() argument 305 track->sq_config = DX9_CONSTS; in r600_cs_track_init() 307 track->cb_color_base_last[i] = 0; in r600_cs_track_init() 308 track->cb_color_size[i] = 0; in r600_cs_track_init() 309 track->cb_color_size_idx[i] = 0; in r600_cs_track_init() 310 track->cb_color_info[i] = 0; in r600_cs_track_init() 311 track->cb_color_view[i] = 0xFFFFFFFF; in r600_cs_track_init() 312 track->cb_color_bo[i] = NULL; in r600_cs_track_init() 313 track->cb_color_bo_offset[i] = 0xFFFFFFFF; in r600_cs_track_init() [all …]
|
D | evergreen_cs.c | 47 /* value we track */ 118 static void evergreen_cs_track_init(struct evergreen_cs_track *track) in evergreen_cs_track_init() argument 123 track->cb_color_fmask_bo[i] = NULL; in evergreen_cs_track_init() 124 track->cb_color_cmask_bo[i] = NULL; in evergreen_cs_track_init() 125 track->cb_color_cmask_slice[i] = 0; in evergreen_cs_track_init() 126 track->cb_color_fmask_slice[i] = 0; in evergreen_cs_track_init() 130 track->cb_color_bo[i] = NULL; in evergreen_cs_track_init() 131 track->cb_color_bo_offset[i] = 0xFFFFFFFF; in evergreen_cs_track_init() 132 track->cb_color_info[i] = 0; in evergreen_cs_track_init() 133 track->cb_color_view[i] = 0xFFFFFFFF; in evergreen_cs_track_init() [all …]
|
D | r300.c | 636 struct r100_cs_track *track; in r300_packet0_check() local 644 track = (struct r100_cs_track *)p->track; in r300_packet0_check() 676 track->cb[i].robj = reloc->robj; in r300_packet0_check() 677 track->cb[i].offset = idx_value; in r300_packet0_check() 678 track->cb_dirty = true; in r300_packet0_check() 689 track->zb.robj = reloc->robj; in r300_packet0_check() 690 track->zb.offset = idx_value; in r300_packet0_check() 691 track->zb_dirty = true; in r300_packet0_check() 734 track->textures[i].robj = reloc->robj; in r300_packet0_check() 735 track->tex_dirty = true; in r300_packet0_check() [all …]
|
D | r100.c | 1307 struct r100_cs_track *track; in r100_packet3_load_vbpntr() local 1313 track = (struct r100_cs_track *)p->track; in r100_packet3_load_vbpntr() 1321 track->num_arrays = c; in r100_packet3_load_vbpntr() 1333 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr() 1334 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr() 1335 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr() 1344 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr() 1345 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr() 1346 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr() 1358 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr() [all …]
|
/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | page_track.c | 27 * intel_vgpu_find_page_track - find page track rcord of guest page 44 * @handler: page track handler 53 struct intel_vgpu_page_track *track; in intel_vgpu_register_page_track() local 56 track = intel_vgpu_find_page_track(vgpu, gfn); in intel_vgpu_register_page_track() 57 if (track) in intel_vgpu_register_page_track() 60 track = kzalloc(sizeof(*track), GFP_KERNEL); in intel_vgpu_register_page_track() 61 if (!track) in intel_vgpu_register_page_track() 64 track->handler = handler; in intel_vgpu_register_page_track() 65 track->priv_data = priv; in intel_vgpu_register_page_track() 67 ret = radix_tree_insert(&vgpu->page_track_tree, gfn, track); in intel_vgpu_register_page_track() [all …]
|
/linux-5.10/drivers/block/ |
D | amiflop.c | 10 * - added support for 40 Track 5.25" drives, 80-track hopefully behaves 29 * - usage ioctl(d, RAW_TRACK, ptr); the raw track buffer (MFM-encoded data 93 #define DSKTRACK0 (0x1<<4) /* head at track zero when low */ 108 #define DSKSTEP (0x1) /* pulse low to step head 1 track */ 154 #define FD_RECALIBRATE 0x07 /* move to track 0 */ 155 #define FD_SEEK 0x0F /* seek track */ 160 #define FD_FORMAT 0x4D /* format one track */ 166 #define FLOPPY_MAX_SECTORS 22 /* Max. Number of sectors per track */ 170 int sects; /* sectors per track */ 171 int (*read_fkt)(int); /* read whole track */ [all …]
|
D | ataflop.c | 28 * - Initialize track register when testing presence of floppy 51 * - increase gap size at start of track for HD/ED disks 93 #define FDCSELREG_TRA (0x82) /* track register */ 127 #define FDCCMDADD_U (0x10) /* update track register */ 141 #define FDCSTAT_TR00 (0x04) /* Track 00 flag (Type I) */ 162 int track; /* to be formatted */ member 170 unsigned spt; /* sectors per track */ 173 unsigned stretch; /* track doubling ? */ 294 int track; /* current head position or -1 if member 338 * operations. Second, a track buffer is used to cache a whole track [all …]
|
D | swim.c | 31 unsigned char track; member 185 int track; member 424 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() argument 429 ret = swim_seek(base, track - fs->track); in swim_track() 432 fs->track = track; in swim_track() 435 fs->track = 0; in swim_track() 456 int side, int track, in swim_read_sector() argument 465 swim_track(fs, track); in swim_read_sector() 485 if ((header.side != side) || (header.track != track) || in swim_read_sector() 498 int side, track, sector; in floppy_read_sectors() local [all …]
|
D | floppy.c | 34 * 28.02.92 - made track-buffering routines, based on the routines written 314 #define TRACK 2 macro 434 | Sectors per track 525 * Track buffer 592 static unsigned char fsector_t; /* sector in track */ 850 (mode || drive_state[drive].track != NEED_1_RECAL)) in reset_fdc_info() 851 drive_state[drive].track = NEED_2_RECAL; in reset_fdc_info() 1255 output_byte(fdc, 0); /* pre-compensation from track 0 upwards */ in fdc_configure() 1385 pr_cont(": track %d, head %d, sector %d, size %d", in tell_sector() 1463 drive_state[current_drive].track = NEED_2_RECAL; in interpret_errors() [all …]
|
/linux-5.10/Documentation/sound/designs/ |
D | compress-offload.rst | 209 delay and padding and directly move from one track content to another. The end 211 switching from one track to another 219 switch from one track to another and start using data for second track. 225 decoder to strip the silence. This needs to be set before the data in the track 230 correspond to subsequent track 235 data would belong to next track 241 - Set metadata of the first track 242 - Fill data of the first track 245 - Indicate next track data by sending set_next_track 246 - Set metadata of the next track [all …]
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_active.h | 24 * is reading them. We also track fences at a higher level to provide 30 * In order to use a fence, the object must track the fence it needs to 31 * serialise with. For example, GEM objects want to track both read and 35 * object then embeds a #i915_active_fence to track the most recent (in 38 * track the most recent fence request, typically this is done as part of 53 * @fence - initial fence to track, can be NULL 134 * often though we want to track the status of a bunch of tasks, for example 137 * track every single request associated with the task, but knowing that 139 * timeline must wait for earlier requests), we need only track the 146 * different resources that need to track their associated GPU activity to
|
/linux-5.10/drivers/of/unittest-data/ |
D | overlay.dts | 26 track@30 { 30 track@40 { 49 ride_200_left: track@10 { 53 ride_200_right: track@20 {
|
/linux-5.10/include/uapi/linux/ |
D | fd.h | 16 sect, /* sectors per track */ 18 track, /* nr of tracks */ member 19 stretch; /* bit 0 !=0 means double track steps */ 74 unsigned int device,head,track; member 80 /* format the specified track */ 92 * entire track at once */ 217 short track; /* current track */ member 219 short maxtrack; /* id of highest half track read */ 279 unsigned char track[4]; member 382 int track; member
|
D | fdreg.h | 68 #define ST3_TZ 0x10 /* Track Zero signal (1=track 0) */ 74 #define FD_RECALIBRATE 0x07 /* move to track 0 */ 75 #define FD_SEEK 0x0F /* seek track */ 80 #define FD_FORMAT 0x4D /* format one track */ 107 * pack more sectors on a track) */
|
/linux-5.10/arch/s390/include/uapi/asm/ |
D | vtoc.h | 78 __u16 DS4DEVTK; /* device track length */ 84 __u8 DS4DEVDT; /* number of DSCB's per track */ 85 __u8 DS4DEVDB; /* number of directory blocks per track */ 115 struct vtoc_ttr DS1LSTAR; /* last used track and block on track */ 116 __u16 DS1TRBAL; /* space remaining on last used track */ 130 struct vtoc_cchh DS4HCCHH; /* CCHH of next available alternate track */ 159 __u16 t; /* RTA of the first track of free extent */
|
/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debug.h | 17 #define PVR2_TRACE_TOLERANCE (1 << 2) /* track tolerance-affected errors */ 38 #define PVR2_TRACE_BUF_POOL (1 << 23) /* Track buffer pool management */ 39 #define PVR2_TRACE_BUF_FLOW (1 << 24) /* Track buffer flow in system */ 40 #define PVR2_TRACE_DATA_FLOW (1 << 25) /* Track data flow */
|
/linux-5.10/drivers/cdrom/ |
D | gdrom.c | 298 static int get_entry_lba(int track) in get_entry_lba() argument 300 return (cpu_to_be32(track & 0xffffff00) - GD_SESSION_OFFSET); in get_entry_lba() 303 static int get_entry_q_ctrl(int track) in get_entry_q_ctrl() argument 305 return (track & 0x000000f0) >> 4; in get_entry_q_ctrl() 308 static int get_entry_track(int track) in get_entry_track() argument 310 return (track & 0x0000ff00) >> 8; in get_entry_track() 316 int fentry, lentry, track, data, err; in gdrom_get_last_session() local 334 /* Find the first data track */ in gdrom_get_last_session() 335 track = get_entry_track(gd.toc->last); in gdrom_get_last_session() 337 data = gd.toc->entry[track - 1]; in gdrom_get_last_session() [all …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-power.json | 10 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 20 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 30 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 40 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 50 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 61 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 72 …X with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 83 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer…
|
/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-power.json | 10 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 20 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 30 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 40 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 50 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 61 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 72 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer… 83 …, with XXX in 100Mhz units). One can also use inversion (filter_inv=1) to track cycles when we wer…
|
/linux-5.10/include/linux/ |
D | intel_rapl.h | 91 u64 attr_map; /* track capabilities */ 141 struct powercap_zone *power_zone; /* keep track of parent zone */ 142 unsigned long power_limit_irq; /* keep track of package power limit 147 /* Track active cpus */
|
/linux-5.10/drivers/ide/ |
D | ide-cd_verbose.c | 66 { GPCMD_READ_TRACK_RZONE_INFO, "Read Track Rzone Info" }, 67 { GPCMD_RESERVE_RZONE_TRACK, "Reserve Rzone Track" }, 70 { GPCMD_REPAIR_RZONE_TRACK, "Repair Rzone Track" }, 72 { GPCMD_CLOSE_TRACK, "Close Track" }, 185 { 0x040900, "Track following error" }, 214 { 0x056300, "End of user area encountered on this track" }, 215 { 0x056400, "Illegal mode for this track or incompatible medium" }, 225 { 0x057203, "Session fixation error - incomplete track in session" }, 226 { 0x057204, "Empty or partially written reserved track" },
|
/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_timeline_types.h | 30 * pin_count and active_count track essentially the same thing: 74 * We track the most recent seqno that we wait on in every context so 77 * have to track each individually and can not rely on an absolute
|
/linux-5.10/include/net/sctp/ |
D | tsnmap.h | 11 * to track out of order TSNs received. 62 /* This is the minimum number of TSNs we can track. This corresponds 64 * potentially track more than this quantity. 93 * <0 if the TSN is invalid (too large to track)
|
/linux-5.10/drivers/staging/vt6656/ |
D | device.h | 236 /* used to track bulk out irps */ 251 * Structure to keep track of USB interrupt packets 284 /* Variables to track resources for the BULK In Pipe */ 288 /* Variables to track resources for the BULK Out Pipe */ 293 /* Variables to track resources for the Interrupt In Pipe */
|