Searched refs:orig_cmd (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/
H A Dprobe.c181 u16 orig_cmd; local
189 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd);
190 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) {
192 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE);
250 if (!dev->mmio_always_on && (orig_cmd & PCI_COMMAND_DECODE_ENABLE))
251 pci_write_config_word(dev, PCI_COMMAND, orig_cmd);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c3334 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, argument
3346 unsigned int cmd = video_translate_cmd(orig_cmd);
3362 orig_cmd, &always_copy);
3380 orig_cmd, parg);
3425 orig_cmd, parg);
3433 if (video_put_user((void __user *)arg, parg, cmd, orig_cmd))

Completed in 129 milliseconds