Searched refs:props (Results 1 – 13 of 13) sorted by relevance
| /include/sound/ |
| D | simple_card_utils.h | 84 #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 92 #define for_each_prop_dlc_cpus(props, i, cpu) \ argument 94 ((i) < (props)->num.cpus) && \ 95 ((cpu) = simple_props_to_dlc_cpu(props, i)); \ 97 #define for_each_prop_dlc_codecs(props, i, codec) \ argument [all …]
|
| /include/linux/ |
| D | leds-expresswire.h | 31 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);
|
| D | backlight.h | 269 struct backlight_properties props; member 353 bd->props.power = BACKLIGHT_POWER_ON; in backlight_enable() 354 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable() 368 bd->props.power = BACKLIGHT_POWER_OFF; in backlight_disable() 369 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable() 387 return bd->props.power != BACKLIGHT_POWER_ON || in backlight_is_blank() 388 bd->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK); in backlight_is_blank() 407 return bd->props.brightness; in backlight_get_brightness() 413 const struct backlight_properties *props); 418 const struct backlight_properties *props);
|
| D | lcd.h | 58 struct lcd_properties props; member
|
| /include/linux/platform_data/ |
| D | mmc-pxamci.h | 23 const struct property_entry *props);
|
| /include/linux/iio/afe/ |
| D | rescale.h | 17 int (*props)(struct device *dev, struct rescale *rescale); member
|
| /include/drm/ |
| D | drm_property.h | 255 const struct drm_prop_enum_list *props, 259 const struct drm_prop_enum_list *props,
|
| /include/media/ |
| D | v4l2-fwnode.h | 390 struct v4l2_fwnode_device_properties *props);
|
| D | dvb_frontend.h | 470 struct dtv_frontend_properties *props);
|
| /include/rdma/ |
| D | rdma_vt.h | 120 struct ib_device_attr props; member 313 struct ib_port_attr *props);
|
| /include/net/ |
| D | xfrm.h | 218 } props; member 476 if ((ipproto == IPPROTO_IPIP && x->props.family == AF_INET) || in xfrm_ip2inner_mode() 477 (ipproto == IPPROTO_IPV6 && x->props.family == AF_INET6)) in xfrm_ip2inner_mode() 1142 tmpl->saddr.a4 != x->props.saddr.a4); in __xfrm4_state_addr_cmp() 1149 !ipv6_addr_equal((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr)); in __xfrm6_state_addr_cmp() 1426 (saddr->a4 == x->props.saddr.a4 || !saddr->a4 || !x->props.saddr.a4)) in __xfrm4_state_addr_check() 1436 (ipv6_addr_equal((struct in6_addr *)saddr, (struct in6_addr *)&x->props.saddr) || in __xfrm6_state_addr_check() 1438 ipv6_addr_any((struct in6_addr *)&x->props.saddr))) in __xfrm6_state_addr_check() 2138 struct xfrm_mark *m = &x->props.smark; in xfrm_smark_get()
|
| /include/uapi/linux/dvb/ |
| D | frontend.h | 923 struct dtv_property *props; member
|
| /include/linux/greybus/ |
| D | greybus_protocols.h | 579 struct gb_power_supply_props_desc props[]; member
|