Home
last modified time | relevance | path

Searched refs:flag (Results 701 – 725 of 2851) sorted by relevance

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dfpstuff.c30 static void check_fpstatus_bit(uint32_t usr, uint32_t expect, uint32_t flag, in check_fpstatus_bit() argument
33 uint32_t bit = 1 << flag; in check_fpstatus_bit()
36 (usr >> flag) & 1, (expect >> flag) & 1); in check_fpstatus_bit()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15_common.h40 #define __WREG32_SOC15_RLC__(reg, value, flag, hwip, inst) \ argument
42 amdgpu_sriov_wreg(adev, reg, value, flag, hwip, inst) : \
45 #define __RREG32_SOC15_RLC__(reg, flag, hwip, inst) \ argument
47 amdgpu_sriov_rreg(adev, reg, flag, hwip, inst) : \
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c719 u32 value, flag, retval = 0; in cx231xx_mbox_func() local
737 mc417_memory_read(dev, dev->cx23417_mailbox, &flag); in cx231xx_mbox_func()
738 if (flag) { in cx231xx_mbox_func()
740 flag, cmd_to_str(command)); in cx231xx_mbox_func()
744 flag |= 1; /* tell 'em we're working on it */ in cx231xx_mbox_func()
745 mc417_memory_write(dev, dev->cx23417_mailbox, flag); in cx231xx_mbox_func()
759 flag |= 3; /* tell 'em we're done writing */ in cx231xx_mbox_func()
760 mc417_memory_write(dev, dev->cx23417_mailbox, flag); in cx231xx_mbox_func()
766 if (0 != (flag & 4)) in cx231xx_mbox_func()
784 flag = 0; in cx231xx_mbox_func()
[all …]
/openbmc/linux/arch/um/os-Linux/
H A Duser_syms.c41 extern int __sprintf_chk(char *str, int flag, size_t len, const char *format);
/openbmc/linux/security/tomoyo/
H A Dcondition.c458 bool flag; in tomoyo_get_transit_preference() local
469 flag = tomoyo_correct_path(pos) || !strcmp(pos, "keep") || in tomoyo_get_transit_preference()
475 if (!flag) in tomoyo_get_transit_preference()
680 bool flag = false; in tomoyo_get_condition() local
685 if (flag) /* Restore " ". */ in tomoyo_get_condition()
691 flag = !flag; in tomoyo_get_condition()
/openbmc/u-boot/cmd/
H A Dusb_gadget_sdp.c14 static int do_sdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sdp() argument
H A Dconfig.c13 static int do_config(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_config() argument
H A Dnvme.c14 static int do_nvme(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_nvme() argument
H A Dlicense.c14 static int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_license() argument
H A Dzip.c10 static int do_zip(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_zip() argument
/openbmc/linux/Documentation/block/
H A Dpr.rst112 All the ioctls have a flag field. Currently only one flag is supported:
116 IOC_PR_REGISTER, and some implementation may support the flag for
/openbmc/linux/sound/soc/amd/yc/
H A Dpci-acp6x.c152 unsigned int irqflags, flag; in snd_acp6x_probe() local
158 flag = snd_amd_acp_find_config(pci); in snd_acp6x_probe()
159 if (flag) in snd_acp6x_probe()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c203 unsigned long flag; in dp_add_event() local
207 spin_lock_irqsave(&dp_priv->event_lock, flag); in dp_add_event()
213 spin_unlock_irqrestore(&dp_priv->event_lock, flag); in dp_add_event()
222 spin_unlock_irqrestore(&dp_priv->event_lock, flag); in dp_add_event()
229 unsigned long flag; in dp_del_event() local
233 spin_lock_irqsave(&dp_priv->event_lock, flag); in dp_del_event()
235 spin_unlock_irqrestore(&dp_priv->event_lock, flag); in dp_del_event()
249 spin_unlock_irqrestore(&dp_priv->event_lock, flag); in dp_del_event()
1068 unsigned long flag; in hpd_event_thread() local
1088 spin_lock_irqsave(&dp_priv->event_lock, flag); in hpd_event_thread()
[all …]
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst59 corresponding two rings, sets the XDP_SHARED_UMEM flag in the bind
253 pass the XDP_COPY flag to the bind call, the kernel will force the
258 XDP_SHARED_UMEM bind flag
350 XDP_USE_NEED_WAKEUP bind flag
356 need_wakeup flag will be set if the kernel needs to be explicitly
366 need_wakeup flag is set so that user space can put buffers on the
370 If the flag is set for the TX ring, it means that the application
375 An example of how to use this flag can be found in
384 I.e., only use the syscall if the flag is set.
434 be dealt with in separate sections for each UMEM flag.
[all …]
/openbmc/u-boot/arch/microblaze/cpu/
H A Dspl.c51 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() argument
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.h36 u32 hte_mem_init(struct mrc_params *mrc_params, u8 flag);
/openbmc/u-boot/lib/dhry/
H A Dcmd_dhry.c11 static int do_dhry(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dhry() argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c249 unsigned long flag = 0; in _rtl8821ae_fill_h2c_command() local
255 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl8821ae_fill_h2c_command()
263 flag); in _rtl8821ae_fill_h2c_command()
273 flag); in _rtl8821ae_fill_h2c_command()
275 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl8821ae_fill_h2c_command()
278 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl8821ae_fill_h2c_command()
408 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl8821ae_fill_h2c_command()
410 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl8821ae_fill_h2c_command()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst103 if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in units
104 of 62.5 Hz, or if the ``capability`` flag ``V4L2_TUNER_CAP_1HZ``
111 or if the ``capability`` flag ``V4L2_TUNER_CAP_LOW`` is set, in
112 units of 62.5 Hz, or if the ``capability`` flag
149 ``_SAP`` flag is cleared in the ``capability`` field, the
150 corresponding ``V4L2_TUNER_SUB_`` flag must not be set here.
317 signal. Drivers must clear this flag when the current video
330 flags are synonyms. The ``V4L2_TUNER_SUB_SAP`` flag applies
/openbmc/linux/drivers/hwmon/
H A Dnpcm750-pwm-fan.c428 u8 fan, u8 cmp, u8 flag) in npcm7xx_check_cmp() argument
455 if (flag & flag_timeout) { in npcm7xx_check_cmp()
480 if (flag & flag_cap) in npcm7xx_check_cmp()
491 u8 flag; in npcm7xx_fan_isr() local
496 flag = ioread8(NPCM7XX_FAN_REG_TICTRL(data->fan_base, module)); in npcm7xx_fan_isr()
497 if (flag > 0) { in npcm7xx_fan_isr()
498 npcm7xx_check_cmp(data, module, NPCM7XX_FAN_CMPA, flag); in npcm7xx_fan_isr()
499 npcm7xx_check_cmp(data, module, NPCM7XX_FAN_CMPB, flag); in npcm7xx_fan_isr()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c391 u32 flag; in hns_ae_toggle_ring_irq() local
394 flag = RCB_INT_FLAG_TX; in hns_ae_toggle_ring_irq()
396 flag = RCB_INT_FLAG_RX; in hns_ae_toggle_ring_irq()
398 hns_rcb_int_ctrl_hw(ring->q, flag, mask); in hns_ae_toggle_ring_irq()
403 u32 flag; in hns_aev2_toggle_ring_irq() local
406 flag = RCB_INT_FLAG_TX; in hns_aev2_toggle_ring_irq()
408 flag = RCB_INT_FLAG_RX; in hns_aev2_toggle_ring_irq()
410 hns_rcbv2_int_ctrl_hw(ring->q, flag, mask); in hns_aev2_toggle_ring_irq()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c48 .flag = {(flg)}, \
67 .flag = {(flg)}, \
87 .flag = {(flg)}, \
105 .flag = {(flg)}, \
124 .flag = {(flg)}, \
142 .flag = {(flg)}, \
161 .flag = {(flg)}, \
181 .flag = {(flg)}, \
/openbmc/linux/ipc/
H A Dutil.c553 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flag) in ipcperms() argument
559 requested_mode = (flag >> 6) | (flag >> 3) | flag; in ipcperms()
571 return security_ipc_permission(ipcp, flag); in ipcperms()
/openbmc/u-boot/arch/sh/cpu/sh2/
H A Dcpu.c48 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() argument
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dinterrupts.c74 do_irqinfo(cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char * const argv[]) in do_irqinfo() argument

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