/openbmc/u-boot/post/lib_powerpc/ |
H A D | two.c | 73 int flag = disable_interrupts(); in cpu_post_test_two() local 149 if (flag) in cpu_post_test_two()
|
H A D | twox.c | 73 int flag = disable_interrupts(); in cpu_post_test_twox() local 149 if (flag) in cpu_post_test_twox()
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | sensirion,shtc1.yaml | 32 $ref: /schemas/types.yaml#/definitions/flag 37 $ref: /schemas/types.yaml#/definitions/flag
|
/openbmc/linux/net/bluetooth/ |
H A D | mgmt_util.h | 47 int mgmt_send_event_skb(unsigned short channel, struct sk_buff *skb, int flag, 50 void *data, u16 data_len, int flag, struct sock *skip_sk);
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xdma-regs.h | 41 #define XDMA_DESC_CONTROL(adjacent, flag) \ argument 44 FIELD_PREP(XDMA_DESC_FLAGS_BITS, (flag)))
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 171 uint32_t *patched_ihre, bool *flag) in interrupt_is_wanted() argument 177 ih_ring_entry, patched_ihre, flag); in interrupt_is_wanted()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 66 The expiration flag is cleared by calls to mntput. This means that expiration 84 rootfs for example). It does this by passing the MNT_EXPIRE flag to 85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH. 97 Again, the expiration flag is cleared every time anything other than umount()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | soc.h | 437 #define OMAP3_HAS_FEATURE(feat,flag) \ argument 440 return omap_features & OMAP3_HAS_ ##flag; \ 456 #define OMAP4_HAS_FEATURE(feat, flag) \ argument 459 return omap_features & OMAP4_HAS_ ##flag; \
|
/openbmc/u-boot/doc/ |
H A D | README.commands | 48 static int do_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) 62 return cp->cmd(cmdtp, flag, argc, argv); 71 int (*cmd)(struct cmd_tbl_s *cmdtp, int flag, int argc, const char *argv[]); 75 flag: A bitmap which may contain the following bit:
|
/openbmc/linux/Documentation/block/ |
H A D | writeback_cache_control.rst | 17 a forced cache flush, and the Force Unit Access (FUA) flag for requests. 23 The REQ_PREFLUSH flag can be OR ed into the r/w flags of a bio submitted from 27 storage before the flagged bio starts. In addition the REQ_PREFLUSH flag can be 36 The REQ_FUA flag can be OR ed into the r/w flags of a bio submitted from the
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-freq-bands.rst | 82 if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units 84 ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is set. 88 or if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in 90 when the ``capability`` flag ``V4L2_TUNER_CAP_1HZ`` is set.
|
/openbmc/linux/drivers/input/serio/ |
H A D | sa1111ps2.c | 64 unsigned int scancode, flag, status; in ps2_rxint() local 71 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint() 77 flag ^= SERIO_PARITY; in ps2_rxint() 79 serio_interrupt(ps2if->io, scancode, flag); in ps2_rxint()
|
/openbmc/libmctp/ |
H A D | serial.c | 102 uint8_t flag; member 110 uint8_t flag; member 153 hdr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx() 172 tlr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.h | 898 static inline u32 lio_get_priv_flag(struct octeon_device *octdev, u32 flag) in lio_get_priv_flag() argument 900 return !!(octdev->priv_flags & (0x1 << flag)); in lio_get_priv_flag() 904 u32 flag, u32 val) in lio_set_priv_flag() argument 907 octdev->priv_flags |= (0x1 << flag); in lio_set_priv_flag() 909 octdev->priv_flags &= ~(0x1 << flag); in lio_set_priv_flag()
|
/openbmc/linux/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 126 u8 flag; in otg_hnp_polling_work() local 155 flag = *fsm->host_req_flag; in otg_hnp_polling_work() 156 if (flag == 0) { in otg_hnp_polling_work() 161 } else if (flag != HOST_REQUEST_FLAG) { in otg_hnp_polling_work() 162 dev_err(&udev->dev, "host request flag %d is invalid\n", flag); in otg_hnp_polling_work()
|
/openbmc/linux/tools/memory-model/ |
H A D | lock.cat | 41 flag ~empty [M \ IW \ ALL-LOCKS] ; loc ; [ALL-LOCKS] as mixed-lock-accesses 48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW 49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR 58 flag ~empty [FW] ; loc ; [ALL-LOCKS] as lock-final 73 flag ~empty UL \ range(critical) as unmatched-unlock
|
/openbmc/linux/drivers/tty/serial/ |
H A D | altera_uart.c | 205 u8 ch, flag; in altera_uart_rx_chars() local 210 flag = TTY_NORMAL; in altera_uart_rx_chars() 232 flag = TTY_BREAK; in altera_uart_rx_chars() 234 flag = TTY_PARITY; in altera_uart_rx_chars() 236 flag = TTY_FRAME; in altera_uart_rx_chars() 242 flag); in altera_uart_rx_chars()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 785 if (!(status->flag & RX_FLAG_8023)) { in mt76_rx_release_amsdu() 788 if ((status->flag & in mt76_rx_release_amsdu() 1072 status->flag = mstat.flag; in mt76_rx_convert() 1095 status->flag |= RX_FLAG_NO_SIGNAL_VAL; in mt76_rx_convert() 1130 if (status->flag & RX_FLAG_8023) in mt76_check_ccmp_pn() 1159 status->flag |= RX_FLAG_ONLY_MONITOR; in mt76_check_ccmp_pn() 1166 status->flag |= RX_FLAG_PN_VALIDATED; in mt76_check_ccmp_pn() 1232 if (status->flag & RX_FLAG_8023) in mt76_airtime_check() 1273 !(status->flag & RX_FLAG_8023)) { in mt76_check_sta() 1291 if (status->flag & RX_FLAG_8023) in mt76_check_sta() [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | fpsp.h | 108 .set DY_MO_FLG,LV+120 | dyadic/monadic flag 110 .set CU_ONLY,LV+122 | cu-only flag 190 .set E1,2 | which bit is E1 flag 191 .set E3,1 | which bit is E3 flag 192 .set SFLAG,0 | which bit is S flag 195 .set XFLAG,7 | which bit is X flag 196 .set UFLAG,5 | which bit is U flag 197 .set TFLAG,4 | which bit is T flag
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | hsdk.c | 753 static int do_hsdk_go(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_hsdk_go() argument 792 static int do_hsdk_init(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_hsdk_init() argument 816 static int do_hsdk_clock_set(cmd_tbl_t *cmdtp, int flag, int argc, in do_hsdk_clock_set() argument 848 static int do_hsdk_clock_get(cmd_tbl_t *cmdtp, int flag, int argc, in do_hsdk_clock_get() argument 876 static int do_hsdk_clock_print(cmd_tbl_t *cmdtp, int flag, int argc, in do_hsdk_clock_print() argument 888 static int do_hsdk_clock_print_all(cmd_tbl_t *cmdtp, int flag, int argc, in do_hsdk_clock_print_all() argument 949 static int do_hsdk_clock(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_hsdk_clock() argument 964 return c->cmd(cmdtp, flag, argc, argv); in do_hsdk_clock()
|
/openbmc/linux/fs/ |
H A D | ioctl.c | 344 unsigned int flag; in ioctl_fionbio() local 350 flag = O_NONBLOCK; in ioctl_fionbio() 354 flag |= O_NDELAY; in ioctl_fionbio() 358 filp->f_flags |= flag; in ioctl_fionbio() 360 filp->f_flags &= ~flag; in ioctl_fionbio() 368 unsigned int flag; in ioctl_fioasync() local 374 flag = on ? FASYNC : 0; in ioctl_fioasync() 377 if ((flag ^ filp->f_flags) & FASYNC) { in ioctl_fioasync()
|
/openbmc/linux/drivers/firmware/ |
H A D | stratix10-svc.c | 120 u32 flag; member 441 pr_debug("conf_type=%u\n", (unsigned int)pdata->flag); in svc_normal_to_secure_thread() 442 a1 = pdata->flag; in svc_normal_to_secure_thread() 889 unsigned long flag; in stratix10_svc_request_channel_byname() local 916 spin_lock_irqsave(&chan->lock, flag); in stratix10_svc_request_channel_byname() 919 spin_unlock_irqrestore(&chan->lock, flag); in stratix10_svc_request_channel_byname() 933 unsigned long flag; in stratix10_svc_free_channel() local 935 spin_lock_irqsave(&chan->lock, flag); in stratix10_svc_free_channel() 939 spin_unlock_irqrestore(&chan->lock, flag); in stratix10_svc_free_channel() 993 p_data->flag = ct->flags; in stratix10_svc_send()
|
/openbmc/linux/drivers/clocksource/ |
H A D | sh_cmt.c | 581 static int sh_cmt_start(struct sh_cmt_channel *ch, unsigned long flag) in sh_cmt_start() argument 586 if (flag & FLAG_CLOCKSOURCE) in sh_cmt_start() 592 if (flag & FLAG_CLOCKEVENT) in sh_cmt_start() 599 ch->flags |= flag; in sh_cmt_start() 603 flag == FLAG_CLOCKSOURCE && (!(ch->flags & FLAG_CLOCKEVENT))) in sh_cmt_start() 611 static void sh_cmt_stop(struct sh_cmt_channel *ch, unsigned long flag) in sh_cmt_stop() argument 619 ch->flags &= ~flag; in sh_cmt_stop() 623 if (flag & FLAG_CLOCKEVENT) in sh_cmt_stop() 628 if ((flag == FLAG_CLOCKEVENT) && (ch->flags & FLAG_CLOCKSOURCE)) in sh_cmt_stop() 633 if (flag & FLAG_CLOCKSOURCE) in sh_cmt_stop()
|
/openbmc/linux/fs/jfs/ |
H A D | namei.c | 40 if (ea->flag & DXD_EXTENT) { in free_ea_wmap() 45 ea->flag = 0; in free_ea_wmap() 400 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_rmdir() 404 JFS_IP(ip)->ea.flag = 0; in jfs_rmdir() 407 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_rmdir() 411 JFS_IP(ip)->acl.flag = 0; in jfs_rmdir() 654 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) in commitZeroLink() 661 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) in commitZeroLink() 714 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_free_zero_link() 726 pxdlock->flag = mlckFREEPXD; in jfs_free_zero_link() [all …]
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | bam_dma.c | 627 unsigned long flag; in bam_slave_config() local 629 spin_lock_irqsave(&bchan->vc.lock, flag); in bam_slave_config() 632 spin_unlock_irqrestore(&bchan->vc.lock, flag); in bam_slave_config() 729 unsigned long flag; in bam_dma_terminate_all() local 733 spin_lock_irqsave(&bchan->vc.lock, flag); in bam_dma_terminate_all() 760 spin_unlock_irqrestore(&bchan->vc.lock, flag); in bam_dma_terminate_all() 776 unsigned long flag; in bam_pause() local 783 spin_lock_irqsave(&bchan->vc.lock, flag); in bam_pause() 786 spin_unlock_irqrestore(&bchan->vc.lock, flag); in bam_pause() 802 unsigned long flag; in bam_resume() local [all …]
|