Home
last modified time | relevance | path

Searched refs:pm0 (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/dev/usb/
HDusb_process.c289 struct usb_proc_msg *pm0 = _pm0; in usb_proc_msignal() local
303 if (pm0->pm_qentry.tqe_prev) { in usb_proc_msignal()
314 pm2 = pm0; in usb_proc_msignal()
317 if (pm0->pm_num == up->up_msg_num) { in usb_proc_msignal()
326 pm2 = pm0; in usb_proc_msignal()
332 d = (pm1->pm_num - pm0->pm_num); in usb_proc_msignal()
336 pm2 = pm0; in usb_proc_msignal()
394 struct usb_proc_msg *pm0 = _pm0; in usb_proc_mwait() local
405 if (pm0->pm_qentry.tqe_prev) { in usb_proc_mwait()
406 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait()
[all …]
HDusb_process.h80 void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1);
82 void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1);
/trueos/sys/boot/usb/
HDbsd_kernel.c994 struct usb_proc_msg *pm0 = _pm0; in usb_proc_msignal() local
1002 if (pm0->pm_qentry.tqe_prev) { in usb_proc_msignal()
1013 pm2 = pm0; in usb_proc_msignal()
1016 if (pm0->pm_num == up->up_msg_num) { in usb_proc_msignal()
1025 pm2 = pm0; in usb_proc_msignal()
1031 d = (pm1->pm_num - pm0->pm_num); in usb_proc_msignal()
1035 pm2 = pm0; in usb_proc_msignal()
1076 struct usb_proc_msg *pm0 = _pm0; in usb_proc_mwait() local
1080 if (pm0->pm_qentry.tqe_prev) { in usb_proc_mwait()
1081 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait()
[all …]
/trueos/sys/dev/sym/
HDsym_fw2.h1093 offsetof (struct sym_ccb, phys.pm0.sg),
1113 offsetof (struct sym_ccb, phys.pm0.sg),
1127 offsetof (struct sym_ccb, phys.pm0.ret),
1642 offsetof(struct sym_ccb, phys.pm0.ret),
1674 offsetof(struct sym_ccb, phys.pm0.ret),
1689 offsetof(struct sym_ccb, phys.pm0.sg.size),
1691 offsetof(struct sym_ccb, phys.pm0.sg.addr),
HDsym_fw1.h1226 offsetof (struct sym_ccb, phys.pm0.sg),
1246 offsetof (struct sym_ccb, phys.pm0.sg),
1262 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
HDsym_hipd.c1362 struct sym_pmc pm0; member
4393 nxtdsp = scr_to_cpu(cp->phys.pm0.ret); in sym_int_ma()
4402 pm = &cp->phys.pm0; in sym_int_ma()
5275 pm = &cp->phys.pm0; in sym_evaluate_dp()
5427 pm = &cp->phys.pm0; in sym_modify_dp()
/trueos/share/doc/smm/01.setup/
HDspell.ok445 pm0
/trueos/contrib/file/magic/Magdir/
HDarchive750 2 string -pm0- PMarc archive data [pm0]
/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXIntrinsics.td1774 def PTX_READ_PM0 : PTX_READ_SPECIAL_REGISTER_R32<"pm0", int_ptx_read_pm0>;