Lines Matching defs:data
26 ssize_t (*show) (void *data, int type, char *buf);
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
60 boot_kobj->release(boot_kobj->data);
114 return boot_kobj->is_visible(boot_kobj->data,
117 return boot_kobj->is_visible(boot_kobj->data,
120 return boot_kobj->is_visible(boot_kobj->data,
123 return boot_kobj->is_visible(boot_kobj->data,
126 return boot_kobj->is_visible(boot_kobj->data,
129 return boot_kobj->is_visible(boot_kobj->data,
132 return boot_kobj->is_visible(boot_kobj->data,
135 return boot_kobj->is_visible(boot_kobj->data,
138 return boot_kobj->is_visible(boot_kobj->data,
141 return boot_kobj->is_visible(boot_kobj->data,
144 return boot_kobj->is_visible(boot_kobj->data,
147 return boot_kobj->is_visible(boot_kobj->data,
197 return boot_kobj->is_visible(boot_kobj->data,
200 return boot_kobj->is_visible(boot_kobj->data,
203 return boot_kobj->is_visible(boot_kobj->data,
206 return boot_kobj->is_visible(boot_kobj->data,
209 return boot_kobj->is_visible(boot_kobj->data,
212 return boot_kobj->is_visible(boot_kobj->data,
215 return boot_kobj->is_visible(boot_kobj->data,
218 return boot_kobj->is_visible(boot_kobj->data,
221 return boot_kobj->is_visible(boot_kobj->data,
224 return boot_kobj->is_visible(boot_kobj->data,
227 return boot_kobj->is_visible(boot_kobj->data,
230 return boot_kobj->is_visible(boot_kobj->data,
233 return boot_kobj->is_visible(boot_kobj->data,
272 return boot_kobj->is_visible(boot_kobj->data,
275 return boot_kobj->is_visible(boot_kobj->data,
278 return boot_kobj->is_visible(boot_kobj->data,
281 return boot_kobj->is_visible(boot_kobj->data,
284 return boot_kobj->is_visible(boot_kobj->data,
287 return boot_kobj->is_visible(boot_kobj->data,
290 return boot_kobj->is_visible(boot_kobj->data,
321 return boot_kobj->is_visible(boot_kobj->data,
324 return boot_kobj->is_visible(boot_kobj->data,
327 return boot_kobj->is_visible(boot_kobj->data,
340 const char *name, int index, void *data,
341 ssize_t (*show) (void *data, int type, char *buf),
342 umode_t (*is_visible) (void *data, int type),
343 void (*release) (void *data))
358 boot_kobj->data = data;
393 * @data: driver specific data for target
398 * Note: The boot sysfs lib will free the data passed in for the caller
403 void *data,
404 ssize_t (*show) (void *data, int type, char *buf),
405 umode_t (*is_visible) (void *data, int type),
406 void (*release) (void *data))
409 "target%d", index, data, show, is_visible,
418 * @data: driver specific data
423 * Note: The boot sysfs lib will free the data passed in for the caller
428 void *data,
429 ssize_t (*show) (void *data, int type, char *buf),
430 umode_t (*is_visible) (void *data, int type),
431 void (*release) (void *data))
435 "initiator", index, data, show,
444 * @data: driver specific data
449 * Note: The boot sysfs lib will free the data passed in for the caller
454 void *data,
455 ssize_t (*show) (void *data, int type, char *buf),
456 umode_t (*is_visible) (void *data, int type),
457 void (*release) (void *data))
461 "ethernet%d", index, data, show,
470 * @data: driver specific data
475 * Note: The boot sysfs lib will free the data passed in for the caller
480 void *data,
481 ssize_t (*show)(void *data, int type, char *buf),
482 umode_t (*is_visible)(void *data, int type),
483 void (*release)(void *data))
487 "acpi_header", index, data, show,