Home
last modified time | relevance | path

Searched refs:props (Results 1 – 14 of 14) sorted by relevance

/include/sound/
A Dsimple_card_utils.h84 #define simple_props_to_dlc_cpu(props, i) ((props)->cpus + i) argument
85 #define simple_props_to_dlc_codec(props, i) ((props)->codecs + i) argument
86 #define simple_props_to_dlc_platform(props, i) ((props)->platforms + i) argument
88 #define simple_props_to_dai_cpu(props, i) ((props)->cpu_dai + i) argument
89 #define simple_props_to_dai_codec(props, i) ((props)->codec_dai + i) argument
90 #define simple_props_to_codec_conf(props, i) ((props)->codec_conf + i) argument
101 ((i) < (props)->num.cpus) && \
117 (props)->codec_conf && \
281 if (props->adata.convert_rate) in simple_util_debug_info()
283 if (props->adata.convert_channels) in simple_util_debug_info()
[all …]
/include/linux/
A Dleds-expresswire.h31 void expresswire_power_off(struct expresswire_common_props *props);
32 void expresswire_enable(struct expresswire_common_props *props);
33 void expresswire_start(struct expresswire_common_props *props);
34 void expresswire_end(struct expresswire_common_props *props);
35 void expresswire_set_bit(struct expresswire_common_props *props, bool bit);
36 void expresswire_write_u8(struct expresswire_common_props *props, u8 val);
A Dbacklight.h250 struct backlight_properties props; member
321 bd->props.power = BACKLIGHT_POWER_ON; in backlight_enable()
322 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable()
336 bd->props.power = BACKLIGHT_POWER_OFF; in backlight_disable()
337 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()
355 return bd->props.power != BACKLIGHT_POWER_ON || in backlight_is_blank()
356 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank()
375 return bd->props.brightness; in backlight_get_brightness()
381 const struct backlight_properties *props);
386 const struct backlight_properties *props);
A Dlcd.h72 struct lcd_properties props; member
/include/linux/platform_data/
A Dmmc-pxamci.h23 const struct property_entry *props);
/include/linux/iio/afe/
A Drescale.h17 int (*props)(struct device *dev, struct rescale *rescale); member
/include/drm/
A Ddrm_property.h255 const struct drm_prop_enum_list *props,
259 const struct drm_prop_enum_list *props,
/include/media/
A Dv4l2-fwnode.h390 struct v4l2_fwnode_device_properties *props);
A Ddvb_frontend.h470 struct dtv_frontend_properties *props);
/include/linux/mtd/
A Dnand-qpic-common.h202 #define dev_cmd_reg_addr(nandc, reg) ((nandc)->props->dev_cmd_reg_start + (reg))
409 const struct qcom_nandc_props *props; member
/include/rdma/
A Drdma_vt.h120 struct ib_device_attr props; member
313 struct ib_port_attr *props);
/include/net/
A Dxfrm.h232 } props; member
539 if ((ipproto == IPPROTO_IPIP && x->props.family == AF_INET) || in xfrm_ip2inner_mode()
540 (ipproto == IPPROTO_IPV6 && x->props.family == AF_INET6)) in xfrm_ip2inner_mode()
1199 tmpl->saddr.a4 != x->props.saddr.a4); in __xfrm4_state_addr_cmp()
1206 !ipv6_addr_equal((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr)); in __xfrm6_state_addr_cmp()
1483 (saddr->a4 == x->props.saddr.a4 || !saddr->a4 || !x->props.saddr.a4)) in __xfrm4_state_addr_check()
1493 (ipv6_addr_equal((struct in6_addr *)saddr, (struct in6_addr *)&x->props.saddr) || in __xfrm6_state_addr_check()
1495 ipv6_addr_any((struct in6_addr *)&x->props.saddr))) in __xfrm6_state_addr_check()
2205 struct xfrm_mark *m = &x->props.smark; in xfrm_smark_get()
/include/uapi/linux/dvb/
A Dfrontend.h923 struct dtv_property *props; member
/include/linux/greybus/
A Dgreybus_protocols.h579 struct gb_power_supply_props_desc props[]; member

Completed in 215 milliseconds