Home
last modified time | relevance | path

Searched refs:flag (Results 576 – 600 of 2851) sorted by relevance

1...<<21222324252627282930>>...115

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c60 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...) in secure_rom_call() argument
66 va_start(ap, flag); in secure_rom_call()
89 return omap_smc_sec(service, proc_id, flag, secure_rom_call_args); in secure_rom_call()
/openbmc/u-boot/drivers/mmc/
H A Dexynos_dw_mmc.c140 int flag, err; in do_dwmci_init() local
142 flag = host->buswidth == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; in do_dwmci_init()
143 err = exynos_pinmux_config(host->dev_id, flag); in do_dwmci_init()
/openbmc/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() argument
340 static int do_eeprom_erase_all(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_eeprom_erase_all() argument
347 static int do_eeprom_save_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_eeprom_save_mac() argument
/openbmc/linux/drivers/char/
H A Dtoshiba.c404 int i,major,minor,day,year,month,flag; in tosh_probe() local
428 flag = tosh_smm(&regs); in tosh_probe()
432 if ((flag==1) || ((regs.eax & 0xff00)==0x8600)) { in tosh_probe()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.h126 void iowait_set_flag(struct iowait *wait, u32 flag);
127 bool iowait_flag_set(struct iowait *wait, u32 flag);
128 void iowait_clear_flag(struct iowait *wait, u32 flag);
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drx.c165 rx_status->flag |= RX_FLAG_FAILED_FCS_CRC; in rtw_rx_fill_rx_status()
167 rx_status->flag |= RX_FLAG_DECRYPTED; in rtw_rx_fill_rx_status()
187 rx_status->flag |= RX_FLAG_MACTIME_START; in rtw_rx_fill_rx_status()
/openbmc/linux/sound/firewire/tascam/
H A Damdtp-tascam.c160 unsigned long flag; in read_status_messages() local
162 spin_lock_irqsave(&tscm->lock, flag); in read_status_messages()
168 spin_unlock_irqrestore(&tscm->lock, flag); in read_status_messages()
/openbmc/linux/fs/jfs/
H A Djfs_extent.c104 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
161 xp->flag = xflag; in extAlloc()
229 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst141 Alternatively, if the FTRACE_OPS_FL_RECURSION flag is set on the ftrace_ops
157 Alternatively, if the FTRACE_OPS_FL_RCU flag is set on the ftrace_ops
173 passed to the callback, then it must set this flag. Registering
174 a ftrace_ops with this flag set on an architecture that does not
180 will not fail with this flag set. But the callback must check if
190 Note, if this flag is not set, and recursion does occur, it could
193 Not, if this flag is set, then the callback will always be called
201 traced function), it requires setting this flag. This is what live
202 kernel patches uses. Without this flag the pt_regs->ip can not be
222 the flag set cannot be registered if ftrace_enabled is 0.
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c705 static bool qede_tunn_exist(u16 flag) in qede_tunn_exist() argument
711 static u8 qede_check_tunn_csum(u16 flag) in qede_check_tunn_csum() argument
733 if (csum_flag & flag) in qede_check_tunn_csum()
1035 static u8 qede_check_notunn_csum(u16 flag) in qede_check_notunn_csum() argument
1050 if (csum_flag & flag) in qede_check_notunn_csum()
1056 static u8 qede_check_csum(u16 flag) in qede_check_csum() argument
1058 if (!qede_tunn_exist(flag)) in qede_check_csum()
1059 return qede_check_notunn_csum(flag); in qede_check_csum()
1061 return qede_check_tunn_csum(flag); in qede_check_csum()
1065 u16 flag) in qede_pkt_is_ip_fragmented() argument
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfiemap.rst43 flag is fatal to its operation. This scheme is intended to allow the
57 If this flag is set, the kernel will sync the file before mapping extents.
60 If this flag is set, the extents returned will describe the inodes
77 flag set (see the next section on extent flags).
101 A special flag, FIEMAP_EXTENT_LAST is always set on the last extent in
112 for inline or tail-packed data can key on the specific flag. Software
121 this extent may return nothing. Some implementations set this flag to
147 unmounted, and then only if the FIEMAP_EXTENT_ENCODED flag is
/openbmc/linux/drivers/hwmon/
H A Damc6821.c304 u8 flag; in temp_alarm_show() local
308 flag = data->stat1 & AMC6821_STAT1_LTL; in temp_alarm_show()
311 flag = data->stat1 & AMC6821_STAT1_LTH; in temp_alarm_show()
314 flag = data->stat2 & AMC6821_STAT2_LTC; in temp_alarm_show()
317 flag = data->stat1 & AMC6821_STAT1_RTL; in temp_alarm_show()
320 flag = data->stat1 & AMC6821_STAT1_RTH; in temp_alarm_show()
323 flag = data->stat2 & AMC6821_STAT2_RTC; in temp_alarm_show()
329 if (flag) in temp_alarm_show()
/openbmc/u-boot/cmd/
H A Dmac.c10 extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
H A Dreginfo.c11 static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, in do_reginfo() argument
H A Dmd5sum.c74 int do_md5sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_md5sum() argument
137 static int do_md5sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_md5sum() argument
/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() argument
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch4 Subject: [PATCH] Allow the overriding of the endianness via the configure flag
8 line flag does not actually function. It does not set the endianness and it
/openbmc/u-boot/post/lib_powerpc/
H A Dthree.c147 int flag = disable_interrupts(); in cpu_post_test_three() local
232 if (flag) in cpu_post_test_three()
H A Dcr.c230 int flag = disable_interrupts(); in cpu_post_test_cr() local
330 if (flag) in cpu_post_test_cr()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_ssi_dbg.c86 #define SIER_SHOW(flag, name) \ argument
88 if (SSI_SIER_##flag) \
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.h251 void Apply_Main_Mesument(int flag);
252 void Apply_AUX_Mesument(int flag);
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/
H A Dfvp_devices.py46 def set_cpu(self, cpu_num, flag): argument
56 return output == flag
/openbmc/linux/include/linux/clk/
H A Dtegra.h220 void tegra210_clk_emc_dll_enable(bool flag);
257 static inline void tegra210_clk_emc_dll_enable(bool flag) {} in tegra210_clk_emc_dll_enable() argument
/openbmc/linux/mm/
H A Dswap.h55 struct page *swap_cluster_readahead(swp_entry_t entry, gfp_t flag,
57 struct page *swapin_readahead(swp_entry_t entry, gfp_t flag,
/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() argument

1...<<21222324252627282930>>...115