Home
last modified time | relevance | path

Searched refs:__CONFIGFS_ATTR_RO (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dconfigfs.h164 #define __CONFIGFS_ATTR_RO(_name, _show) \ macro
/linux-4.1.27/drivers/usb/gadget/function/
Du_ether_configfs.h162 __CONFIGFS_ATTR_RO(ifname, _f_##_opts_ifname_show)
Duvc_configfs.c232 __CONFIGFS_ATTR_RO(aname, uvcg_default_processing_##cname##_show)
275 __CONFIGFS_ATTR_RO(bmControls,
356 __CONFIGFS_ATTR_RO(aname, uvcg_default_camera_##cname##_show)
405 __CONFIGFS_ATTR_RO(bmControls, uvcg_default_camera_bm_controls_show);
488 __CONFIGFS_ATTR_RO(aname, uvcg_default_output_##cname##_show)
926 __CONFIGFS_ATTR_RO(aname, uvcg_streaming_header_##cname##_show)
1429 __CONFIGFS_ATTR_RO(aname, uvcg_uncompressed_##cname##_show)
1644 __CONFIGFS_ATTR_RO(aname, uvcg_mjpeg_##cname##_show)
1847 __CONFIGFS_ATTR_RO(aname, uvcg_default_color_matching_##cname##_show)
Df_serial.c304 __CONFIGFS_ATTR_RO(port_num, f_serial_port_num_show);
Df_obex.c451 __CONFIGFS_ATTR_RO(port_num, f_obex_port_num_show);
Df_phonet.c625 __CONFIGFS_ATTR_RO(ifname, f_phonet_ifname_show);
Df_acm.c813 __CONFIGFS_ATTR_RO(port_num, f_acm_port_num_show);
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c64 struct childless_attribute childless_attr_##_name = __CONFIGFS_ATTR_RO(_name, _show);