/openbmc/linux/include/linux/ |
H A D | of.h | 195 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 D | kdb.h | 146 #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 D | ipv6_route.h | 13 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | cpuflags.c | 4 bool has_cpuflag(int flag) in has_cpuflag()
|
/openbmc/linux/sound/firewire/fireface/ |
H A D | ff-protocol-latter.c | 77 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 D | cmds.c | 411 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 D | flash.c | 271 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 D | reginfo.c | 11 static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, in do_reginfo()
|
H A D | wol.c | 17 int do_wol(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_wol()
|
H A D | btrfs.c | 11 int do_btrsubvol(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_btrsubvol()
|
H A D | fs_uuid.c | 12 static int do_fs_uuid_wrapper(cmd_tbl_t *cmdtp, int flag, in do_fs_uuid_wrapper()
|
H A D | irq.c | 10 static int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc, in do_interrupts()
|
H A D | efi.c | 193 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 D | features.h | 19 static inline int xen_feature(int flag) in xen_feature()
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | flash.c | 180 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 D | hwsq.c | 116 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 D | work_92105_display.c | 269 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 D | reset.c | 9 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 D | cmd_bat.c | 12 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 D | cmd_poweroff.c | 15 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 D | cpp-example-lib.cpp | 25 const int flag = JSON_C_TO_STRING_SPACED | JSON_C_TO_STRING_PRETTY; in print_json() local
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | dptest.c | 89 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 D | hte.c | 155 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 D | base.cpp | 410 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 D | iqs62x-keys.c | 30 enum iqs62x_event_flag flag; member 104 enum iqs62x_event_flag flag; in iqs62x_keys_init() local
|