Home
last modified time | relevance | path

Searched defs:flag (Results 251 – 275 of 1824) sorted by relevance

1...<<11121314151617181920>>...73

/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dstring.c34 int flag = disable_interrupts(); in cpu_post_test_string() local
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_debug.h30 #define h265h_dbg(flag, fmt, ...) _mpp_dbg(hal_h265d_debug, flag, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/u-boot/cmd/
H A Ddfu.c22 static int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dfu()
H A Dload_android.c10 static int do_load_android(cmd_tbl_t *cmdtp, int flag, int argc, in do_load_android()
H A Dcharge.c13 static int do_charge_display(cmd_tbl_t *cmdtp, int flag, int argc, in do_charge_display()
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c20 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_flip.h18 unsigned char ch, char flag) in tty_insert_flip_char()
/OK3568_Linux_fs/kernel/fs/isofs/
H A Dutil.c19 int iso_date(u8 *p, int flag) in iso_date()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dbootm.c12 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dzimageboot.c17 int do_sh_zimageboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sh_zimageboot()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1470 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged()
1490 n_tty_receive_char_lnext(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_lnext()
1530 char flag = TTY_NORMAL; in n_tty_receive_buf_raw() local
1546 char flag = TTY_NORMAL; in n_tty_receive_buf_closing() local
1561 char flag = TTY_NORMAL; in n_tty_receive_buf_standard() local
1595 char flag = TTY_NORMAL; in n_tty_receive_buf_fast() local
1630 char flag = TTY_NORMAL; in __receive_buf() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dunaligned_64.c443 int flag; in handle_ldf_stq() local
604 int flag; in handle_lddfmna() local
668 int flag; in handle_stdfmna() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.c138 unsigned long flag = 0; in rtl92d_dm_false_alarm_counter_statistics() local
257 unsigned long flag = 0; in rtl92d_dm_cck_packet_detection_thresh() local
681 unsigned long flag = 0; in rtl92d_bandtype_2_4G() local
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dtree.h100 u8 flag; /* 1: 0 if free */ member
136 u8 flag; /* 1: */ member
185 u8 flag; /* 1: */ member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h97 #define EVENT_DOWN(flag) ((FTS_TOUCH_DOWN == flag) || (FTS_TOUCH_CONTACT == flag… argument
98 #define EVENT_UP(flag) (FTS_TOUCH_UP == flag) argument
131 int flag; /* touch event flag: 0 -- down; 1-- up; 2 -- contact */ member
/OK3568_Linux_fs/u-boot/test/
H A Dprint_ut.c16 static int do_ut_print(cmd_tbl_t *cmdtp, int flag, int argc, in do_ut_print()
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/include/
H A Docclusion_detection.h9 unsigned short flag; // 1 有效, 0无效 member
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dmmc-first-dev.c30 static int do_mmcsetn(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_mmcsetn()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dspl.c15 void board_init_f(ulong flag) in board_init_f()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h88 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h88 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v2.c147 int i, duel, flag, n, value; in rkss_verify_usedflags() local
507 uint8_t *flag = rkss_info[area_index].flags + (int)i/2; in rkss_get_empty_section_from_usedflags() local
526 uint8_t *flag; in rkss_incref_multi_usedflags_sections() local
561 uint8_t *flag; in rkss_decref_multi_usedflags_sections() local
613 uint8_t *flag; in rkss_get_remain_flags() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c303 gfp_t flag; in parse_cmd52_string() local
422 gfp_t flag; in woal_config_write() local
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dht.c24 u16 flag) in __check_htcap_disable()
36 u16 flag) in __check_htcap_enable()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c379 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux()
475 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux()

1...<<11121314151617181920>>...73