Home
last modified time | relevance | path

Searched refs:accessors (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/build/feature/
Dtest-libunwind.c13 static unw_accessors_t accessors; variable
19 addr_space = unw_create_addr_space(&accessors, 0); in main()
/linux-4.1.27/drivers/of/
DKconfig63 OpenFirmware MDIO bus (Ethernet PHY) accessors
69 OpenFirmware PCI bus accessors
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt204 To access such GPIOs, a different set of accessors is defined:
210 IRQ handler, and those accessors must be used instead of spinlock-safe
211 accessors without the cansleep() name suffix.
213 Other than the fact that these accessors might sleep, and will work on GPIOs
Dgpio-legacy.txt208 To access such GPIOs, a different set of accessors is defined:
218 a threaded IRQ handler, and those accessors must be used instead of
219 spinlock-safe accessors without the cansleep() name suffix.
221 Other than the fact that these accessors might sleep, and will work
/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c552 static unw_accessors_t accessors = { variable
570 addr_space = unw_create_addr_space(&accessors, 0); in unwind__prepare_access()
/linux-4.1.27/Documentation/
Dvolatile-considered-harmful.txt55 architectures. Those accessors are written to prevent unwanted
Dassoc_array.txt267 The caller should lock exclusively against other modifiers and accessors
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt15 from the controller code like ac97 codec module. The real accessors
/linux-4.1.27/drivers/mmc/host/
DKconfig56 need to overwrite SDHCI IO memory accessors.