/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht3x.c | 139 struct sht3x_platform_data setup; member 444 } else if (data->setup.blocking_io) { in sht3x_select_command() 445 data->command = data->setup.high_precision ? in sht3x_select_command() 450 if (data->setup.high_precision) { in sht3x_select_command() 598 if (data->setup.high_precision) in update_interval_store() 693 data->setup.blocking_io = false; in sht3x_probe() 694 data->setup.high_precision = true; in sht3x_probe() 701 data->setup = *(struct sht3x_platform_data *)dev->platform_data; in sht3x_probe()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_gadget_ep0.c | 37 case MUSB_EP0_STAGE_SETUP: return "setup"; in decode_ep0stage() 471 * should have provided the rx buffer before setup() returned. in ep0_rxstate() 582 /* NOTE: earlier 2.6 versions changed setup packets to host in musb_read_setup() 631 retval = musb->gadget_driver->setup(&musb->g, ctrlrequest); 693 /* docs from Mentor only describe tx, rx, and idle/setup states. in musb_g_ep0_irq() 695 * case where status and setup stages come back-to-back ... in musb_g_ep0_irq() 755 goto setup; in musb_g_ep0_irq() 773 setup: in musb_g_ep0_irq() 775 struct usb_ctrlrequest setup; in musb_g_ep0_irq() local 782 musb_read_setup(musb, &setup); in musb_g_ep0_irq() [all...] |
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_gadget_ep0.c | 37 case MUSB_EP0_STAGE_SETUP: return "setup"; in decode_ep0stage() 471 * should have provided the rx buffer before setup() returned. in ep0_rxstate() 582 /* NOTE: earlier 2.6 versions changed setup packets to host in musb_read_setup() 631 retval = musb->gadget_driver->setup(&musb->g, ctrlrequest); 693 /* docs from Mentor only describe tx, rx, and idle/setup states. in musb_g_ep0_irq() 695 * case where status and setup stages come back-to-back ... in musb_g_ep0_irq() 755 goto setup; in musb_g_ep0_irq() 773 setup: in musb_g_ep0_irq() 775 struct usb_ctrlrequest setup; in musb_g_ep0_irq() local 782 musb_read_setup(musb, &setup); in musb_g_ep0_irq() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320aic32x4.c | 49 struct aic32x4_setup_data *setup; member 957 /* setup GPIO functions */ in aic32x4_setup_gpios() 959 if (aic32x4->setup->gpio_func[0] != AIC32X4_MFPX_DEFAULT_VALUE) { in aic32x4_setup_gpios() 961 aic32x4->setup->gpio_func[0]); in aic32x4_setup_gpios() 967 if (aic32x4->setup->gpio_func[1] != AIC32X4_MFPX_DEFAULT_VALUE) { in aic32x4_setup_gpios() 969 aic32x4->setup->gpio_func[1]); in aic32x4_setup_gpios() 975 if (aic32x4->setup->gpio_func[2] != AIC32X4_MFPX_DEFAULT_VALUE) { in aic32x4_setup_gpios() 977 aic32x4->setup->gpio_func[2]); in aic32x4_setup_gpios() 983 if (aic32x4->setup->gpio_func[3] != AIC32X4_MFPX_DEFAULT_VALUE) { in aic32x4_setup_gpios() 985 aic32x4->setup in aic32x4_setup_gpios() [all...] |
/kernel/linux/linux-6.6/net/dsa/ |
H A D | dsa.c | 471 if (dp->setup) in dsa_port_setup() 533 dp->setup = true; in dsa_port_setup() 540 if (!dp->setup) in dsa_port_teardown() 566 dp->setup = false; in dsa_port_teardown() 632 if (ds->setup) in dsa_switch_setup() 636 * driver and before ops->setup() has run, since the switch drivers and in dsa_switch_setup() 652 err = ds->ops->setup(ds); in dsa_switch_setup() 679 ds->setup = true; in dsa_switch_setup() 697 if (!ds->setup) in dsa_switch_teardown() 717 ds->setup in dsa_switch_teardown() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | map_init.c | 38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup() function 137 skel = setup(BPF_MAP_TYPE_PERCPU_HASH, 1, &map_fd, 1); in test_pcpu_map_init() 179 skel = setup(BPF_MAP_TYPE_LRU_PERCPU_HASH, 2, &map_fd, 2); in test_pcpu_lru_map_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | drop_monitor_tests.sh | 41 setup() function 68 setup 102 setup
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | transport_class.c | 99 atc->tclass.setup = anon_transport_dummy_function; in anon_transport_class_register() 127 if (tclass->setup) in transport_setup_classdev() 128 tclass->setup(tcont, dev, classdev); in transport_setup_classdev() 143 * transport_add_device). If you have no need for a separate setup 220 * The idea of configure is simply to provide a point within the setup 222 * device after it has been setup. This is used in SCSI because we 223 * have to have a setup device to begin using the HBA, but after we
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | drop_monitor_tests.sh | 41 setup() function 68 setup 102 setup
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | map_init.c | 38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup() function 137 skel = setup(BPF_MAP_TYPE_PERCPU_HASH, 1, &map_fd, 1); in test_pcpu_map_init() 179 skel = setup(BPF_MAP_TYPE_LRU_PERCPU_HASH, 2, &map_fd, 2); in test_pcpu_lru_map_init()
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
H A D | fw_load.c | 74 static void setup(int argc, char *argv[]); 86 setup(argc, argv); in main() 103 void setup(int argc, char *argv[]) in setup() function
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | crypto_user01.c | 30 static void setup(void) in setup() function 192 .setup = setup,
|
/third_party/ltp/testcases/kernel/irq/ |
H A D | irqbalance01.c | 292 static void setup(void) in setup() function 313 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime02.c | 191 static void setup(void) in setup() function 257 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify17.c | 213 static void setup(void) in setup() function 256 .setup = setup,
|
H A D | fanotify19.c | 263 static void setup(void) in setup() function 283 .setup = setup,
|
H A D | fanotify23.c | 229 static void setup(void) in setup() function 253 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/ |
H A D | fsetxattr01.c | 195 static void setup(void) in setup() function 217 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify10.c | 191 static void setup(void) in setup() function 207 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv07.c | 246 static void setup(void) in setup() function 264 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop02.c | 69 static void setup(void) in setup() function 92 tst_brk(TBROK | TERRNO, "couldn't create semaphore in setup"); in setup() 98 tst_brk(TBROK | TERRNO, "couldn't create semaphore in setup"); in setup() 173 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
H A D | lseek11.c | 151 static void setup(void) in setup() function 220 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open12.c | 46 static void setup(void); 65 setup(); in main() 77 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat02.c | 61 static void setup(void); 90 setup(); in main() 103 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl04.c | 222 static void setup(void) in setup() function 246 .setup = setup,
|