Searched refs:__CONFIGFS_ATTR_RO (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | configfs.h | 164 #define __CONFIGFS_ATTR_RO(_name, _show) \ macro
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_ether_configfs.h | 162 __CONFIGFS_ATTR_RO(ifname, _f_##_opts_ifname_show)
|
D | uvc_configfs.c | 232 __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)
|
D | f_serial.c | 304 __CONFIGFS_ATTR_RO(port_num, f_serial_port_num_show);
|
D | f_obex.c | 451 __CONFIGFS_ATTR_RO(port_num, f_obex_port_num_show);
|
D | f_phonet.c | 625 __CONFIGFS_ATTR_RO(ifname, f_phonet_ifname_show);
|
D | f_acm.c | 813 __CONFIGFS_ATTR_RO(port_num, f_acm_port_num_show);
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs_example_macros.c | 64 struct childless_attribute childless_attr_##_name = __CONFIGFS_ATTR_RO(_name, _show);
|