| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_set_ftrace_file.tc | 21 FUNC1="schedule" 78 echo "$FUNC1:traceoff" > set_ftrace_filter 79 if check_set_ftrace_filter "$ALL_FUNCS" "$FUNC1:traceoff:unlimited"; then 80 fail "Expected $ALL_FUNCS and $FUNC1:traceoff:unlimited" 83 echo "$FUNC1" > set_ftrace_filter 84 if check_set_ftrace_filter "$FUNC1" "$FUNC1:traceoff:unlimited"; then 85 fail "Expected $FUNC1 and $FUNC1:traceoff:unlimited" 89 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited"; then 90 fail "Expected $FUNC1 $FUNC2 and $FUNC1:traceoff:unlimited" 94 if check_set_ftrace_filter "$FUNC1" "$FUNC2" "$FUNC1:traceoff:unlimited" "$FUNC2:traceoff:unlimited… [all …]
|
| /linux/Documentation/PCI/endpoint/ |
| H A 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 96 # ls functions/pci_epf_ntb/func1/pci_epf_ntb.0/ 102 # echo 4 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/db_count 103 # echo 128 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/spad_count [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A 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 …]
|
| H A D | sdio.c | 707 sdio_retune_crc_disable(bus->sdiodev->func1); in brcmf_sdio_kso_control() 711 sdio_retune_hold_now(bus->sdiodev->func1); in brcmf_sdio_kso_control() 774 sdio_retune_release(bus->sdiodev->func1); in brcmf_sdio_kso_control() 776 sdio_retune_crc_enable(bus->sdiodev->func1); in brcmf_sdio_kso_control() 1035 sdio_claim_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1069 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1091 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_readshared() 1133 brcmf_fw_crashed(&sdiod->func1->dev); in brcmf_sdio_hostmail() 1623 sdio_claim_host(bus->sdiodev->func1); in brcmf_sdio_rxglom() 1626 sdio_release_host(bus->sdiodev->func1); in brcmf_sdio_rxglom() [all …]
|
| H A D | sdio.h | 169 struct sdio_func *func1; member 294 sdio_f0_readb((sdiodev)->func1, (addr), (r)) 297 sdio_f0_writeb((sdiodev)->func1, (v), (addr), (ret)) 301 sdio_readb((sdiodev)->func1, (addr), (r)) 304 sdio_writeb((sdiodev)->func1, (v), (addr), (ret))
|
| /linux/drivers/pinctrl/meson/ |
| H A D | pinctrl-amlogic-t7.c | 184 /* Bank B func1 */ 205 /* Bank C func1 */ 228 /* Bank X func1 */ 253 /* Bank W func1 */ 284 /* Bank D func1 */ 321 /* Bank E func1 */ 341 /* Bank Z func1 */ 393 /* Bank T func1 */ 439 /* Bank M func1 */ 469 /* Bank Y func1 */ [all …]
|
| H A D | pinctrl-meson-s4.c | 105 /* BANK E func1 */ 117 /* BANK B func1 */ 146 /* Bank C func1 */ 183 /* Bank D func1 */ 241 /* Bank H func1 */ 296 /* Bank X func1 */ 338 /* Bank Z func1 */ 505 /* BANK E func1 */ 517 /* BANK B func1 */ 546 /* Bank C func1 */ [all …]
|
| H A D | pinctrl-amlogic-c3.c | 71 /* Bank E func1 */ 88 /* Bank B func1 */ 156 /* Bank C func1 */ 208 /* Bank X func1 */ 294 /* Bank D func1 */ 342 /* Bank A func1 */ 435 /* Bank E func1 */ 452 /* Bank B func1 */ 520 /* Bank C func1 */ 572 /* Bank X func1 */ [all …]
|
| H A D | pinctrl-meson-a1.c | 406 /* bank P func1 */ 424 /*bank B func1 */ 441 /*bank X func1 */ 513 /*bank F func1 */ 566 /*bank A func1 */
|
| /linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
| H A D | add_remove_fprobe_module.tc | 16 FUNC1='foo_bar*' 20 echo "f:test1 $FUNC1" >> dynamic_events 62 echo "f:test1 $FUNC1" >> dynamic_events
|
| /linux/scripts/ |
| H A D | recordmcount.pl | 38 # func1: 66 # in this section. In such a case we have to select a local one. E.g. func1: 69 # func1: 81 # the original object, we will end up with two symbols for func1: 83 # an undefined reference to func1 or a wrong reference to another global 84 # func1 in other files. 88 # file after it is linked together. To do this, we convert func1 90 # we will only have a single symbol for func1 that is global. 91 # We can convert func1 back into a local symbol and we are done.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_write.c | 219 id = btf__add_func(btf, "func1", BTF_FUNC_GLOBAL, 15); in gen_btf() 222 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "func1", "func_name"); in gen_btf() 227 "[14] FUNC 'func1' type_id=15 linkage=global", "raw_dump"); in gen_btf() 385 "[14] FUNC 'func1' type_id=15 linkage=global", in test_btf_add() 444 "[14] FUNC 'func1' type_id=15 linkage=global", in test_btf_add_btf() 479 "[36] FUNC 'func1' type_id=37 linkage=global", in test_btf_add_btf()
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.8 | 68 \fB-cgfilter \fI"func1,func2,..."\fR 86 \fB-func \fI"func1,func2,..."\fR
|
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 223 * FIXME: manual says its in func0 and func1 but disagrees with 481 /* changes the irq of func1 to match that of func0 */ 502 * the function 0 device. call from func1 only. 537 * irqrouting for func1, plays with INTB routing 551 /* if IRQs are configured as tied, align irq of func1 with func0 */ in ti12xx_irqroute_func1()
|
| /linux/arch/arm/boot/dts/hisilicon/ |
| H A D | hi3620-hi4511.dts | 481 spi0_cfg_func1: spi0-cfg-func1-pins { 502 spi1_cfg_func1: spi1-cfg-func1-pins { 552 sd_cfg_func1: sd-cfg-func1-pins { 572 nand_cfg_func1: nand-cfg-func1-pins {
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.h | 100 #define PMIC_GPIO_FUNC_FUNC1 "func1"
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hikey-pinctrl.dtsi | 384 isp_cfg_func1: isp-cfg-func1-pins { 442 codec_cfg_func1: codec-cfg-func1-pins { 525 uart0_cfg_func1: uart0-cfg-func1-pins { 543 uart1_cfg_func1: uart1-cfg-func1-pins {
|
| /linux/Documentation/locking/ |
| H A 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
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | sprd,sc9860-pinctrl.yaml | 86 - func1
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktypes.rst | 360 func1() 387 func1()
|
| /linux/samples/ftrace/ |
| H A D | ftrace-direct-modify.c | 14 trace_printk("my direct func1\n"); in my_direct_func1()
|
| H A D | ftrace-direct-multi-modify.c | 14 trace_printk("my direct func1 ip %lx\n", ip); in my_direct_func1()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_reg.h | 1100 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 1101 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General 1115 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 func1; [29] SW 1116 timers attn_4 func1; [30] General attn0; [31] General attn1; */ 1301 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 1302 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General 1316 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 1317 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General 1331 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 1332 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qcm6490-idp.dts | 679 function = "func1"; 700 function = "func1";
|
| H A D | msm8916-samsung-a2015-common.dtsi | 576 function = "func1";
|