Searched defs:setup (Results 51 - 75 of 94) sorted by relevance

1234

/u-boot/tools/patman/
H A Dgitutil.py681 def setup(): function
/u-boot/lib/efi_selftest/
H A Defi_selftest_esrt.c172 static int setup(const efi_handle_t handle, function
H A Defi_selftest_variables_runtime.c31 static int setup(const efi_handle_t img_handle, function
H A Defi_selftest_snp.c180 static int setup(const efi_handle_t handle, function
H A Defi_selftest_block_device.c187 static int setup(const efi_handle_t handle, function
H A Defi_selftest_hii.c33 static int setup(const efi_handle_t handle, function
H A Defi_selftest_bitblt.c107 static int setup(const efi_handle_t handle, function
/u-boot/scripts/dtc/pylibfdt/
H A Dsetup.py23 from setuptools import setup, Extension namespace
/u-boot/doc/sphinx/
H A Dcdomain.py126 def setup(app): function
H A Dkfigure.py129 def setup(app): function
/u-boot/drivers/usb/host/
H A Dusb-sandbox.c24 usbmon_trace(struct udevice *bus, ulong pipe, struct devrequest *setup, struct udevice *emul) argument
46 sandbox_submit_control(struct udevice *bus, struct usb_device *udev, unsigned long pipe, void *buffer, int length, struct devrequest *setup) argument
[all...]
/u-boot/drivers/xen/
H A Dgnttab.c168 struct gnttab_setup_table setup; local
200 struct gnttab_setup_table setup; local
/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9_smc.h29 u32 setup; /* 0x00 SMC Setup Register */ member in struct:at91_cs
H A Dsama5d3_smc.h20 u32 setup; /* 0x600 SMC Setup Register */ member in struct:at91_cs
H A Dsama5d2_smc.h20 u32 setup; /* 0x600 SMC Setup Register */ member in struct:at91_cs
/u-boot/drivers/i2c/
H A Di2c-uniphier.c36 u32 setup; /* setup time control */ member in struct:uniphier_i2c_regs
/u-boot/include/linux/mfd/syscon/
H A Datmel-smc.h89 u32 setup; member in struct:atmel_smc_cs_conf
/u-boot/drivers/clk/stm32/
H A Dclk-stm32-core.h99 struct clk *(*setup)(struct udevice *dev, member in struct:clock_config
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c786 struct usb_ctrlrequest setup; local
[all...]
/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c134 sandbox_flash_control(struct udevice *dev, struct usb_device *udev, unsigned long pipe, void *buff, int len, struct devrequest *setup) argument
H A Dsandbox_hub.c202 sandbox_hub_submit_control_msg(struct udevice *bus, struct usb_device *udev, unsigned long pipe, void *buffer, int length, struct devrequest *setup) argument
[all...]
H A Dusb-emul-uclass.c178 usb_emul_control(struct udevice *emul, struct usb_device *udev, unsigned long pipe, void *buffer, int length, struct devrequest *setup) argument
[all...]
H A Dsandbox_keyb.c178 sandbox_keyb_control(struct udevice *dev, struct usb_device *udev, unsigned long pipe, void *buff, int len, struct devrequest *setup) argument
/u-boot/boot/
H A Dbootmeth_cros.c209 ulong base, setup, cmdline, kern_base; local
317 ulong base, setup; local
[all...]
/u-boot/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c207 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) argument
228 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) argument
296 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) argument
345 ep0_handle_feature_dev(struct mtu3 *mtu, struct usb_ctrlrequest *setup, bool set) argument
401 ep0_handle_feature(struct mtu3 *mtu, struct usb_ctrlrequest *setup, bool set) argument
462 handle_standard_request(struct mtu3 *mtu, struct usb_ctrlrequest *setup) argument
624 ep0_read_setup(struct mtu3 *mtu, struct usb_ctrlrequest *setup) argument
662 struct usb_ctrlrequest setup; variable in typeref:struct:usb_ctrlrequest
[all...]

Completed in 178 milliseconds

1234