Home
last modified time | relevance | path

Searched refs:flag (Results 2026 – 2050 of 2851) sorted by relevance

1...<<81828384858687888990>>...115

/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h641 unsigned int flag);
/openbmc/linux/arch/arm/mach-omap2/
H A DKconfig178 by default during system init via the enable_on_init flag
/openbmc/phosphor-host-ipmid/
H A Dmeson.build84 'boot-flag-safe-mode-support': '-DENABLE_BOOT_FLAG_SAFE_MODE_SUPPORT',
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst273 __u8 media_written; /* dirty flag, DVD+RW bookkeeping */
549 The capability flag is declared *const*, to prevent drivers from
571 A final flag register controls the **behavior** of the CD-ROM
643 We therefore propose to use the flag *O_NONBLOCK* to indicate
655 - If the option flag *O_NONBLOCK* is set, opening will always be
722 driver scheme and option flag interpretation.
877 Set options specified by *arg*. Returns the option flag register
880 Clear options specified by *arg*. Returns the option flag register
/openbmc/linux/arch/x86/math-emu/
H A DREADME106 The Roundup flag does not have much meaning for the transcendental
110 In a few rare cases the Underflow flag obtained with the emulator will
121 If all of these apply, the emulator will set the Underflow flag but a real
/openbmc/linux/Documentation/sound/cards/
H A Daudiophile-usb.rst348 * b2 is the Rate selection flag
353 * b3 is the bit depth selection flag
360 * b4 is the Digital input flag
/openbmc/u-boot/include/
H A Dec_commands.h1292 uint16_t flag; member
4389 uint32_t flag; /* CBI_GET_* */ member
4405 uint32_t flag; /* CBI_SET_* */ member
/openbmc/u-boot/tools/patman/
H A DREADME383 Now to send the patches, take off the -n flag:
464 5. If you want to run git send-email yourself, use the -n flag which will
480 The tests are incomplete, as is customary. Use the --test flag to run them,
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz8795.c1104 int ksz8_port_vlan_filtering(struct ksz_device *dev, int port, bool flag, in ksz8_port_vlan_filtering() argument
1111 ksz_cfg(dev, S_MIRROR_CTRL, SW_VLAN_ENABLE, flag); in ksz8_port_vlan_filtering()
1116 flag); in ksz8_port_vlan_filtering()
/openbmc/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst338 * An inode flag, ``I_PINNING_FSCACHE_WB``, is provided to indicate that an
342 * A flag, ``unpinned_fscache_wb`` is placed in the ``writeback_control``
359 set, it sets that flag and increments the use count on the cookie (the caller
/openbmc/linux/Documentation/scheduler/
H A Dsched-energy.rst304 assumptions above becomes incorrect. In this scenario, the 'overutilized' flag
331 looking for the presence of the SD_ASYM_CPUCAPACITY_FULL flag when the scheduling
335 flag to be set in the sched_domain hierarchy.
H A Dcompletion.rst27 is reduced to a simple flag in 'struct completion', appropriately called "done".
58 the ->done completion flag for indicating whether it's completed or not.
/openbmc/linux/mm/
H A Dmemblock.c906 phys_addr_t size, int set, int flag) in memblock_setclr_flag() argument
919 r->flags |= flag; in memblock_setclr_flag()
921 r->flags &= ~flag; in memblock_setclr_flag()
/openbmc/linux/Documentation/core-api/
H A Dcachetlb.rst322 flag bit. Later, in update_mmu_cache_range(), a check is made
323 of this flag bit, and if set the flush is done and the flag bit
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1325 int flag = ' '; in decode_gam_rng_tbl() local
1335 flag = '*'; in decode_gam_rng_tbl()
1345 flag, size, suffix[order], in decode_gam_rng_tbl()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c419 gfp_t flag; in alloc_mhop_hem() local
458 flag = GFP_KERNEL | __GFP_NOWARN; in alloc_mhop_hem()
460 size, flag); in alloc_mhop_hem()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c990 int flag = 0, rc = 0; in pm8001_request_msix() local
994 flag &= ~IRQF_SHARED; in pm8001_request_msix()
1011 pm8001_interrupt_handler_msix, flag, in pm8001_request_msix()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c1285 bool flag = 0x0; in _iqk_info_iqk() local
1297 flag = iqk_info->lok_cor_fail[0][path]; in _iqk_info_iqk()
1298 rtw89_phy_write32_mask(rtwdev, R_IQKINF, BIT(0) << (path * 4), flag); in _iqk_info_iqk()
1299 flag = iqk_info->lok_fin_fail[0][path]; in _iqk_info_iqk()
1300 rtw89_phy_write32_mask(rtwdev, R_IQKINF, BIT(1) << (path * 4), flag); in _iqk_info_iqk()
1301 flag = iqk_info->iqk_tx_fail[0][path]; in _iqk_info_iqk()
1302 rtw89_phy_write32_mask(rtwdev, R_IQKINF, BIT(2) << (path * 4), flag); in _iqk_info_iqk()
1303 flag = iqk_info->iqk_rx_fail[0][path]; in _iqk_info_iqk()
1304 rtw89_phy_write32_mask(rtwdev, R_IQKINF, BIT(3) << (path * 4), flag); in _iqk_info_iqk()
H A Drtw8852c_rfk.c1262 bool flag; in _iqk_info_iqk() local
1275 flag = iqk_info->lok_cor_fail[0][path]; in _iqk_info_iqk()
1276 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FCOR << (path * 4), flag); in _iqk_info_iqk()
1277 flag = iqk_info->lok_fin_fail[0][path]; in _iqk_info_iqk()
1278 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FFIN << (path * 4), flag); in _iqk_info_iqk()
1279 flag = iqk_info->iqk_tx_fail[0][path]; in _iqk_info_iqk()
1280 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FTX << (path * 4), flag); in _iqk_info_iqk()
1281 flag = iqk_info->iqk_rx_fail[0][path]; in _iqk_info_iqk()
1282 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_F_RX << (path * 4), flag); in _iqk_info_iqk()
H A Drtw8852b_rfk.c1318 bool flag; in _iqk_info_iqk() local
1320 flag = iqk_info->lok_cor_fail[0][path]; in _iqk_info_iqk()
1321 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FCOR << (path * 4), flag); in _iqk_info_iqk()
1322 flag = iqk_info->lok_fin_fail[0][path]; in _iqk_info_iqk()
1323 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FFIN << (path * 4), flag); in _iqk_info_iqk()
1324 flag = iqk_info->iqk_tx_fail[0][path]; in _iqk_info_iqk()
1325 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_FTX << (path * 4), flag); in _iqk_info_iqk()
1326 flag = iqk_info->iqk_rx_fail[0][path]; in _iqk_info_iqk()
1327 rtw89_phy_write32_mask(rtwdev, R_IQKINF, B_IQKINF_F_RX << (path * 4), flag); in _iqk_info_iqk()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2227 static void iscsi_stop_conn(struct iscsi_cls_conn *conn, int flag) in iscsi_stop_conn() argument
2231 switch (flag) { in iscsi_stop_conn()
2240 flag); in iscsi_stop_conn()
2244 conn->transport->stop_conn(conn, flag); in iscsi_stop_conn()
2291 static int iscsi_if_stop_conn(struct iscsi_cls_conn *conn, int flag) in iscsi_if_stop_conn() argument
2309 if (flag == STOP_CONN_TERM) { in iscsi_if_stop_conn()
2311 iscsi_stop_conn(conn, flag); in iscsi_if_stop_conn()
2319 iscsi_stop_conn(conn, flag); in iscsi_if_stop_conn()
3814 return iscsi_if_stop_conn(conn, ev->u.stop_conn.flag); in iscsi_if_transport_conn()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3.c840 IOMMUAccessFlags flag, in pnv_phb3_translate_iommu() argument
875 pnv_phb3_translate_tve(ds, addr, flag & IOMMU_WO, tve, &ret); in pnv_phb3_translate_iommu()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcalib.c943 !!(priv->statistics.flag & STATISTICS_REPLY_FLG_BAND_24G_MSK); in iwl_chain_noise_calibration()
944 stat_chnum = le32_to_cpu(priv->statistics.flag) >> 16; in iwl_chain_noise_calibration()
/openbmc/linux/include/linux/qed/
H A Dqed_if.h1219 #define SET_FIELD(value, name, flag) \ argument
1222 (value) |= (((u64)flag) << (name ## _SHIFT)); \
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.c1168 enum hinic_msix_state flag) in hinic_hwdev_set_msix_state() argument
1170 hinic_set_msix_state(hwdev->hwif, msix_index, flag); in hinic_hwdev_set_msix_state()

1...<<81828384858687888990>>...115