Searched refs:props (Results 276 - 300 of 392) sorted by relevance

<<111213141516

/linux-master/drivers/video/backlight/
H A Dlcd.c158 return sprintf(buf, "%d\n", ld->props.max_contrast);
/linux-master/drivers/media/dvb-frontends/
H A Ddrxk_hard.c1798 state->m_b_mirror_freq_spect = (state->props.inversion == INVERSION_ON);
2418 switch (state->props.modulation) {
2651 switch (state->props.modulation) {
3740 switch (state->props.transmission_mode) {
3752 switch (state->props.guard_interval) {
3770 switch (state->props.hierarchy) {
3787 switch (state->props.modulation) {
3828 switch (state->props.code_rate_HP) {
3861 switch (state->props.bandwidth_hz) {
3863 state->props
[all...]
H A Dstb0899_drv.c1421 struct dtv_frontend_properties *props = &fe->dtv_property_cache; local
1425 i_params->freq = props->frequency;
1426 i_params->srate = props->symbol_rate;
1427 state->delsys = props->delivery_system;
/linux-master/drivers/gpu/drm/
H A Ddrm_plane.c1684 static const struct drm_prop_enum_list props[] = { local
1702 for (i = 0; i < ARRAY_SIZE(props); i++) {
1705 if (!(BIT(props[i].type) & supported_filters))
1708 ret = drm_property_add_enum(prop, props[i].type,
1709 props[i].name);
/linux-master/net/xfrm/
H A Dxfrm_policy.c297 xfrm_address_t *saddr = &x->props.saddr;
2696 if (xfrm[i]->props.mode != XFRM_MODE_TRANSPORT) {
2700 if (xfrm[i]->props.smark.v || xfrm[i]->props.smark.m)
2704 family = xfrm[i]->props.family;
2733 header_len += xfrm[i]->props.header_len;
2735 nfheader_len += xfrm[i]->props.header_len;
2736 trailer_len += xfrm[i]->props.trailer_len;
2758 header_len -= xdst_prev->u.dst.xfrm->props.header_len;
2759 trailer_len -= xdst_prev->u.dst.xfrm->props
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c1821 info->bl_dev->props.power = power;
1828 struct backlight_properties props; local
1844 memset(&props, 0, sizeof(struct backlight_properties));
1845 props.type = BACKLIGHT_RAW;
1846 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
1848 &props);
1860 bd->props.brightness = bd->props.max_brightness;
1861 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c2136 compat_uptr_t props; member in struct:compat_dtv_properties
2166 tvp = memdup_array_user(compat_ptr(tvps->props),
2198 tvp = memdup_array_user(compat_ptr(tvps->props),
2225 if (copy_to_user((void __user *)compat_ptr(tvps->props), tvp,
2369 dev_dbg(fe->dvb->device, "%s: properties.props = %p\n",
2370 __func__, tvps->props);
2379 tvp = memdup_array_user((void __user *)tvps->props,
2402 if (copy_to_user((void __user *)tvps->props, tvp,
2448 dev_dbg(fe->dvb->device, "%s: properties.props = %p\n",
2449 __func__, tvps->props);
[all...]
/linux-master/drivers/scsi/
H A Dstorvsc_drv.c678 struct vmstorage_channel_properties props; local
685 memset(&props, 0, sizeof(struct vmstorage_channel_properties));
693 (void *)&props,
1324 struct vmstorage_channel_properties props; local
1327 memset(&props, 0, sizeof(struct vmstorage_channel_properties));
1335 (void *)&props,
/linux-master/arch/powerpc/kernel/
H A Dtraps.c120 struct backlight_properties *props; local
122 props = &pmac_backlight->props;
123 props->brightness = props->max_brightness;
124 props->power = FB_BLANK_UNBLANK;
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c480 bl->props.brightness = brightness;
496 ret = mipi_dsi_dcs_set_display_brightness(dsi, bl->props.brightness);
H A Dpanel-magnachip-d53e6ea8966.c342 struct backlight_properties props = { local
352 &props);
H A Dpanel-samsung-s6d7aa0.c219 const struct backlight_properties props = { local
226 &s6d7aa0_bl_ops, &props);
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c317 struct backlight_properties props; local
333 memset(&props, 0, sizeof(struct backlight_properties));
334 props.type = BACKLIGHT_RAW;
335 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
337 &props);
349 bd->props.brightness = bd->props.max_brightness;
350 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/net/tipc/
H A Dlink.c2575 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]) argument
2579 err = nla_parse_nested_deprecated(props, TIPC_NLA_PROP_MAX, prop,
2584 if (props[TIPC_NLA_PROP_PRIO]) {
2587 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
2592 if (props[TIPC_NLA_PROP_TOL]) {
2595 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
2600 if (props[TIPC_NLA_PROP_WIN]) {
2603 max_win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1052 ch->bl->props.power = FB_BLANK_UNBLANK;
1085 ch->bl->props.power = FB_BLANK_POWERDOWN;
2126 int brightness = bdev->props.brightness;
2128 if (bdev->props.power != FB_BLANK_UNBLANK ||
2129 bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
2162 bl->props.max_brightness = ch->cfg->bl_info.max_brightness;
2163 bl->props.brightness = bl->props.max_brightness;
/linux-master/drivers/crypto/nx/
H A Dnx-sha512.c35 nx_ctx->ap = &nx_ctx->props[NX_PROPS_SHA512];
H A Dnx-sha256.c36 nx_ctx->ap = &nx_ctx->props[NX_PROPS_SHA256];
/linux-master/include/media/
H A Ddvb_frontend.h470 struct dtv_frontend_properties *props);
/linux-master/drivers/net/netdevsim/
H A Dipsec.c182 if (xs->props.family == AF_INET6)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine.h326 return READ_ONCE(engine->props.heartbeat_interval_ms);
H A Dintel_engine_types.h634 } props, defaults; member in struct:intel_engine_cs
/linux-master/net/ipv6/
H A Dip6_vti.c421 if (!x || x->props.mode != XFRM_MODE_TUNNEL ||
422 x->props.family != AF_INET6)
426 return xfrm_addr_equal(saddr, &x->props.saddr, AF_INET6);
496 if (!ip6_tnl_xmit_ctl(t, (const struct in6_addr *)&x->props.saddr,
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_panel.c51 backlight->props.power = mode == DRM_MODE_DPMS_ON ?
/linux-master/include/uapi/linux/dvb/
H A Dfrontend.h919 * @props: a pointer to &struct dtv_property.
923 struct dtv_property *props; member in struct:dtv_properties
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c137 polarity, bd->props.power);
149 return bd->props.brightness;
155 par->info->bl_dev->props.power = FB_BLANK_POWERDOWN;
804 fb_info->bl_dev->props.power = FB_BLANK_UNBLANK;

Completed in 794 milliseconds

<<111213141516