/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | sec-common.c | 60 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 D | exynos_dw_mmc.c | 140 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 D | smc_eeprom.c | 319 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 D | toshiba.c | 404 int i,major,minor,day,year,month,flag; in tosh_probe() local 428 flag = tosh_smm(®s); in tosh_probe() 432 if ((flag==1) || ((regs.eax & 0xff00)==0x8600)) { in tosh_probe()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | iowait.h | 126 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 D | rx.c | 165 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 D | amdtp-tascam.c | 160 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 D | jfs_extent.c | 104 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 D | ftrace-uses.rst | 141 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 D | qede_fp.c | 705 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 D | fiemap.rst | 43 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 D | amc6821.c | 304 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 D | mac.c | 10 extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
H A D | reginfo.c | 11 static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc, in do_reginfo() argument
|
H A D | md5sum.c | 74 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 D | reset.c | 9 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 D | 0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch | 4 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 D | three.c | 147 int flag = disable_interrupts(); in cpu_post_test_three() local 232 if (flag) in cpu_post_test_three()
|
H A D | cr.c | 230 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 D | fsl_ssi_dbg.c | 86 #define SIER_SHOW(flag, name) \ argument 88 if (SSI_SIER_##flag) \
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | dptest.h | 251 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 D | fvp_devices.py | 46 def set_cpu(self, cpu_num, flag): argument 56 return output == flag
|
/openbmc/linux/include/linux/clk/ |
H A D | tegra.h | 220 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 D | swap.h | 55 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 D | cmd_poweroff.c | 15 int do_poweroff(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_poweroff() argument
|