Home
last modified time | relevance | path

Searched refs:show_caps (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwmon/occ/
H A Dcommon.c737 ssize_t (*show_caps)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local
783 show_caps = occ_show_caps_3; in occ_setup_sensor_attrs()
943 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
948 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
953 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
959 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
964 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
969 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs()
975 attr->sensor = OCC_INIT_ATTR(attr->name, 0644, show_caps, in occ_setup_sensor_attrs()
983 show_caps, NULL, 7, 0); in occ_setup_sensor_attrs()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c226 static ssize_t show_caps in show_caps() function
234 static DEVICE_ATTR(bmCapabilities, S_IRUGO, show_caps, NULL);