Home
last modified time | relevance | path

Searched defs:flags (Results 76 – 100 of 420) sorted by relevance

12345678910>>...17

/rk3399_rockchip-uboot/env/
H A Dcommon.c66 int flags = 0; in set_default_env() local
110 int set_board_env(const char *vars, int size, int flags, bool ready) in set_board_env()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h147 uint32_t flags; member
258 uint32_t flags; member
786 size_t n, size_t size, gfp_t flags) in devm_kmalloc_array()
793 size_t n, size_t size, gfp_t flags) in devm_kcalloc()
864 size_t n, size_t size, gfp_t flags) in devm_kmaloc_array()
873 size_t n, size_t size, gfp_t flags) in devm_kcalloc()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c566 static void ubifs_dirty_inode(struct inode *inode, int flags) in ubifs_dirty_inode()
2062 static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data) in ubifs_remount_fs()
2353 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
2385 int flags, in sget()
2448 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
2688 int flags; in uboot_ubifs_mount() local
/rk3399_rockchip-uboot/post/drivers/
H A Dflash.c52 int flash_post_test(int flags) in flash_post_test()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_addr.c126 u64 *size, unsigned int *flags) in of_get_address()
324 const __be32 *addrp, u64 size, unsigned int flags, in __of_address_to_resource()
348 unsigned int flags; in of_address_to_resource() local
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dbitops.h63 unsigned long __always_unused flags; in test_and_set_bit() local
85 unsigned long __always_unused flags; in test_and_clear_bit() local
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientRkNewFs.h110 #define CHECKFLAG(flags, flag) (flags & flag) argument
111 #define ADDFLAG(flags, flag) (flags | flag) argument
/rk3399_rockchip-uboot/tools/
H A Dmingw_support.c25 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap()
H A Domapimage.h25 uint32_t flags; member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dvendor_misc.c18 unsigned int flags; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h120 u32 flags; member
131 u32 flags; member
138 u32 flags; member
150 u32 flags; member
182 u32 flags; member
210 u32 flags; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c350 unsigned long flags; in pxa25x_ep_disable() local
533 void ep0start(struct pxa25x_udc *dev, u32 flags, const char *tag) in ep0start()
729 unsigned long flags; in pxa25x_ep_queue() local
861 unsigned long flags; in pxa25x_ep_dequeue() local
890 unsigned long flags; in pxa25x_ep_set_halt() local
/rk3399_rockchip-uboot/net/
H A Ddns.h26 uint16_t flags; /* Flags */ member
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_hash_descriptor.h73 uint32_t flags; member
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c48 int i, flags; in gzip_parse_header() local
134 int i, flags; in gzwrite() local
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial.c43 int flags) in on_baudrate()
529 int uart_post_test(int flags) in uart_post_test()
/rk3399_rockchip-uboot/drivers/spi/
H A Dsoft_spi.c29 int flags; member
109 const void *dout, void *din, unsigned long flags) in soft_spi_xfer()
H A Dcf_spi.c104 void *din, ulong flags) in cfspi_xfer()
332 void *din, unsigned long flags) in spi_xfer()
H A Dspi-uclass.c91 const void *dout, void *din, unsigned long flags) in dm_spi_xfer()
129 const void *dout, void *din, unsigned long flags) in spi_xfer()
138 unsigned long flags = SPI_XFER_BEGIN; in spi_write_then_read() local
/rk3399_rockchip-uboot/drivers/pinctrl/nxp/
H A Dpinctrl-imx.h19 unsigned int flags; member
/rk3399_rockchip-uboot/include/test/
H A Dtest.h38 int flags; member
/rk3399_rockchip-uboot/include/tee/
H A Doptee.h22 uint16_t flags; member
/rk3399_rockchip-uboot/post/
H A Dpost.c237 int test_flags, int flags, unsigned int i) in post_run_single()
294 int post_run(char *name, int flags) in post_run()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dadi_i2c.c71 u8 flags; member
148 int alen, uint8_t *buffer, int len, uint8_t flags) in i2c_transfer()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dspl.c92 void board_init_f(ulong flags) in board_init_f()

12345678910>>...17