Searched refs:orig_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/ |
| H A D | probe.c | 347 u16 orig_cmd; in pci_read_bases() local 360 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd); in pci_read_bases() 361 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) { in pci_read_bases() 363 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE); in pci_read_bases() 372 (orig_cmd & PCI_COMMAND_DECODE_ENABLE)) in pci_read_bases() 373 pci_write_config_word(dev, PCI_COMMAND, orig_cmd); in pci_read_bases()
|
| /linux/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/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 3419 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, in video_usercopy() argument 3431 unsigned int cmd = v4l2_translate_cmd(orig_cmd); in video_usercopy() 3447 orig_cmd, &always_copy); in video_usercopy() 3465 orig_cmd, parg); in video_usercopy() 3513 orig_cmd, parg); in video_usercopy() 3521 if (video_put_user((void __user *)arg, parg, cmd, orig_cmd)) in video_usercopy()
|