Home
last modified time | relevance | path

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

12345678910>>...55

/openbmc/linux/include/linux/
H A Dof.h195 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) in of_node_check_flag()
201 unsigned long flag) in of_node_test_and_set_flag()
206 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
211 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
217 static inline int of_property_check_flag(const struct property *p, unsigned long flag) in of_property_check_flag()
222 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
227 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
828 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
834 unsigned long flag) in of_node_test_and_set_flag()
839 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
[all …]
H A Dkdb.h146 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag) argument
147 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag)) argument
148 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) argument
H A Dipv6_route.h13 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
/openbmc/linux/arch/x86/boot/compressed/
H A Dcpuflags.c4 bool has_cpuflag(int flag) in has_cpuflag()
/openbmc/linux/sound/firewire/fireface/
H A Dff-protocol-latter.c77 u32 flag; in parse_clock_bits() member
91 u32 flag; in parse_clock_bits() member
251 unsigned int flag; in latter_begin_session() local
/openbmc/u-boot/board/xilinx/zynq/
H A Dcmds.c411 static int do_zynq_rsa(cmd_tbl_t *cmdtp, int flag, int argc, in do_zynq_rsa()
428 static int zynq_decrypt_image(cmd_tbl_t *cmdtp, int flag, int argc, in zynq_decrypt_image()
474 static int do_zynq(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_zynq()
/openbmc/u-boot/cmd/
H A Dflash.c271 static int do_flinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_flinfo()
299 static int do_flerase(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_flerase()
432 static int do_protect(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_protect()
H A Dreginfo.c11 static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, in do_reginfo()
H A Dwol.c17 int do_wol(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_wol()
H A Dbtrfs.c11 int do_btrsubvol(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_btrsubvol()
H A Dfs_uuid.c12 static int do_fs_uuid_wrapper(cmd_tbl_t *cmdtp, int flag, in do_fs_uuid_wrapper()
H A Dirq.c10 static int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc, in do_interrupts()
H A Defi.c193 static int do_efi_mem(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_efi_mem()
237 static int do_efi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_efi()
/openbmc/linux/include/xen/
H A Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c180 int flag, prot, sect, count; in flash_erase() local
401 int flag; in write_word() local
/openbmc/linux/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()
/openbmc/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()
/openbmc/u-boot/arch/riscv/lib/
H A Dreset.c9 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset()
/openbmc/u-boot/board/ti/sdp4430/
H A Dcmd_bat.c12 int do_vbat(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_vbat()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_poweroff.c15 int do_poweroff(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_poweroff()
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dcpp-example-lib.cpp25 const int flag = JSON_C_TO_STRING_SPACED | JSON_C_TO_STRING_PRETTY; in print_json() local
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c89 int flag = 0, i; in do_ast_dptest() local
827 int flag = 0; in Apply_HPD_Auto_Test() local
1204 void Apply_Main_Mesument(int flag) in Apply_Main_Mesument()
1252 void Apply_AUX_Mesument(int flag) in Apply_AUX_Mesument()
/openbmc/linux/drivers/hte/
H A Dhte.c155 unsigned long flag; in hte_ts_put() local
245 unsigned long flag; in hte_ts_dis_en_common() local
341 unsigned long flag; in hte_do_cb_work() local
809 unsigned long flag; in hte_push_ts_ns() local
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp410 uint8_t flag = PLDM_START_AND_END; in TEST() local
437 uint8_t flag = PLDM_GET_FIRSTPART; in TEST() local
467 uint8_t flag = PLDM_START_AND_END; in TEST() local
552 uint8_t flag = PLDM_GET_FIRSTPART; in TEST() local
601 uint8_t flag; in TEST() local
633 uint8_t flag; in TEST() local
665 uint8_t flag; in TEST() local
699 uint8_t flag; in TEST() local
735 uint8_t flag; in TEST() local
/openbmc/linux/drivers/input/keyboard/
H A Diqs62x-keys.c30 enum iqs62x_event_flag flag; member
104 enum iqs62x_event_flag flag; in iqs62x_keys_init() local

12345678910>>...55