/openbmc/u-boot/drivers/gpio/ |
H A D | sandbox.c | 39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag() 44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 1022 int flag; global() member 2370 tcp_time_to_recover(struct sock * sk,int flag) tcp_time_to_recover() argument 2698 tcp_cwnd_reduction(struct sock * sk,int newly_acked_sacked,int newly_lost,int flag) tcp_cwnd_reduction() argument 2768 tcp_try_to_open(struct sock * sk,int flag) tcp_try_to_open() argument 2928 tcp_process_loss(struct sock * sk,int flag,int num_dupack,int * rexmit) tcp_process_loss() argument 3059 int fast_rexmit = 0, flag = *ack_flag; tcp_fastretrans_alert() local 3174 tcp_update_rtt_min(struct sock * sk,u32 rtt_us,const int flag) tcp_update_rtt_min() argument 3190 tcp_ack_update_rtt(struct sock * sk,const int flag,long seq_rtt_us,long sack_rtt_us,long ca_rtt_us,struct rate_sample * rs) tcp_ack_update_rtt() argument 3357 int flag = 0; tcp_clean_rtx_queue() local 3571 tcp_ack_is_dubious(const struct sock * sk,const int flag) tcp_ack_is_dubious() argument 3578 tcp_may_raise_cwnd(const struct sock * sk,const int flag) tcp_may_raise_cwnd() argument 3599 tcp_cong_control(struct sock * sk,u32 ack,u32 acked_sacked,int flag,const struct rate_sample * rs) tcp_cong_control() argument 3659 int flag = 0; tcp_ack_update_window() local 3794 tcp_process_tlp_ack(struct sock * sk,u32 ack,int flag) tcp_process_tlp_ack() argument 3824 tcp_in_ack_event(struct sock * sk,int flag) tcp_in_ack_event() argument 3865 tcp_newly_delivered(struct sock * sk,u32 prior_delivered,int flag) tcp_newly_delivered() argument 3880 tcp_ack(struct sock * sk,const struct sk_buff * skb,int flag) tcp_ack() argument [all...] |
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | spl.c | 51 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset()
|
/openbmc/u-boot/cmd/ |
H A D | sata.c | 79 static int do_sata(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sata()
|
H A D | fpgad.c | 28 int do_fpga_md(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_fpga_md()
|
H A D | usb.c | 565 static int do_usbboot(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) 634 static int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
H A D | aes.c | 26 static int do_aes(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_aes()
|
H A D | load.c | 38 static int do_load_serial(cmd_tbl_t *cmdtp, int flag, int argc, in do_load_serial() 239 int do_save_serial (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_save_serial() 416 static int do_load_serial_bin(cmd_tbl_t *cmdtp, int flag, int argc, in do_load_serial_bin()
|
/openbmc/u-boot/board/freescale/c29xpcie/ |
H A D | cpld.c | 92 int cpld_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in cpld_cmd()
|
/openbmc/u-boot/lib/ |
H A D | linux_compat.c | 39 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | intel-cqm.c | 45 int i, fd[2], flag, ret; in test__intel_cqm_count_nmi_context() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | interrupts.c | 103 int do_irqinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_irqinfo()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | spl.c | 15 void board_init_f(ulong flag) in board_init_f()
|
/openbmc/u-boot/board/ge/mx53ppd/ |
H A D | mx53ppd_video.c | 112 static int do_lcd_enable(cmd_tbl_t *cmdtp, int flag, int argc, in do_lcd_enable()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
H A D | cpu.c | 21 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset()
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
/openbmc/linux/drivers/media/radio/wl128x/ |
H A D | fmdrv.h | 101 u16 flag; /* FM interrupt flag */ member 111 u8 flag; /* RX RDS on/off status */ member 168 u8 flag; member 199 long flag; /* FM driver state machine info */ member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cpu-features.h | 60 #define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag)) argument 61 #define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag)) argument 62 #define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag)) argument 65 #define __isa_range_or_flag(ge, lt, flag) \ argument
|
/openbmc/u-boot/drivers/i2c/ |
H A D | ast_i2c.c | 125 static int ast_i2c_wait_isr(struct udevice *dev, u32 flag) in ast_i2c_wait_isr() 155 u32 flag = I2CD_INTR_TX_ACK | I2CD_INTR_TX_NAK; in ast_i2c_wait_tx() local
|
/openbmc/u-boot/board/freescale/ls1021atwr/ |
H A D | ls1021atwr.c | 638 static int flash_bank_cmd(cmd_tbl_t *cmdtp, int flag, int argc, in flash_bank_cmd() 659 static int cpld_reset_cmd(cmd_tbl_t *cmdtp, int flag, int argc, in cpld_reset_cmd() 718 static int serdes_mux_cmd(cmd_tbl_t *cmdtp, int flag, int argc, in serdes_mux_cmd()
|
/openbmc/linux/include/uapi/linux/ |
H A D | nilfs2_api.h | 49 #define NILFS_CPINFO_FNS(flag, name) \ argument 79 #define NILFS_SUINFO_FNS(flag, name) \ argument 116 #define NILFS_SUINFO_UPDATE_FNS(flag, name) \ argument
|
/openbmc/linux/fs/udf/ |
H A D | udf_sb.h | 169 static inline int UDF_QUERY_FLAG(struct super_block *sb, int flag) in UDF_QUERY_FLAG() 174 static inline void UDF_SET_FLAG(struct super_block *sb, int flag) in UDF_SET_FLAG() 179 static inline void UDF_CLEAR_FLAG(struct super_block *sb, int flag) in UDF_CLEAR_FLAG()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cmd_dek.c | 58 static int do_dek_blob(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_dek_blob()
|
/openbmc/u-boot/test/ |
H A D | print_ut.c | 51 static int do_ut_print(cmd_tbl_t *cmdtp, int flag, int argc, in do_ut_print()
|