/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zoran_driver.c | 258 static int zoran_enum_fmt(struct zoran *zr, struct v4l2_fmtdesc *fmt, int flag) in zoran_enum_fmt() argument 268 if (zoran_formats[i].flags & flag && num++ == fmt->index) { in zoran_enum_fmt()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | control.rst | 41 drivers set the ``V4L2_CTRL_FLAG_INACTIVE`` flag. 516 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 228 # control. For example to flag the 0th, 2nd and 3rd controls available: 238 example to flag the 1st, 2nd, 9th and 10th controls as being available you would
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | iommu.c | 912 unsigned long mask, gfp_t flag, int node) in iommu_alloc_coherent() argument 939 page = alloc_pages_node(node, flag, order); in iommu_alloc_coherent()
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 335 GD_FLG_SILENT flag is set. Changing the environment variable later 336 will update the flag. 353 console silence flag immediately. This allows 'setenv' to be used 357 GD_FLG_SILENT flag.
|
/openbmc/linux/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 190 static inline void vpfe_pcr_enable(struct vpfe_ccdc *ccdc, int flag) in vpfe_pcr_enable() argument 192 vpfe_reg_write(ccdc, !!flag, VPFE_PCR); in vpfe_pcr_enable() 195 static void vpfe_config_enable(struct vpfe_ccdc *ccdc, int flag) in vpfe_config_enable() argument 199 if (!flag) { in vpfe_config_enable()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 1130 uint32_t *flag; in aic79xx_setup() member 1188 *(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0); in aic79xx_setup() 1190 *(options[i].flag) = 1; in aic79xx_setup() 1192 *(options[i].flag) ^= 0xFFFFFFFF; in aic79xx_setup()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 310 u32 flag; member 683 clk_mgate->mgate->flag |= clk_mgate->mask; in mp1_mgate_clk_enable() 695 clk_mgate->mgate->flag &= ~clk_mgate->mask; in mp1_mgate_clk_disable() 697 if (clk_mgate->mgate->flag == 0) in mp1_mgate_clk_disable()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 258 bit 7 = interrupt request flag (IRQF) 259 bit 6 = periodic interrupt flag (PF) 260 bit 5 = alarm interrupt flag (AF) 261 bit 4 = update interrupt flag (UF)
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cgroups.rst | 247 - notify_on_release flag: run the release agent on exit? 291 If the notify_on_release flag is enabled (1) in a cgroup, then 307 This flag only affects the cpuset controller. If the clone_children 308 flag is enabled (1) in a cgroup, a new cpuset cgroup will copy its
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 779 TCGv_i64 result, flag, tmp; in gen_add64_CC() local 781 flag = tcg_temp_new_i64(); in gen_add64_CC() 791 tcg_gen_xor_i64(flag, result, t0); in gen_add64_CC() 793 tcg_gen_andc_i64(flag, flag, tmp); in gen_add64_CC() 829 TCGv_i64 result, flag, tmp; in gen_sub64_CC() local 832 flag = tcg_temp_new_i64(); in gen_sub64_CC() 840 tcg_gen_xor_i64(flag, result, t0); in gen_sub64_CC() 843 tcg_gen_and_i64(flag, flag, tmp); in gen_sub64_CC() 879 TCGv_i64 flag = tcg_temp_new_i64(); in gen_adc() local 880 tcg_gen_extu_i32_i64(flag, cpu_CF); in gen_adc() [all …]
|
/openbmc/phosphor-logging/ |
H A D | README.md | 467 enabled with a `--enable-<extension>` configure flag. The extension code won't 468 compile unless enabled with this flag. 510 1. Add a new flag to configure.ac to enable the extension:
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 870 const u8 *cmdbuf, unsigned int cmdlen, uint32_t flag) in aspeed_spi_send_cmd_addr() argument 877 if(flash->write_iomode == CE_CTRL_IO_QUAD_ADDR_DATA && (flag & SPI_WRITE_TO_FLASH)) in aspeed_spi_send_cmd_addr() 879 else if(flash->read_iomode == CE_CTRL_IO_QUAD_ADDR_DATA && (flag & SPI_READ_FROM_FLASH)) in aspeed_spi_send_cmd_addr()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 528 for flag in flags: 529 fltr[flag] = flag in words
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 1343 rxs->flag |= RX_FLAG_MMIC_STRIPPED; in rsi_fill_rx_status() 1345 rxs->flag |= RX_FLAG_DECRYPTED; in rsi_fill_rx_status() 1346 rxs->flag |= RX_FLAG_IV_STRIPPED; in rsi_fill_rx_status()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 411 tag, after t_checksum. This field is not present if the "same UUID" flag 483 "same UUID" flag is set. 516 flag is set in the descriptor block tag.
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 817 unsigned long flag = 0; in rio_free_tx() local 822 spin_lock_irqsave(&np->tx_lock, flag); in rio_free_tx() 845 spin_unlock_irqrestore(&np->tx_lock, flag); in rio_free_tx()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.c | 101 bool flag = false; in cpsw_set_promiscious() local 109 flag = true; in cpsw_set_promiscious() 111 if (!enable && flag) { in cpsw_set_promiscious()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | pmu-ebb.rst | 21 just refers to a struct perf_event which has set the "EBB" flag in its
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.txt | 39 flag somewhere for 8bit memories.
|
/openbmc/u-boot/cmd/ |
H A D | fdc.c | 632 int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_fdcboot() argument
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ipmi | 228 flag_fetches (RO) Number of times a flag fetch was
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | error-codes.rst | 94 ``URB_SHORT_NOT_OK`` flag is set. Completion handlers for isochronous URBs
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_wo.c | 210 if (hdr->flag & cpu_to_le16(MTK_WED_WARP_CMD_FLAG_RSP)) in mtk_wed_wo_rx_run_queue()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | cpsw_switchdev.rst | 96 marking packets with offload_fwd_mark flag unless "ale_bypass=0"
|