Searched refs:taskfile (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | hdio.rst | 22 HDIO_DRIVE_TASKFILE execute raw taskfile 167 execute raw taskfile 174 - Execute an ATA disk command directly by writing the "taskfile" 198 io_ports[8] values to be written to taskfile registers 212 io_ports[] values returned in the taskfile registers 271 io_ports[8] values for the taskfile registers
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 88 ``->tf_load()`` is called to load the given taskfile into hardware 90 registers / DMA buffers, to obtain the current set of taskfile register 91 values. Most drivers for taskfile-based hardware (PIO or MMIO) use 116 initiated in hardware. Most drivers for taskfile-based hardware use 145 the interrupt condition. Most drivers for taskfile-based hardware use 232 High-level taskfile hooks 242 the above taskfile/DMA engine hooks. ``->qc_prep`` is called after the 250 :c:func:`ata_sff_qc_issue` for taskfile protocol-based dispatch. More 433 uses taskfile interface and all standard callbacks is assumed. 766 READ LOG EXT Log Page 10h reports which tag has failed and taskfile [all …]
|
/openbmc/openbmc/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 | 343 taskfile = os.path.join(taskoutdir, '%s.%s' % (pn, currenttask)) 363 with open(taskfile, 'w') as f:
|
/openbmc/openbmc/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
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | build.py | 71 self.taskfile = d.getVar("FILE")
|
H A D | runqueue.py | 3146 self.taskfile = fn_from_tid(task) 3159 self.taskfile = fn_from_tid(task)
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1700 "taskfile" attribute points to the recipe from which the task
|