Searched full:track (Results 1 – 25 of 1187) sorted by relevance
12345678910>>...48
/openbmc/linux/drivers/gpu/drm/radeon/ |
D | r200.c |
|
D | r600_cs.c |
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
D | page_track.c |
|
/openbmc/qemu/hw/block/ |
H A D | cdrom.c | 54 *q++ = 1; /* track number */ in cdrom_read_toc() 66 /* lead out track */ in cdrom_read_toc() 69 *q++ = 0xaa; /* track number */ in cdrom_read_toc() 95 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw() 96 *q++ = 0; /* track number */ in cdrom_read_toc_raw() 102 *q++ = 1; /* first track */ in cdrom_read_toc_raw() 107 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw() 108 *q++ = 0; /* track number */ in cdrom_read_toc_raw() 114 *q++ = 1; /* last track */ in cdrom_read_toc_raw() 119 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw() [all …]
|
H A D | fdc.c | 199 static int fd_sector_calc(uint8_t head, uint8_t track, uint8_t sect, in fd_sector_calc() argument 202 return (((track * num_sides) + head) * last_sect) + sect - 1; in fd_sector_calc() 208 return fd_sector_calc(drv->head, drv->track, drv->sect, drv->last_sect, in fd_sector() 220 * returns 0 if already on right track 221 * returns 1 if track changed 222 * returns 2 if track is invalid 226 static int fd_seek(FDrive *drv, uint8_t head, uint8_t track, uint8_t sect, in fd_seek() argument 232 if (track > drv->max_track || in fd_seek() 235 head, track, sect, 1, in fd_seek() 242 head, track, sect, 1, in fd_seek() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
H A D | 0001-track-Check-for-unw_set_caching_policy-before-using.patch | 4 Subject: [PATCH] track: Check for unw_set_caching_policy before using 12 src/track/trace_libunwind.cpp | 3 +++ 15 diff --git a/src/track/trace_libunwind.cpp b/src/track/trace_libunwind.cpp 17 --- a/src/track/trace_libunwind.cpp 18 +++ b/src/track/trace_libunwind.cpp
|
H A D | 0001-libheaptrack-Replace-__pid_t-with-pid_t.patch | 11 src/track/libheaptrack.cpp | 2 +- 14 diff --git a/src/track/libheaptrack.cpp b/src/track/libheaptrack.cpp 16 --- a/src/track/libheaptrack.cpp 17 +++ b/src/track/libheaptrack.cpp
|
H A D | 0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch | 11 src/track/heaptrack_inject.cpp | 6 ++++-- 14 diff --git a/src/track/heaptrack_inject.cpp b/src/track/heaptrack_inject.cpp 16 --- a/src/track/heaptrack_inject.cpp 17 +++ b/src/track/heaptrack_inject.cpp
|
H A D | 0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch | 12 src/track/heaptrack_preload.cpp | 26 ++++++++++++++++---------- 15 diff --git a/src/track/heaptrack_preload.cpp b/src/track/heaptrack_preload.cpp 17 --- a/src/track/heaptrack_preload.cpp 18 +++ b/src/track/heaptrack_preload.cpp
|
/openbmc/linux/drivers/gpu/drm/i915/ |
D | i915_active.h |
|
/openbmc/linux/Documentation/sound/designs/ |
D | compress-offload.rst |
|
/openbmc/linux/drivers/of/unittest-data/ |
D | overlay.dtso |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-power.json |
|
D | uncore-memory.json |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-fs-ubifs |
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
D | vtoc.h |
|
/openbmc/linux/include/uapi/linux/ |
D | fd.h |
|
D | fdreg.h |
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debug.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/ |
H A D | 0003-fix-CVE-2015-7747.patch | 24 @@ -402,7 +402,7 @@ status ModuleState::arrange(AFfilehandle file, Track *track) 32 track->channelMatrix));
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | uncore-memory.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-power.json |
|
/openbmc/qemu/contrib/plugins/ |
H A D | hwprofile.c | 49 /* track the access pattern to a piece of HW */ 51 /* track the source address of access to HW */ 53 /* track only matched regions of HW */ 227 /* either track offsets or source of access */ in vcpu_haddr() 274 if (g_strcmp0(tokens[0], "track") == 0) { in qemu_plugin_install() 280 fprintf(stderr, "invalid value for track: %s\n", tokens[1]); in qemu_plugin_install() 306 fprintf(stderr, "can only currently track either source or pattern.\n"); in qemu_plugin_install()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
D | intel_timeline_types.h |
|
/openbmc/linux/net/ |
D | Kconfig.debug |
|
12345678910>>...48