Home
last modified time | relevance | path

Searched defs:flags (Results 101 – 125 of 420) sorted by relevance

12345678910>>...17

/rk3399_rockchip-uboot/drivers/power/pmic/
H A Das3722_gpio.c16 unsigned long flags) in as3722_gpio_configure()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dinit.h23 unsigned int flags; member
/rk3399_rockchip-uboot/post/drivers/
H A Drtc.c70 int rtc_post_test (int flags) in rtc_post_test()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf.c18 unsigned long flags = SPI_XFER_BEGIN; in spi_flash_read_write() local
/rk3399_rockchip-uboot/drivers/video/
H A Dformike.c25 unsigned long flags = SPI_XFER_BEGIN; in spi_write_tag_val() local
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h56 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc()
61 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
68 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc()
74 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) argument
221 #define spin_lock_irqsave(lock, flags) do { debug("%lu\n", flags); } while (0) argument
222 #define spin_unlock_irqrestore(lock, flags) do { flags = 0; } while (0) argument
357 #define request_irq(nr, f, flags, nm, data) 0 argument
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h54 unsigned long flags = 0; in test_and_set_bit() local
76 unsigned long flags = 0; in test_and_clear_bit() local
/rk3399_rockchip-uboot/env/
H A Dcallback.c124 int flags) in on_callbacks()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_lpuart.c64 ulong flags; member
67 static void lpuart_read32(u32 flags, u32 *addr, u32 *val) in lpuart_read32()
77 static void lpuart_write32(u32 flags, u32 *addr, u32 val) in lpuart_write32()
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dfixed.c29 int flags = GPIOD_IS_OUT; in fixed_regulator_ofdata_to_platdata() local
/rk3399_rockchip-uboot/common/
H A Dconsole.c33 int flags) in on_console()
76 int flags) in on_silent()
651 unsigned long flags; in console_record_print_purge() local
742 struct stdio_dev *search_device(int flags, const char *name) in search_device()
H A Dbootstage.c28 int flags; /* see enum bootstage_flags */ member
98 int flags, ulong mark) in bootstage_add_record()
136 int flags = 0; in bootstage_mark_name() local
/rk3399_rockchip-uboot/include/
H A Dtrace.h78 uint32_t flags; /* Flags and timestamp */ member
H A Dscmi_protocols.h105 u32 flags; member
167 u32 flags; member
/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c121 unsigned int i = 0, flags, cnt, blk_cnt; in dwmci_prepare_data() local
366 int ret = 0, flags = 0; local
510 int ret = 0, flags = 0; local
/rk3399_rockchip-uboot/drivers/gpio/
H A Dadi_gpio2.c356 unsigned long flags; in gpio_direction_input() local
382 unsigned long flags; in gpio_direction_output() local
/rk3399_rockchip-uboot/drivers/mtd/
H A Dpic32_flash.c108 ulong sect_start, sect_end, flags; in flash_erase() local
185 ulong flags; in write_word() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.y56 unsigned int flags; member
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts.c61 unsigned long __maybe_unused flags; in show_regs() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c473 unsigned long flags = 0; in dwc2_udc_irq() local
614 unsigned long flags = 0; in dwc2_queue() local
1062 unsigned long flags = 0; in dwc2_udc_set_halt() local
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/
H A Dpinctrl_ar933x.c53 static int ar933x_pinctrl_request(struct udevice *dev, int func, int flags) in ar933x_pinctrl_request()
H A Dpinctrl_qca953x.c73 static int qca953x_pinctrl_request(struct udevice *dev, int func, int flags) in qca953x_pinctrl_request()
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox-raw.c68 static int sb_eth_raw_recv(struct udevice *dev, int flags, uchar **packetp) in sb_eth_raw_recv()
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dasix.c101 int flags; member
208 static int asix_sw_reset(struct ueth_data *dev, u8 flags) in asix_sw_reset()
602 int flags; member
762 int asix_eth_recv(struct udevice *dev, int flags, uchar **packetp) in asix_eth_recv()
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-uclass.c21 int flags = 0; in pinctrl_decode_pin_config() local
330 int pinctrl_request(struct udevice *dev, int func, int flags) in pinctrl_request()

12345678910>>...17