Searched refs:features (Results 251 - 275 of 1426) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/clk/sunxi-ng/
H A Dccu_mp.h47 .features = CCU_FEATURE_FIXED_POSTDIV, \
161 .features = CCU_FEATURE_MMC_TIMING_SWITCH, \
H A Dccu_mp.c107 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
120 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
171 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
203 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
/linux-master/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c79 * vp_legacy_get_features - get features from device
82 * Returns the features read from the device
92 * vp_legacy_get_driver_features - get driver features from device
95 * Returns the driver features read from the device
104 * vp_legacy_set_features - set features to device
106 * @features: the features set to device
109 u32 features)
111 iowrite32(features, ldev->ioaddr + VIRTIO_PCI_GUEST_FEATURES);
108 vp_legacy_set_features(struct virtio_pci_legacy_device *ldev, u32 features) argument
/linux-master/drivers/clk/baikal-t1/
H A Dccu-div.c87 if (div->features & CCU_DIV_LOCK_SHIFTED)
256 if (divider == 1 && div->features & CCU_DIV_SKIP_ONE) {
258 } else if (div->features & CCU_DIV_SKIP_ONE_TO_THREE) {
443 !!(div->features & CCU_DIV_RESET_DOMAIN);
456 if (!(div->features & CCU_DIV_RESET_DOMAIN) &&
467 if (div->features & CCU_DIV_LOCK_SHIFTED &&
597 div->features = div_init->features;
/linux-master/arch/arm/include/asm/
H A Dcputype.h270 * Intel's XScale3 core supports some v6 features (supersections, L2)
331 static inline int __attribute_const__ cpuid_feature_extract_field(u32 features, argument
334 int feature = (features >> field) & 15;
/linux-master/drivers/regulator/
H A Dtwl6030-regulator.c34 /* chip specific features */
35 unsigned long features; member in struct:twlreg_info
126 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS))) {
152 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS)))
169 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS)))
191 if (info->features & TWL6032_SUBCLASS)
218 if (!(twl_class_is_6030() && (info->features & TWL6032_SUBCLASS)))
539 .features = TWL6032_SUBCLASS, \
572 .features = TWL6032_SUBCLASS, \
/linux-master/drivers/remoteproc/
H A Dremoteproc_internal.h44 return test_bit(feature, rproc->features);
52 set_bit(feature, rproc->features);
/linux-master/arch/loongarch/kernel/
H A Dtime.c16 #include <asm/cpu-features.h>
153 cd->features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_PERCPU;
/linux-master/arch/hexagon/kernel/
H A Dtime.c108 .features = CLOCK_EVT_FEAT_ONESHOT,
130 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY;
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c538 netdev->features = NETIF_F_SG |
546 netdev->features |= netdev->gso_partial_features;
547 netdev->features |= NETIF_F_SCTP_CRC;
548 netdev->vlan_features |= netdev->features | NETIF_F_TSO_MANGLEID;
550 netdev->features |= NETIF_F_VLAN_FEATURES;
551 /* copy netdev features into list of user selectable features */
552 netdev->hw_features |= netdev->features | NETIF_F_RXALL;
554 netdev->features |= NETIF_F_HIGHDMA;
556 netdev->features |
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2468 if (mlx4_en_reset_config(dev, config, dev->features)) {
2498 netdev_features_t features)
2507 if (features & NETIF_F_HW_VLAN_CTAG_RX &&
2509 features |= NETIF_F_HW_VLAN_STAG_RX;
2511 features &= ~NETIF_F_HW_VLAN_STAG_RX;
2513 return features;
2517 netdev_features_t features)
2523 if (DEV_FEATURE_CHANGED(netdev, features, NETIF_F_RXFCS)) {
2525 (features & NETIF_F_RXFCS) ? "ON" : "OFF");
2529 if (DEV_FEATURE_CHANGED(netdev, features, NETIF_F_RXAL
2497 mlx4_en_fix_features(struct net_device *netdev, netdev_features_t features) argument
2516 mlx4_en_set_features(struct net_device *netdev, netdev_features_t features) argument
2678 mlx4_en_features_check(struct sk_buff *skb, struct net_device *dev, netdev_features_t features) argument
3441 mlx4_en_reset_config(struct net_device *dev, struct hwtstamp_config ts_config, netdev_features_t features) argument
[all...]
/linux-master/fs/bcachefs/
H A Dcompress.c522 if ((c->sb.features & f) == f)
527 if ((c->sb.features & f) == f) {
532 ret = __bch2_fs_compress_init(c, c->sb.features|f);
538 c->disk_sb.sb->features[0] |= cpu_to_le64(f);
569 static int __bch2_fs_compress_init(struct bch_fs *c, u64 features) argument
598 have_compressed |= (features & (1 << i->feature)) != 0;
619 if (!(features & (1 << i->feature)))
648 u64 f = c->sb.features;
/linux-master/fs/orangefs/
H A Dsuper.c290 new_op->upcall.req.features.features = 0;
295 new_op->downcall.resp.features.features;
572 new_op->upcall.req.features.features = 0;
574 orangefs_features = new_op->downcall.resp.features.features;
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.h76 /* provisioned device features */
119 int ifcvf_verify_min_features(struct ifcvf_hw *hw, u64 features);
132 void ifcvf_set_driver_features(struct ifcvf_hw *hw, u64 features);
/linux-master/drivers/clocksource/
H A Dtimer-riscv.c73 .features = CLOCK_EVT_FEAT_ONESHOT,
117 ce->features |= CLOCK_EVT_FEAT_C3STOP;
H A Dclps711x-timer.c68 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP;
/linux-master/drivers/net/wireless/intel/iwlwifi/cfg/
H A Dbz.c158 .features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
166 .features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
/linux-master/arch/mips/kernel/
H A Dcevt-ds1287.c83 .features = CLOCK_EVT_FEAT_PERIODIC,
/linux-master/arch/mips/include/asm/
H A Dswitch_to.h15 #include <asm/cpu-features.h>
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.h35 /* Additional features not listed in linux/omap3isp.h */
61 * @features: Set of features enabled.
80 u32 features; member in struct:prev_params
/linux-master/include/linux/
H A Dsungem_phy.h26 u32 features; /* Ethtool SUPPORTED_* defines */ member in struct:mii_phy_def
H A Dvringh.h126 int vringh_init_user(struct vringh *vrh, u64 features,
188 int vringh_init_kern(struct vringh *vrh, u64 features,
297 int vringh_init_iotlb(struct vringh *vrh, u64 features,
303 int vringh_init_iotlb_va(struct vringh *vrh, u64 features,
/linux-master/arch/x86/boot/
H A Dcpuflags.c6 #include <asm/required-features.h>
/linux-master/kernel/time/
H A Dtick-oneshot.c78 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) ||
/linux-master/include/linux/platform_data/
H A Dmlxreg.h191 * @features: supported features of device;
200 u32 features; member in struct:mlxreg_core_platform_data

Completed in 209 milliseconds

<<11121314151617181920>>