/openbmc/linux/drivers/perf/ |
H A D | riscv_pmu_sbi.c | 531 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 D | numa_memory_policy.rst | 93 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 D | conitrace.c | 11 static int do_conitrace(cmd_tbl_t *cmdtp, int flag, int argc, in do_conitrace() argument
|
H A D | version.c | 19 static int do_version(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_version() argument
|
H A D | display.c | 13 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 D | host-gpio-monitor.service.in | 3 ConditionPathExists=/var/google/config-package/enable-bm.flag
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_sec_common.h | 18 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...);
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 417 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 D | mtk-mdp3-regs.c | 18 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 D | dz.c | 185 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 D | st-asc.c | 253 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 D | amba-pl010.c | 116 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 D | bcm63xx_uart.c | 238 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 D | ipoctal.c | 162 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 D | mmc-first-dev.c | 29 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 D | ngene-i2c.c | 32 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 D | dev-touch.rst | 42 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 D | work_92105_display.c | 269 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 D | 0001-png-img-Fix-prototypes-of-callbacks.patch | 31 - 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 D | init.c | 300 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 D | listRCU.rst | 311 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 D | if_vlan.h | 60 unsigned int flag; /* Matches vlan_dev_priv flags */ member
|
/openbmc/linux/drivers/power/supply/ |
H A D | da9052-battery.c | 362 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 D | overlayfs.bbclass | 31 # 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 D | phosphor-ipmi-host_git.bb | 24 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…
|