Searched refs:props (Results 1 – 14 of 14) sorted by relevance
/include/sound/ |
A 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 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 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);
|
A D | backlight.h | 250 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 D | lcd.h | 72 struct lcd_properties props; member
|
/include/linux/platform_data/ |
A D | mmc-pxamci.h | 23 const struct property_entry *props);
|
/include/linux/iio/afe/ |
A D | rescale.h | 17 int (*props)(struct device *dev, struct rescale *rescale); member
|
/include/drm/ |
A D | drm_property.h | 255 const struct drm_prop_enum_list *props, 259 const struct drm_prop_enum_list *props,
|
/include/media/ |
A D | v4l2-fwnode.h | 390 struct v4l2_fwnode_device_properties *props);
|
A D | dvb_frontend.h | 470 struct dtv_frontend_properties *props);
|
/include/linux/mtd/ |
A D | nand-qpic-common.h | 202 #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 D | rdma_vt.h | 120 struct ib_device_attr props; member 313 struct ib_port_attr *props);
|
/include/net/ |
A D | xfrm.h | 232 } 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 D | frontend.h | 923 struct dtv_property *props; member
|
/include/linux/greybus/ |
A D | greybus_protocols.h | 579 struct gb_power_supply_props_desc props[]; member
|
Completed in 215 milliseconds