Searched refs:orig_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/pci/ |
| H A D | probe.c | 349 u16 orig_cmd; in pci_read_bases() local 362 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd); in pci_read_bases() 363 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) { in pci_read_bases() 365 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE); in pci_read_bases() 374 (orig_cmd & PCI_COMMAND_DECODE_ENABLE)) in pci_read_bases() 375 pci_write_config_word(dev, PCI_COMMAND, orig_cmd); in pci_read_bases()
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 720 self.orig_cmd = list(self.cmd) 773 self.orig_cmd, self.file_name, self.per_cpu,
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 3414 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() argument 3426 unsigned int cmd = video_translate_cmd(orig_cmd); in video_usercopy() 3442 orig_cmd, &always_copy); in video_usercopy() 3460 orig_cmd, parg); in video_usercopy() 3508 orig_cmd, parg); in video_usercopy() 3516 if (video_put_user((void __user *)arg, parg, cmd, orig_cmd)) in video_usercopy()
|