Home
last modified time | relevance | path

Searched refs:flag (Results 676 – 700 of 2851) sorted by relevance

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

/openbmc/linux/drivers/perf/
H A Driscv_pmu_sbi.c531 unsigned long flag = SBI_PMU_START_FLAG_SET_INIT_VALUE; in pmu_sbi_ctr_start() local
535 1, flag, ival, ival >> 32, 0); in pmu_sbi_ctr_start()
538 1, flag, ival, 0, 0); in pmu_sbi_ctr_start()
549 static void pmu_sbi_ctr_stop(struct perf_event *event, unsigned long flag) in pmu_sbi_ctr_stop() argument
558 ret = sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, hwc->idx, 1, flag, 0, 0, 0); in pmu_sbi_ctr_stop()
560 flag != SBI_PMU_STOP_FLAG_RESET) in pmu_sbi_ctr_stop()
638 unsigned long flag = SBI_PMU_START_FLAG_SET_INIT_VALUE; in pmu_sbi_start_overflow_mask() local
659 flag, init_val, init_val >> 32, 0); in pmu_sbi_start_overflow_mask()
662 flag, init_val, 0, 0); in pmu_sbi_start_overflow_mask()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst93 mmap()ed with the MAP_ANONYMOUS flag. If a VMA policy is
95 used the MAP_SHARED flag. If the file mapping used the
96 MAP_PRIVATE flag, the VMA policy will only be applied when
208 mode flag MPOL_F_LOCAL is set, the preferred_node is ignored
256 This flag specifies that the nodemask passed by
266 With this flag, if the user-specified nodes overlap with the
280 MPOL_F_RELATIVE_NODES flag. It also cannot be used for
285 This flag specifies that the nodemask passed
322 nodemasks to specify memory policies using this flag should
331 MPOL_F_STATIC_NODES flag. It also cannot be used for
[all …]
/openbmc/u-boot/cmd/
H A Dconitrace.c11 static int do_conitrace(cmd_tbl_t *cmdtp, int flag, int argc, in do_conitrace() argument
H A Dversion.c19 static int do_version(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_version() argument
H A Ddisplay.c13 int do_display (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_display() argument
/openbmc/google-misc/subprojects/bare-metal-host-monitor/
H A Dhost-gpio-monitor.service.in3 ConditionPathExists=/var/google/config-package/enable-bm.flag
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h18 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...);
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c417 mode[num++].flag = FB_MODE_IS_CALCULATED; in get_est_timing()
422 mode[num++].flag = FB_MODE_IS_CALCULATED; in get_est_timing()
431 mode[num++].flag = FB_MODE_IS_CALCULATED; in get_est_timing()
462 mode[num++].flag = FB_MODE_IS_CALCULATED; in get_est_timing()
508 mode->flag |= FB_MODE_IS_STANDARD; in get_std_timing()
593 mode->flag = FB_MODE_IS_DETAILED; in get_detailed_timing()
645 mode[num].flag |= FB_MODE_IS_FIRST; in fb_create_modedb()
991 if (specs->modedb[i].flag & FB_MODE_IS_DETAILED) { in fb_edid_to_monspecs()
1340 fbmode->flag = 0; in fb_videomode_from_videomode()
1366 m->hsync_len, m->vsync_len, m->sync, m->vmode, m->flag); in dump_fb_videomode()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c18 u32 i, flag; in mdp_find_fmt() local
20 flag = V4L2_TYPE_IS_OUTPUT(type) ? MDP_FMT_FLAG_OUTPUT : in mdp_find_fmt()
23 if (!(mdp_data->format[i].flags & flag)) in mdp_find_fmt()
34 u32 i, flag, num = 0; in mdp_find_fmt_by_index() local
36 flag = V4L2_TYPE_IS_OUTPUT(type) ? MDP_FMT_FLAG_OUTPUT : in mdp_find_fmt_by_index()
39 if (!(mdp_data->format[i].flags & flag)) in mdp_find_fmt_by_index()
/openbmc/linux/drivers/tty/serial/
H A Ddz.c185 u8 ch, flag; in dz_receive_chars() local
193 flag = TTY_NORMAL; in dz_receive_chars()
226 flag = TTY_BREAK; in dz_receive_chars()
228 flag = TTY_FRAME; in dz_receive_chars()
230 flag = TTY_PARITY; in dz_receive_chars()
237 uart_insert_char(uport, status, DZ_OERR, ch, flag); in dz_receive_chars()
H A Dst-asc.c253 u8 flag; in asc_receive_chars() local
270 flag = TTY_NORMAL; in asc_receive_chars()
300 flag = TTY_BREAK; in asc_receive_chars()
302 flag = TTY_PARITY; in asc_receive_chars()
304 flag = TTY_FRAME; in asc_receive_chars()
310 uart_insert_char(port, c, ASC_RXBUF_DUMMY_OE, c & 0xff, flag); in asc_receive_chars()
H A Damba-pl010.c116 u8 ch, flag; in pl010_rx_chars() local
121 flag = TTY_NORMAL; in pl010_rx_chars()
148 flag = TTY_BREAK; in pl010_rx_chars()
150 flag = TTY_PARITY; in pl010_rx_chars()
152 flag = TTY_FRAME; in pl010_rx_chars()
158 uart_insert_char(port, rsr, UART01x_RSR_OE, ch, flag); in pl010_rx_chars()
H A Dbcm63xx_uart.c238 char flag; in bcm_uart_do_rx() local
262 flag = TTY_NORMAL; in bcm_uart_do_rx()
281 flag = TTY_BREAK; in bcm_uart_do_rx()
283 flag = TTY_FRAME; in bcm_uart_do_rx()
285 flag = TTY_PARITY; in bcm_uart_do_rx()
293 tty_insert_flip_char(tty_port, c, flag); in bcm_uart_do_rx()
/openbmc/linux/drivers/ipack/devices/
H A Dipoctal.c162 unsigned char flag; in ipoctal_irq_rx() local
167 flag = TTY_NORMAL; in ipoctal_irq_rx()
179 flag = TTY_PARITY; in ipoctal_irq_rx()
183 flag = TTY_FRAME; in ipoctal_irq_rx()
187 flag = TTY_BREAK; in ipoctal_irq_rx()
190 tty_insert_flip_char(port, value, flag); in ipoctal_irq_rx()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dmmc-first-dev.c29 static int do_mmcsetn(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_mmcsetn() argument
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-i2c.c32 u8 *out, u8 outlen, u8 *in, u8 inlen, int flag) in ngene_command_i2c_read() argument
51 if (flag) in ngene_command_i2c_read()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst42 Devices supporting the touch interface set the ``V4L2_CAP_VIDEO_CAPTURE`` flag
43 and the ``V4L2_CAP_TOUCH`` flag in the ``capabilities`` field of
/openbmc/u-boot/board/work-microwave/work_92105/
H A Dwork_92105_display.c269 static int do_max6957aax(cmd_tbl_t *cmdtp, int flag, int argc, in do_max6957aax() argument
318 static int do_hd44780(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_hd44780() argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/
H A D0001-png-img-Fix-prototypes-of-callbacks.patch31 - png_uint_32 (*png_get_valid) (png_structp png_ptr, png_infop info_ptr, png_uint_32 flag);
37 …g_uint_32 (*png_get_valid) (png_const_structp png_ptr, png_const_infop info_ptr, png_uint_32 flag);
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c300 if (test_bit(WMI_ENABLED, &ar->flag)) in ath6kl_connectservice()
840 set_bit(TESTMODE, &ar->flag); in ath6kl_fetch_testmode_file()
1773 &ar->flag), in __ath6kl_init_hw_start()
1776 clear_bit(WMI_READY, &ar->flag); in __ath6kl_init_hw_start()
1785 if (test_and_clear_bit(FIRST_BOOT, &ar->flag)) { in __ath6kl_init_hw_start()
1791 test_bit(TESTMODE, &ar->flag) ? " testmode" : ""); in __ath6kl_init_hw_start()
1871 clear_bit(WMI_READY, &ar->flag); in ath6kl_init_hw_restart()
1891 set_bit(DESTROY_IN_PROGRESS, &ar->flag); in ath6kl_stop_txrx()
1905 ath6kl_cfg80211_vif_stop(vif, test_bit(WMI_READY, &ar->flag)); in ath6kl_stop_txrx()
1915 clear_bit(WMI_READY, &ar->flag); in ath6kl_stop_txrx()
[all …]
/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst311 function in ipc/shm.c). This code checks a *deleted* flag under a
312 per-entry spinlock, and, if the *deleted* flag is set, pretends that the
319 For the deleted-flag technique to be helpful, why is it necessary
325 to accomplish this would be to add a ``deleted`` flag and a ``lock`` spinlock to the
352 The ``audit_del_rule()`` function would need to set the ``deleted`` flag under the
417 flag of the timerfd object is cleared, the object removed from the
445 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
472 the list. In this example, a flag is used to skip such objects.
483 If stale data cannot be tolerated, then a *deleted* flag may be used
490 For the deleted-flag technique to be helpful, why is it necessary
[all …]
/openbmc/linux/include/uapi/linux/
H A Dif_vlan.h60 unsigned int flag; /* Matches vlan_dev_priv flags */ member
/openbmc/linux/drivers/power/supply/
H A Dda9052-battery.c362 int flag; in da9052_bat_read_capacity() local
384 flag = 0; in da9052_bat_read_capacity()
393 flag = 1; in da9052_bat_read_capacity()
397 if (!flag) in da9052_bat_read_capacity()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Doverlayfs.bbclass31 # mount-configured to the related OVERLAYFS_QA_SKIP flag:
40 # To support several mount points you can use a different variable flag. Assume we
104 bb.debug(1, "Process variable flag %s" % mountPoint)
107 bb.note("No mount points defined for %s flag, skipping" % (mountPoint))
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb24 PACKAGECONFIG ??= "allowlist i2c-allowlist boot-flag-safe-mode softoff libuserlayer entity-manager-…
30 PACKAGECONFIG[boot-flag-safe-mode] = "-Dboot-flag-safe-mode-support=enabled,-Dboot-flag-safe-mode-s…

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