Searched refs:func1 (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/Documentation/PCI/endpoint/ |
| D | pci-ntb-howto.rst | 57 # mkdir functions/pci_epf_ntb/func1 59 The "mkdir func1" above creates the pci-epf-ntb function device that will 65 # ls functions/pci_epf_ntb/func1 75 # cat functions/pci_epf_ntb/func1/vendorid 77 # cat functions/pci_epf_ntb/func1/interrupt_pin 88 # echo 0x104c > functions/pci_epf_ntb/func1/vendorid 89 # echo 0xb00d > functions/pci_epf_ntb/func1/deviceid 91 In order to configure NTB specific attributes, a new sub-directory to func1 94 # mkdir functions/pci_epf_ntb/func1/pci_epf_ntb.0/ 99 # ls functions/pci_epf_ntb/func1/pci_epf_ntb.0/ [all …]
|
| D | pci-test-howto.rst | 52 # mkdir functions/pci_epf_test/func1 54 The "mkdir func1" above creates the pci-epf-test function device that will 60 # ls functions/pci_epf_test/func1 69 # cat functions/pci_epf_test/func1/vendorid 71 # cat functions/pci_epf_test/func1/interrupt_pin 82 # echo 0x104c > functions/pci_epf_test/func1/vendorid 83 # echo 0xb500 > functions/pci_epf_test/func1/deviceid 84 # echo 16 > functions/pci_epf_test/func1/msi_interrupts 85 # echo 8 > functions/pci_epf_test/func1/msix_interrupts 95 # ln -s functions/pci_epf_test/func1 controllers/51000000.pcie_ep/
|
| /Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 113 &sdiodev->func1->dev); in brcmf_sdiod_intr_register() 127 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register() 131 addr = brcmf_chip_enum_base(sdiodev->func1->device); in brcmf_sdiod_intr_register() 155 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register() 158 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_register() 159 sdio_claim_irq(sdiodev->func1, brcmf_sdiod_ib_irqhandler); in brcmf_sdiod_intr_register() 161 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_register() 179 sdio_claim_host(sdiodev->func1); in brcmf_sdiod_intr_unregister() 182 sdio_release_host(sdiodev->func1); in brcmf_sdiod_intr_unregister() 185 free_irq(pdata->oob_irq_nr, &sdiodev->func1->dev); in brcmf_sdiod_intr_unregister() [all …]
|
| D | sdio.c | 706 sdio_retune_crc_disable(bus->sdiodev->func1); in brcmf_sdio_kso_control() 710 sdio_retune_hold_now(bus->sdiodev->func1); in brcmf_sdio_kso_control() 773 sdio_retune_release(bus->sdiodev->func1); in brcmf_sdio_kso_control() 775 sdio_retune_crc_enable(bus->sdiodev->func1); in brcmf_sdio_kso_control() 1034 sdio_claim_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1068 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1090 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1132 brcmf_fw_crashed(&sdiod->func1->dev); in brcmf_sdio_hostmail() 1622 sdio_claim_host(bus->sdiodev->func1); in brcmf_sdio_rxglom() 1625 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_rxglom() [all …]
|
| D | sdio.h | 169 struct sdio_func *func1; member 290 sdio_f0_readb((sdiodev)->func1, (addr), (r)) 293 sdio_f0_writeb((sdiodev)->func1, (v), (addr), (ret)) 297 sdio_readb((sdiodev)->func1, (addr), (r)) 300 sdio_writeb((sdiodev)->func1, (v), (addr), (ret))
|
| /Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
| D | sprd,sc9860-pinctrl.txt | 13 one of: "func1", "func2", "func3" and "func4".
|
| /Linux-v5.15/kernel/kcsan/ |
| D | kcsan_test.c | 55 begin_test_checks(void (*func1)(void), void (*func2)(void)) in begin_test_checks() 66 smp_store_release(&access_kernels[0], func1); in begin_test_checks()
|
| /Linux-v5.15/arch/arm64/boot/dts/qcom/ |
| D | msm8916-samsung-a2015-common.dtsi | 468 function = "func1";
|
| D | msm8996-sony-xperia-tone.dtsi | 375 function = "func1";
|
| D | apq8096-db820c.dtsi | 606 function = "func1";
|
| /Linux-v5.15/Documentation/locking/ |
| D | locktypes.rst | 352 func1() 378 func1()
|
| D | rt-mutex-design.rst | 230 L1, L2, and L3, and four separate functions func1, func2, func3 and func4. 234 void func1(void) 275 Processes A, B, C, and D which run functions func1, func2, func3 and func4
|