Searched refs:orig_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/ |
| A D | probe.c | 181 u16 orig_cmd; in __pci_read_base() local 189 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd); in __pci_read_base() 190 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) { in __pci_read_base() 192 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE); in __pci_read_base() 250 if (!dev->mmio_always_on && (orig_cmd & PCI_COMMAND_DECODE_ENABLE)) in __pci_read_base() 251 pci_write_config_word(dev, PCI_COMMAND, orig_cmd); in __pci_read_base()
|
| /linux/tools/perf/scripts/python/ |
| A D | parallel-perf.py | 720 self.orig_cmd = list(self.cmd) 773 self.orig_cmd, self.file_name, self.per_cpu,
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-ioctl.c | 3404 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() argument 3416 unsigned int cmd = video_translate_cmd(orig_cmd); in video_usercopy() 3432 orig_cmd, &always_copy); in video_usercopy() 3450 orig_cmd, parg); in video_usercopy() 3498 orig_cmd, parg); in video_usercopy() 3506 if (video_put_user((void __user *)arg, parg, cmd, orig_cmd)) in video_usercopy()
|
Completed in 24 milliseconds