Home
last modified time | relevance | path

Searched refs:setup (Results 1326 - 1350 of 4547) sorted by relevance

1...<<51525354555657585960>>...182

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dsht3x.c139 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 Dmusb_gadget_ep0.c37 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 Dmusb_gadget_ep0.c37 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 Dtlv320aic32x4.c49 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 Ddsa.c471 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 Dmap_init.c38 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 Ddrop_monitor_tests.sh41 setup() function
68 setup
102 setup
/kernel/linux/linux-6.6/drivers/base/
H A Dtransport_class.c99 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 Ddrop_monitor_tests.sh41 setup() function
68 setup
102 setup
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c38 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 Dfw_load.c74 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 Dcrypto_user01.c30 static void setup(void) in setup() function
192 .setup = setup,
/third_party/ltp/testcases/kernel/irq/
H A Dirqbalance01.c292 static void setup(void) in setup() function
313 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c191 static void setup(void) in setup() function
257 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify17.c213 static void setup(void) in setup() function
256 .setup = setup,
H A Dfanotify19.c263 static void setup(void) in setup() function
283 .setup = setup,
H A Dfanotify23.c229 static void setup(void) in setup() function
253 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/
H A Dfsetxattr01.c195 static void setup(void) in setup() function
217 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify10.c191 static void setup(void) in setup() function
207 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv07.c246 static void setup(void) in setup() function
264 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop02.c69 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 Dlseek11.c151 static void setup(void) in setup() function
220 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen12.c46 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 Dopenat02.c61 static void setup(void);
90 setup(); in main()
103 void setup(void) in setup() function
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl04.c222 static void setup(void) in setup() function
246 .setup = setup,

Completed in 16 milliseconds

1...<<51525354555657585960>>...182