Searched refs:taskfile (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 104 ``->tf_load()`` is called to load the given taskfile into hardware 106 registers / DMA buffers, to obtain the current set of taskfile register 107 values. Most drivers for taskfile-based hardware (PIO or MMIO) use 132 initiated in hardware. Most drivers for taskfile-based hardware use 161 the interrupt condition. Most drivers for taskfile-based hardware use 187 Most drivers for taskfile-based hardware use :c:func:`ata_sff_dev_select` for 248 High-level taskfile hooks 258 the above taskfile/DMA engine hooks. ``->qc_prep`` is called after the 266 :c:func:`ata_sff_qc_issue` for taskfile protocol-based dispatch. More 433 Once allocated qc's taskfile is initialized for the command to be [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | toaster.bbclass | 181 …fout.write("%s::%s::%s::%s\n" % (e.taskfile, e.taskname, os.path.join(taskdir, e.task), e.data.exp… 244 (taskfile, taskname, filename, recipename) = line.strip().split("::") 246 events.append((taskfile, taskname, stats, recipename)) 344 d2.setVar('FILE', e.taskfile)
|
| H A D | buildhistory.bbclass | 341 taskfile = os.path.join(taskoutdir, '%s.%s' % (pn, currenttask)) 361 with open(taskfile, 'w') as f:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 1046 def _get_recipe_information_from_taskfile(self, taskfile): argument 1047 localfilepath = taskfile.split(":")[-1] 1048 filepath_flags = ":".join(sorted(taskfile.split(":")[:-1])) 1201 localfilepath = event.taskfile.split(":")[-1] 1204 identifier = event.taskfile + ":" + event.taskname 1206 recipe_information = self._get_recipe_information_from_taskfile(event.taskfile) 1248 localfilepath = event.taskfile.split(":")[-1] 1251 identifier = event.taskfile + ":" + event.taskname
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | hdio.rst | 37 HDIO_DRIVE_TASKFILE execute raw taskfile 673 execute raw taskfile 680 - Execute an ATA disk command directly by writing the "taskfile" 704 io_ports[8] values to be written to taskfile registers 718 io_ports[] values returned in the taskfile registers 777 io_ports[8] values for the taskfile registers
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | Makefile | 7 ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 69 self.taskfile = d.getVar("FILE")
|
| H A D | runqueue.py | 2994 self.taskfile = fn_from_tid(task) 3007 self.taskfile = fn_from_tid(task)
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | Kconfig | 445 This option enables the taskfile dumping and NCQ debugging.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 1644 "taskfile" attribute points to the recipe from which the task
|