/linux-4.4.14/drivers/usb/core/ |
D | devio.c | 103 #define snoop(dev, format, arg...) \ macro 513 snoop(&urb->dev->dev, "urb complete\n"); in async_completed() 924 snoop(&dev->dev, "opened by process %d: %s\n", task_pid_nr(current), in usbdev_open() 997 snoop(&dev->dev, "control urb: bRequestType=%02x " in proc_control() 1355 snoop(&ps->dev->dev, "control urb: bRequestType=%02x " in proc_do_submiturb() 2031 snoop(&ps->dev->dev, "port %d claimed by process %d: %s\n", in proc_claim_port() 2154 snoop(&dev->dev, "%s: REAPURB\n", __func__); in usbdev_do_ioctl() 2159 snoop(&dev->dev, "%s: REAPURBNDELAY\n", __func__); in usbdev_do_ioctl() 2165 snoop(&dev->dev, "%s: REAPURB32\n", __func__); in usbdev_do_ioctl() 2170 snoop(&dev->dev, "%s: REAPURBNDELAY32\n", __func__); in usbdev_do_ioctl() [all …]
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_intel.c | 205 module_param_named(snoop, hda_snoop, bint, 0444); 206 MODULE_PARM_DESC(snoop, "Enable/disable snooping"); 502 unsigned short snoop; in azx_init_pci() local 503 pci_read_config_word(chip->pci, INTEL_SCH_HDA_DEVC, &snoop); in azx_init_pci() 504 if ((!azx_snoop(chip) && !(snoop & INTEL_SCH_HDA_DEVC_NOSNOOP)) || in azx_init_pci() 505 (azx_snoop(chip) && (snoop & INTEL_SCH_HDA_DEVC_NOSNOOP))) { in azx_init_pci() 506 snoop &= ~INTEL_SCH_HDA_DEVC_NOSNOOP; in azx_init_pci() 508 snoop |= INTEL_SCH_HDA_DEVC_NOSNOOP; in azx_init_pci() 509 pci_write_config_word(chip->pci, INTEL_SCH_HDA_DEVC, snoop); in azx_init_pci() 511 INTEL_SCH_HDA_DEVC, &snoop); in azx_init_pci() [all …]
|
D | hda_controller.h | 153 unsigned int snoop:1; member 167 #define azx_snoop(chip) ((chip)->snoop)
|
D | hda_tegra.c | 459 chip->snoop = true; in hda_tegra_create()
|
D | hda_controller.c | 1049 bus->core.snoop = azx_snoop(chip); in azx_bus_init()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 132 symbol_daddr, dso_daddr, locked, tlb, mem, snoop, dcacheline. 140 - snoop: type of snoop (if any) for the data at the time of sample 144 symbol_daddr, dso_daddr, snoop, tlb, locked, see '--mem-mode'.
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 475 u32 snoop; member
|
/linux-4.4.14/sound/hda/ |
D | hdac_stream.c | 155 if (!bus->snoop) in snd_hdac_stream_setup()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 293 bool snoop:1; /* enable snooping */ member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | berlin2.dtsi | 136 scu: snoop-control-unit@ad0000 {
|
D | berlin2q.dtsi | 153 scu: snoop-control-unit@ad0000 {
|
D | socfpga_arria10.dtsi | 609 scu: snoop-control-unit@ffffc000 {
|
D | socfpga.dtsi | 694 scu: snoop-control-unit@fffec000 {
|
/linux-4.4.14/Documentation/ |
D | cachetlb.txt | 343 instruction cache does not snoop cpu stores, it is very 373 If the icache does not snoop stores then this routine will need
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 4711 u32 ctrl_ext, txdctl, snoop; in e1000_init_hw_ich8lan() local 4765 snoop = PCIE_ICH8_SNOOP_ALL; in e1000_init_hw_ich8lan() 4767 snoop = (u32)~(PCIE_NO_SNOOP_ALL); in e1000_init_hw_ich8lan() 4768 e1000e_set_pcie_no_snoop(hw, snoop); in e1000_init_hw_ich8lan()
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 234 and has mode 0600. Otherwise, unprivileged users will be able to snoop
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 259 bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 798 - Dirty CPU snoop (write only)
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1873 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
|
D | aic79xx.seq | 1108 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 900 snoop - Enable/disable snooping (default = on)
|