Home
last modified time | relevance | path

Searched defs:flag (Results 126 – 150 of 1824) sorted by relevance

12345678910>>...73

/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c319 static int do_eeprom_dump(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_eeprom_dump()
340 static int do_eeprom_erase_all(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_eeprom_erase_all()
347 static int do_eeprom_save_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_eeprom_save_mac()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c394 void pasemi_dma_free_flag(int flag) in pasemi_dma_free_flag()
408 void pasemi_dma_set_flag(int flag) in pasemi_dma_set_flag()
423 void pasemi_dma_clear_flag(int flag) in pasemi_dma_clear_flag()
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c146 int do_bootelf(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootelf()
202 int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootvx()
H A Dflash.c272 static int do_flinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_flinfo()
300 static int do_flerase(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_flerase()
433 static int do_protect(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_protect()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_debug.h33 #define rc_dbg(flag, fmt, ...) _mpp_dbg(rc_debug, flag, fmt, ## __VA_ARGS__) argument
34 #define rc_dbg_f(flag, fmt, ...) _mpp_dbg_f(rc_debug, flag, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_rcb.c40 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean()
142 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcb_int_ctrl_hw()
159 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcb_int_clr_hw()
172 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcbv2_int_ctrl_hw()
183 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcbv2_int_clr_hw()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_incore.h143 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
144 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
145 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
146 #define test_and_clear_cflag(flag, ip) \ argument
186 unsigned long flag; /* mount time flags */ member
H A Djfs_xtree.c81 u8 flag; member
227 int *cmpp, struct btstack * btstack, int flag) in xtSearch()
526 int flag) in xtInsert()
1350 int flag) in xtExtend()
1513 int flag) in xtTailgate()
2160 int flag) in xtAppend()
2326 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete()
2879 int *cmpp, struct btstack * btstack, int flag) in xtSearchNode()
3149 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h188 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
194 unsigned long flag) in of_node_test_and_set_flag()
199 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
204 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
961 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
967 unsigned long flag) in of_node_test_and_set_flag()
972 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
[all …]
H A Dkdb.h133 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag) argument
134 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag)) argument
135 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) argument
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.h35 #define vpu_api_dbg(flag, fmt, ...) _mpp_dbg(vpu_api_debug, flag, fmt, ## __VA_ARGS__) argument
36 #define vpu_api_dbg_f(flag, fmt, ...) _mpp_dbg_f(vpu_api_debug, flag, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpptt.c460 int level, int flag) in acpi_find_processor_tag()
500 unsigned int cpu, int level, int flag) in topology_get_acpi_cpu_tag()
525 static int find_acpi_cpu_topology_tag(unsigned int cpu, int level, int flag) in find_acpi_cpu_topology_tag()
557 static int check_acpi_cpu_flag(unsigned int cpu, int rev, u32 flag) in check_acpi_cpu_flag()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dprocessor.h48 static inline void set_cpu_flag(int flag) in set_cpu_flag()
53 static inline void clear_cpu_flag(int flag) in clear_cpu_flag()
58 static inline int test_cpu_flag(int flag) in test_cpu_flag()
67 static inline int test_cpu_flag_of(int flag, int cpu) in test_cpu_flag_of()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_cudbg.c73 u32 cxgb4_get_dump_length(struct adapter *adap, u32 flag) in cxgb4_get_dump_length()
165 u32 flag) in cxgb4_cudbg_collect()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-protocol-latter.c79 u32 flag; in parse_clock_bits() member
93 u32 flag; in parse_clock_bits() member
253 unsigned int flag; in latter_begin_session() local
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_debug.h36 #define h264e_dbg(flag, fmt, ...) _mpp_dbg(h264e_debug, flag, fmt, ## __VA_ARGS__) argument
37 #define h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h264e_debug, flag, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dpgtable.c216 enum kvm_pgtable_walk_flags flag) in kvm_pgtable_visitor_cb()
384 enum kvm_pgtable_walk_flags flag, void * const arg) in hyp_map_walker()
445 enum kvm_pgtable_walk_flags flag, void * const arg) in hyp_free_walker()
728 enum kvm_pgtable_walk_flags flag, void * const arg) in stage2_map_walker()
808 enum kvm_pgtable_walk_flags flag, in stage2_unmap_walker()
871 enum kvm_pgtable_walk_flags flag, in stage2_attr_walker()
985 enum kvm_pgtable_walk_flags flag, in stage2_flush_walker()
1040 enum kvm_pgtable_walk_flags flag, in stage2_free_walker()
1079 enum kvm_pgtable_walk_flags flag, in stage2_check_permission_walker()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_configfs.c629 bool flag; in emulate_model_alias_store() local
658 bool flag; in emulate_write_cache_store() local
710 bool flag; in emulate_tas_store() local
734 bool flag; in emulate_tpu_store() local
760 bool flag; in emulate_tpws_store() local
788 u32 flag; in pi_prot_type_store() local
856 bool flag; in pi_prot_format_store() local
893 bool flag; in pi_prot_verify_store() local
922 bool flag; in force_pr_aptpl_store() local
944 bool flag; in emulate_rest_reord_store() local
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/m5253demo/
H A Dflash.c181 int flag, prot, sect, count; in flash_erase() local
402 int flag; in write_word() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dpretty_printers.py220 def do_enable_pretty_printer_1 (pretty_printers, name_re, subname_re, flag): argument
278 def do_enable_pretty_printer (arg, flag): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dpretty_printers.py220 def do_enable_pretty_printer_1 (pretty_printers, name_re, subname_re, flag): argument
278 def do_enable_pretty_printer (arg, flag): argument
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/
H A Dhal_h265e_debug.h39 #define hal_h265e_dbg(flag, fmt, ...) _mpp_dbg(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) argument
40 #define hal_h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/u-boot/include/optee_include/
H A DOpteeClientRkFs.h87 #define CHECKFLAG(flags, flag) (flags & flag) argument
88 #define ADDFLAG(flags, flag) (flags | flag) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c116 nvkm_hwsq_setf(struct nvkm_hwsq *hwsq, u8 flag, int data) in nvkm_hwsq_setf()
128 nvkm_hwsq_wait(struct nvkm_hwsq *hwsq, u8 flag, u8 data) in nvkm_hwsq_wait()
/OK3568_Linux_fs/u-boot/board/work-microwave/work_92105/
H A Dwork_92105_display.c269 static int do_max6957aax(cmd_tbl_t *cmdtp, int flag, int argc, in do_max6957aax()
318 static int do_hd44780(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_hd44780()

12345678910>>...73