/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | cmd_mon.c | 15 static int do_mon_install(cmd_tbl_t *cmdtp, int flag, int argc, in do_mon_install() argument 68 int do_mon_power(cmd_tbl_t *cmdtp, int flag, int argc, in do_mon_power() argument
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 177 - cpuset.cpu_exclusive flag: is cpu placement exclusive? 178 - cpuset.mem_exclusive flag: is memory placement exclusive? 179 - cpuset.mem_hardwall flag: is memory allocation hardwalled 188 - cpuset.memory_pressure_enabled flag: compute memory_pressure? 363 Setting the flag 'cpuset.memory_spread_page' turns on a per-process flag 442 Therefore in the above two situations, the top cpuset flag 444 child cpusets have this flag enabled. 475 cpuset enables the flag. 478 one of them has this flag enabled, then the other may find its 523 - or CPUs come or go from a cpuset with this flag enabled, [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | da7218.txt | 48 - dlg,hp-diff-single-supply : Boolean flag, use single supply for HP 62 - dlg,comp-inv : Boolean flag, invert comparator output 63 - dlg,hyst : Boolean flag, enable hysteresis 64 - dlg,discharge : Boolean flag, auto discharge of Mic Bias on jack removal
|
H A D | audio-graph-port.yaml | 34 $ref: /schemas/types.yaml#/definitions/flag 37 $ref: /schemas/types.yaml#/definitions/flag 41 - $ref: /schemas/types.yaml#/definitions/flag 46 - $ref: /schemas/types.yaml#/definitions/flag
|
/openbmc/qemu/audio/ |
H A D | dsound_template.h | 79 DWORD flag; in glue() local 82 flag = entire ? DSCBLOCK_ENTIREBUFFER : 0; in glue() 84 flag = entire ? DSBLOCK_ENTIREBUFFER : 0; in glue() 86 hr = glue(IFACE, _Lock)(buf, pos, len, p1p, blen1p, p2p, blen2p, flag); in glue()
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-enum-entities.rst | 40 .. _media-ent-id-flag-next: 43 ``MEDIA_ENT_ID_FLAG_NEXT`` flag. The driver will return information 64 ``MEDIA_ENT_ID_FLAG_NEXT``, the driver clears the flag and returns 88 - Entity flags, see :ref:`media-entity-flag` for details.
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | rzg2l-cpg.h | 95 int flag; member 139 .flag = CLK_DIVIDER_HIWORD_MASK) 143 .flag = CLK_DIVIDER_READ_ONLY) 165 DEF_TYPE(_name, _id, CLK_TYPE_DSI_DIV, .parent = _parent, .flag = _flag)
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-gpio.c | 183 enum gpiod_flags flag; in i2c_mux_gpio_probe() local 186 flag = GPIOD_OUT_HIGH; in i2c_mux_gpio_probe() 188 flag = GPIOD_OUT_LOW; in i2c_mux_gpio_probe() 189 gpiod = devm_gpiod_get_index(&pdev->dev, "mux", i, flag); in i2c_mux_gpio_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | snps,dwmac.yaml | 427 $ref: /schemas/types.yaml#/definitions/flag 441 $ref: /schemas/types.yaml#/definitions/flag 446 $ref: /schemas/types.yaml#/definitions/flag 451 $ref: /schemas/types.yaml#/definitions/flag 456 $ref: /schemas/types.yaml#/definitions/flag 461 $ref: /schemas/types.yaml#/definitions/flag 467 $ref: /schemas/types.yaml#/definitions/flag 516 $ref: /schemas/types.yaml#/definitions/flag 521 $ref: /schemas/types.yaml#/definitions/flag 548 $ref: /schemas/types.yaml#/definitions/flag [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-davinci.c | 418 u32 flag; in i2c_davinci_xfer_msg() local 444 flag = DAVINCI_I2C_MDR_IRS | DAVINCI_I2C_MDR_MST; in i2c_davinci_xfer_msg() 448 flag |= DAVINCI_I2C_MDR_XA; in i2c_davinci_xfer_msg() 450 flag |= DAVINCI_I2C_MDR_TRX; in i2c_davinci_xfer_msg() 452 flag |= DAVINCI_I2C_MDR_RM; in i2c_davinci_xfer_msg() 469 davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, flag); in i2c_davinci_xfer_msg() 484 flag |= DAVINCI_I2C_MDR_STT; in i2c_davinci_xfer_msg() 486 flag |= DAVINCI_I2C_MDR_STP; in i2c_davinci_xfer_msg() 487 davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, flag); in i2c_davinci_xfer_msg()
|
/openbmc/openbmc/poky/documentation/tools/ |
H A D | update-documentation-conf | 68 for flag in flags: 69 if flag not in allowed_flags: 70 … logger.warn('Invalid info line (varflag %s not in allowed list), ignoring: %s' % (flag, infoline))
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fbio.h | 188 __u32 flag; member 194 __u32 flag; member 204 __u32 flag; member
|
/openbmc/u-boot/cmd/ |
H A D | mfsl.c | 17 int do_frd (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_frd() argument 172 int do_fwr (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_fwr() argument 327 int do_rspr (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_rspr() argument
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 1280 if (flag == 0) { in atomisp_gdc_cac() 1302 if (flag == 0) { in atomisp_low_light() 1319 if (flag == 0) { in atomisp_xnr() 1335 if (flag == 0) { in atomisp_nr() 1356 if (flag == 0) { in atomisp_tnr() 1377 if (flag == 0) { in atomisp_black_level() 1398 if (flag == 0) { in atomisp_ee() 1806 if (flag != 0) in atomisp_3a_stat() 2033 flag = true; in atomisp_check_zoom_region() 2044 return flag; in atomisp_check_zoom_region() [all …]
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | via_aux_edid.c | 56 if (spec->modedb[i].flag & FB_MODE_IS_FIRST && in get_preferred_mode() 57 spec->modedb[i].flag & FB_MODE_IS_DETAILED) in get_preferred_mode()
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | andi.c | 53 int flag = disable_interrupts(); in cpu_post_test_andi() local 96 if (flag) in cpu_post_test_andi()
|
H A D | threei.c | 67 int flag = disable_interrupts(); in cpu_post_test_threei() local 110 if (flag) in cpu_post_test_threei()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fltr.h | 41 ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, 44 ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
|
/openbmc/linux/fs/coda/ |
H A D | coda_linux.h | 83 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode() argument 91 cii->c_flags |= flag; in coda_flag_inode()
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 418 type: flag 622 type: flag 679 type: flag 682 type: flag 691 type: flag 752 type: flag 755 type: flag 758 type: flag 795 type: flag 840 type: flag [all …]
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 605 int do_size(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_size() argument 624 int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_load() argument 694 int do_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_ls() argument 720 int do_save(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_save() argument 762 int do_fs_uuid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_fs_uuid() argument 787 int do_fs_type(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_fs_type() argument 809 int do_rm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_rm() argument 824 int do_mkdir(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], in do_mkdir() argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | fw.c | 178 unsigned long flag; in _rtl92ee_fill_h2c_command() local 194 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl92ee_fill_h2c_command() 202 flag); in _rtl92ee_fill_h2c_command() 212 flag); in _rtl92ee_fill_h2c_command() 214 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92ee_fill_h2c_command() 217 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92ee_fill_h2c_command() 348 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl92ee_fill_h2c_command() 350 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92ee_fill_h2c_command()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | fw_common.c | 198 unsigned long flag; in _rtl92c_fill_h2c_command() local 204 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl92c_fill_h2c_command() 211 flag); in _rtl92c_fill_h2c_command() 221 flag); in _rtl92c_fill_h2c_command() 223 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92c_fill_h2c_command() 226 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92c_fill_h2c_command() 377 spin_lock_irqsave(&rtlpriv->locks.h2c_lock, flag); in _rtl92c_fill_h2c_command() 379 spin_unlock_irqrestore(&rtlpriv->locks.h2c_lock, flag); in _rtl92c_fill_h2c_command()
|
/openbmc/linux/arch/sh/mm/ |
H A D | pmb.c | 56 int flag; member 58 { .size = SZ_512M, .flag = PMB_SZ_512M, }, 59 { .size = SZ_128M, .flag = PMB_SZ_128M, }, 60 { .size = SZ_64M, .flag = PMB_SZ_64M, }, 61 { .size = SZ_16M, .flag = PMB_SZ_16M, }, 218 return pmb_sizes[i].flag; in pmb_size_to_flags() 364 pmb_sizes[i].flag, PMB_NO_ENTRY); in pmb_bolt_mapping() 633 if (pmb_sizes[j].flag == size) in pmb_synchronize()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | milbeaut_usio.c | 151 u8 flag = 0, ch = 0; in mlb_usio_rx_chars() local 164 flag = TTY_NORMAL; in mlb_usio_rx_chars() 169 ch, flag); in mlb_usio_rx_chars() 178 flag = TTY_BREAK; in mlb_usio_rx_chars() 182 flag = TTY_PARITY; in mlb_usio_rx_chars() 186 flag = TTY_FRAME; in mlb_usio_rx_chars() 189 if (flag) in mlb_usio_rx_chars() 191 ch, flag); in mlb_usio_rx_chars()
|