/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | pca953x.h | 20 void *context; /* param to setup/teardown */ 22 int (*setup)(struct i2c_client *client, member
|
/third_party/ltp/include/ |
H A D | ipcsem.h | 35 void setup(void);
|
/third_party/ltp/testcases/kernel/syscalls/epoll_create/ |
H A D | epoll_create01.c | 37 .setup = variant_info,
|
/third_party/skia/infra/bots/recipe_modules/doxygen/examples/ |
H A D | full.py | 16 api.vars.setup()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 51 setup() function 102 setup 129 setup 185 setup 245 setup 310 setup 375 setup 444 setup 617 setup 662 setup [all...] |
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-smbus.c | 118 struct i2c_smbus_alert_setup *setup = dev_get_platdata(&ara->dev); in smbalert_probe() local 128 if (setup) { in smbalert_probe() 129 irq = setup->irq; in smbalert_probe()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | virtio_bt.c | 327 hdev->setup = virtbt_setup_zephyr; in virtbt_probe() 334 hdev->setup = virtbt_setup_intel; in virtbt_probe() 344 hdev->setup = virtbt_setup_realtek; in virtbt_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-smbus.c | 117 struct i2c_smbus_alert_setup *setup = dev_get_platdata(&ara->dev); in smbalert_probe() local 127 if (setup) { in smbalert_probe() 128 irq = setup->irq; in smbalert_probe()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-download.c | 142 static int setup(CURL *hnd, const char *url, struct transfer *t) in setup() function 244 if(!t->easy || setup(t->easy, url, t)) { in main() 245 fprintf(stderr, "[t-%d] FAILED setup\n", (int)i); in main() 314 if(!t->easy || setup(t->easy, url, t)) { in main() 315 fprintf(stderr, "[t-%d] FAILEED setup\n", (int)i); in main()
|
/third_party/NuttX/include/nuttx/net/ |
H A D | net.h | 149 FAR struct pollfd *fds, bool setup); 1193 * setup - true: Setup up the poll; false: Teardown the poll 1202 int psock_poll(struct socket *psock, struct pollfd *fds, bool setup); 1215 * setup - true: Setup up the poll; false: Teardown the poll 1224 int net_poll(int sockfd, struct pollfd *fds, bool setup);
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
H A D | cgroup_xattr.c | 67 { .name = "security.", .good = 0, }, /* see setup() */ 69 { .name = "trusted.", .good = 0, }, /* see setup() */ 107 static void setup(int argc, char *argv[]); 125 setup(argc, argv); in main() 142 void setup(int argc, char *argv[]) in setup() function
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 72 static void setup(void); 108 setup(); in main() 126 static void setup(void) in setup() function
|
H A D | ftest04.c | 57 static void setup(void); 90 setup(); in main() 109 static void setup(void) in setup() function
|
H A D | ftest01.c | 68 static void setup(void); 104 setup(); in main() 121 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 69 void setup(void); 120 setup(); in main() 708 * setup 712 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/io/aio/ |
H A D | aio01.c | 71 static void setup(void); 124 setup(); in main() 361 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 74 static void setup(void) in setup() function 345 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead02.c | 380 static void setup(void) in setup() function 417 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/string/ |
H A D | string01.c | 235 void setup(); 240 void setup(void) in setup() function 281 setup(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 298 static void setup(void) in setup() function 316 .setup = setup,
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aiocp.c | 202 static void setup(void) in setup() function 322 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw.c | 31 void setup(void); 255 setup(); /* temp file is now open */ in main() 670 * setup 674 void setup(void) in setup() function
|
H A D | nftw64.c | 31 void setup(void); 252 setup(); /* temp file is now open */ in main() 697 * setup 701 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open02.c | 197 static void setup(void) in setup() function 329 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
H A D | ppoll01.c | 194 static void setup(void) in setup() function 248 /* setup */ in do_test() 299 .setup = setup,
|