/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_cs.h | 7 unsigned int setup, unsigned int hold);
|
/kernel/linux/linux-6.6/arch/mips/ar7/ |
H A D | Makefile | 5 setup.o \
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | mcfqspi.h | 13 * @setup: setup the control; allocate gpio's, etc. May be NULL. 24 int (*setup)(struct mcfqspi_cs_control *); member
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-sdk7786/ |
H A D | Makefile | 2 obj-y := fpga.o irq.o nmi.o setup.o
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-rsk/ |
H A D | Makefile | 2 obj-y := setup.o
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | sdhci-pci-data.h | 12 int (*setup)(struct sdhci_pci_data *data); member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | max732x.h | 14 void *context; /* param to setup/teardown */ 16 int (*setup)(struct i2c_client *client, member
|
H A D | pcf857x.h | 11 * @setup: optional callback issued once the GPIOs are valid 13 * @context: optional parameter passed to setup() and teardown() 20 * The @setup callback may be used with the kind of board-specific glue 36 int (*setup)(struct i2c_client *client, member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | crash_core_32.c | 6 #include <asm/setup.h>
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | Makefile | 3 landlock-y := setup.o syscalls.o object.o ruleset.o \
|
/test/xts/acts/pcs/pcs_py/ |
H A D | ActsPCSPyTest.py | 22 def setup(self): member in ActsPCSPyTest
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest_main.cc | 34 void setup() { in setup() function
|
/third_party/ltp/testcases/network/mpls/ |
H A D | mpls03.sh | 5 TST_SETUP="setup" 9 setup() function
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | umcast_kern.c | 164 .setup = mcast_setup, 174 .setup = ucast_setup,
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | umcast_kern.c | 164 .setup = mcast_setup, 174 .setup = ucast_setup,
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | cy82c693.c | 115 * address setup control register in cy82c693_set_pio_mode() 121 addrCtrl |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_pio_mode() 131 * address setup control register in cy82c693_set_pio_mode() 137 addrCtrl |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_pio_mode()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mc-common.c | 17 .setup = (1 << 8) | (5 << 5) | (1 << 4) | (1 << 3) | (0 << 2) | (2 << 0), 51 .setup = (1 << 8) | (5 << 5) | (1 << 4) | (1 << 3) | (0 << 2) | (2 << 0),
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mc-common.c | 17 .setup = (1 << 8) | (5 << 5) | (1 << 4) | (1 << 3) | (0 << 2) | (2 << 0), 51 .setup = (1 << 8) | (5 << 5) | (1 << 4) | (1 << 3) | (0 << 2) | (2 << 0),
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ndisc_unsolicited_na_test.sh | 69 setup() function 165 setup $1 $2 $3
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xdp_features.sh | 12 setup() { function 47 setup
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | conntrack_sctp_collision.sh | 27 # setup the topo 28 setup() { function 86 setup && \
|
/third_party/curl/tests/http/clients/ |
H A D | h2-serverpush.c | 134 static int setup(CURL *hnd, const char *url) in setup() function 233 if(setup(easy, url)) { in main()
|
/third_party/curl/docs/examples/ |
H A D | http2-download.c | 145 static void setup(struct transfer *t, int num) in setup() function 207 setup(&trans[i], i); in main()
|
H A D | http2-serverpush.c | 132 static int setup(CURL *hnd, const char *url) in setup() function 230 if(setup(easy, url)) { in main()
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | colldiff.cpp | 31 void setup(UErrorCode &status) { in setup() function 46 setup(status); in main()
|