Searched refs:features (Results 76 - 100 of 1426) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvcpu_width_config.c102 init0.features[0] = (1 << KVM_ARM_VCPU_EL1_32BIT);
111 init0.features[0] = 0;
112 init1.features[0] = (1 << KVM_ARM_VCPU_EL1_32BIT);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp_gen_header.h47 unsigned features; member in struct:mcp_gen_header
/linux-master/drivers/clocksource/
H A Ddummy_timer.c21 evt->features = CLOCK_EVT_FEAT_PERIODIC |
/linux-master/include/xen/interface/
H A Dversion.h58 /* Declares the features reported by XENVER_get_features. */
59 #include <xen/interface/features.h>
/linux-master/net/sctp/
H A Doffload.c40 netdev_features_t features)
54 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {
72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG);
77 if (!(features & NETIF_F_SCTP_CRC)) {
39 sctp_gso_segment(struct sk_buff *skb, netdev_features_t features) argument
/linux-master/drivers/vdpa/pds/
H A Dcmds.h17 int pds_vdpa_cmd_set_features(struct pds_vdpa_device *pdsv, u64 features);
/linux-master/arch/sparc/kernel/
H A Dtime_32.c126 ce->features = CLOCK_EVT_FEAT_PERIODIC;
214 unsigned int features = CLOCK_EVT_FEAT_PERIODIC; local
216 if (sparc_config.features & FEAT_L14_ONESHOT)
217 features |= CLOCK_EVT_FEAT_ONESHOT;
221 ce->features = features;
330 if (sparc_config.features & FEAT_L10_CLOCKEVENT)
332 if (sparc_config.features & FEAT_L10_CLOCKSOURCE)
347 sparc_config.features = 0;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c382 req->features = BIT_ULL(NPC_DMAC);
548 req->features |= BIT_ULL(NPC_SIP_IPV4);
555 req->features |= BIT_ULL(NPC_DIP_IPV4);
560 req->features |= BIT_ULL(NPC_TOS);
565 req->features |= BIT_ULL(NPC_IPPROTO_ICMP);
568 req->features |= BIT_ULL(NPC_IPPROTO_TCP);
571 req->features |= BIT_ULL(NPC_IPPROTO_UDP);
574 req->features |= BIT_ULL(NPC_IPPROTO_SCTP);
577 req->features |= BIT_ULL(NPC_IPPROTO_AH);
580 req->features |
[all...]
/linux-master/drivers/vhost/
H A Dtest.c241 static int vhost_test_set_features(struct vhost_test *n, u64 features) argument
246 if ((features & (1 << VHOST_F_LOG_ALL)) &&
253 vq->acked_features = features;
319 u64 features; local
331 features = VHOST_FEATURES;
332 if (copy_to_user(featurep, &features, sizeof features))
336 if (copy_from_user(&features, featurep, sizeof features))
338 if (features
[all...]
/linux-master/drivers/thermal/ti-soc-thermal/
H A Domap3-thermal-data.c69 .features = TI_BANDGAP_FEATURE_CLK_CTRL | TI_BANDGAP_FEATURE_UNRELIABLE,
137 .features = TI_BANDGAP_FEATURE_CLK_CTRL | TI_BANDGAP_FEATURE_UNRELIABLE,
/linux-master/include/linux/
H A Dpci-ats.h38 int pci_enable_pasid(struct pci_dev *pdev, int features);
43 static inline int pci_enable_pasid(struct pci_dev *pdev, int features) argument
/linux-master/drivers/clk/baikal-t1/
H A Dccu-div.h67 * @features: CCU Divider private features.
82 unsigned long features; member in struct:ccu_div_init_data
95 * @features: CCU Divider private features.
108 unsigned long features; member in struct:ccu_div
H A Dclk-ccu-pll.c42 .features = _features, \
53 unsigned long features; member in struct:ccu_pll_info
157 if (!!(info->features & CCU_PLL_BASIC) ^ defer) {
171 init.features = info->features;
186 if (!!(pll_info[idx].features & CCU_PLL_BASIC) ^ defer)
201 if (!!(pll_info[idx].features & CCU_PLL_BASIC) ^ defer)
/linux-master/drivers/md/
H A Ddm-path-selector.h42 #define dm_ps_use_hr_timer(type) ((type)->features & DM_PS_USE_HR_TIMER)
49 unsigned int features; member in struct:path_selector_type
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_merge3d.c37 unsigned long features)
57 _setup_merge_3d_ops(c, c->caps->features);
36 _setup_merge_3d_ops(struct dpu_hw_merge_3d *c, unsigned long features) argument
H A Ddpu_hw_wb.c88 !(ctx->caps->features & BIT(DPU_WB_PIPE_ALPHA)))
147 test_bit(DPU_WB_QOS_8LVL, &ctx->caps->features),
195 unsigned long features, const struct dpu_mdss_version *mdss_rev)
200 if (test_bit(DPU_WB_XY_ROI_OFFSET, &features))
203 if (test_bit(DPU_WB_QOS, &features))
206 if (test_bit(DPU_WB_CDP, &features))
209 if (test_bit(DPU_WB_INPUT_CTRL, &features))
236 _setup_wb_ops(&c->ops, c->caps->features, mdss_rev);
194 _setup_wb_ops(struct dpu_hw_wb_ops *ops, unsigned long features, const struct dpu_mdss_version *mdss_rev) argument
H A Ddpu_hw_sspp.c176 if (!test_bit(DPU_SSPP_SCALER_QSEED2, &ctx->cap->features) ||
177 !test_bit(DPU_SSPP_CSC, &ctx->cap->features))
313 if (test_bit(DPU_SSPP_CSC, &ctx->cap->features))
316 else if (test_bit(DPU_SSPP_CSC_10BIT, &ctx->cap->features))
509 if (test_bit(DPU_SSPP_CSC_10BIT, &ctx->cap->features)) {
544 test_bit(DPU_SSPP_QOS_8LVL, &ctx->cap->features),
588 unsigned long features, const struct dpu_mdss_version *mdss_rev)
596 if (test_bit(DPU_SSPP_QOS, &features)) {
601 if (test_bit(DPU_SSPP_CSC, &features) ||
602 test_bit(DPU_SSPP_CSC_10BIT, &features))
587 _setup_layer_ops(struct dpu_hw_sspp *c, unsigned long features, const struct dpu_mdss_version *mdss_rev) argument
[all...]
/linux-master/arch/arm64/hyperv/
H A Dmshyperv.c51 /* Get the features and hints from Hyper-V */
53 ms_hyperv.features = result.as32.a;
61 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c27 .features = 0xa0e9e004,
58 .features = 0xe02c7eca,
90 .features = 0xe0287cad,
122 .features = 0xe0287c8d,
153 .features = 0xe0287c8d,
185 .features = 0xe0287cad,
217 .features = 0xe0287cac,
249 .features = 0xe0287cac,
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dphy.c148 if (phy->features &
228 if (phy->features &
538 /* Determine PHY features if needed */
539 phy->features = def->features;
540 if (!phy->features) {
543 phy->features |= SUPPORTED_Autoneg;
545 phy->features |= SUPPORTED_10baseT_Half;
547 phy->features |= SUPPORTED_10baseT_Full;
549 phy->features |
[all...]
/linux-master/drivers/input/tablet/
H A Dhanwang.c53 const struct hanwang_features *features; member in struct:hanwang
109 enum hanwang_tablet_type type = hanwang->features->type;
197 hanwang->features->pid);
304 hanwang->features = &features_array[i];
337 hanwang->data = usb_alloc_coherent(dev, hanwang->features->pkg_len,
356 strscpy(hanwang->name, hanwang->features->name, sizeof(hanwang->name));
380 0, hanwang->features->max_x, 4, 0);
382 0, hanwang->features->max_y, 4, 0);
384 0, hanwang->features->max_tilt_x, 0, 0);
386 0, hanwang->features
[all...]
/linux-master/kernel/time/
H A Dtick-broadcast.c89 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) ||
90 (newdev->features & CLOCK_EVT_FEAT_PERCPU) ||
91 (newdev->features & CLOCK_EVT_FEAT_C3STOP))
95 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT))
124 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) ||
125 (newdev->features & CLOCK_EVT_FEAT_C3STOP))
128 if (!(newdev->features & CLOCK_EVT_FEAT_PERCPU) ||
129 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT))
183 if (!(dev->features & CLOCK_EVT_FEAT_ONESHOT))
275 if (!(dev->features
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c788 if ((ahc->features & AHC_ULTRA2) != 0)
804 if ((ahc->features & AHC_DT) != 0) {
821 if ((ahc->features & AHC_ULTRA2) != 0) {
859 if ((ahc->features & AHC_ULTRA) != 0) {
865 ahc->features &= ~AHC_ULTRA;
877 if ((ahc->features & AHC_ULTRA2) != 0) {
935 if ((ahc->features & AHC_DT) != 0) {
946 if ((ahc->features & AHC_MULTI_FUNC) != 0)
949 if ((ahc->features & AHC_ULTRA2) != 0)
981 if ((ahc->features
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c106 if (!(np->features & FE_LED0)) {
150 if (!(np->features & FE_LED0)) {
190 if (!(np->features & FE_C10)) {
335 if (chip->features & FE_LDSTR)
338 else if (!(chip->features & (FE_PFEN|FE_NOPM|FE_DAC)))
419 !(np->features & FE_PFEN)) {
427 if (!(np->features & FE_WIDE))
435 if (!(np->features & FE_WIDE))
445 if (!(np->features & FE_WIDE))
454 if (!(np->features
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_device_info.c115 .flag_offset = offsetof(struct pvr_device, features.has_##feature), \
121 .flag_offset = offsetof(struct pvr_device, features.has_##feature), \
122 .value_offset = offsetof(struct pvr_device, features.feature) \
206 * pvr_device_info_set_features() - Set device features from device information in firmware
208 * @features: Pointer to features mask in device information.
209 * @features_size: Size of features mask, in u64s.
216 int pvr_device_info_set_features(struct pvr_device *pvr_dev, const u64 *features, u32 features_size, argument
222 const u64 *feature_params = features + features_size;
229 drm_warn(from_pvr_device(pvr_dev), "Unsupported features i
[all...]

Completed in 272 milliseconds

1234567891011>>