Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
extcon_cable Struct Reference

#include <extcon.h>

Data Fields

struct extcon_devedev
 
int cable_index
 
struct attribute_group attr_g
 
struct device_attribute attr_name
 
struct device_attribute attr_state
 
struct attributeattrs [3]
 

Detailed Description

struct extcon_cable - An internal data for each cable of extcon device. The extcon device Index of this cable in the edev Attribute group for the cable "name" sysfs entry "state" sysfs entry Array pointing to attr_name and attr_state for attr_g

Definition at line 147 of file extcon.h.

Field Documentation

Definition at line 151 of file extcon.h.

Definition at line 152 of file extcon.h.

Definition at line 153 of file extcon.h.

struct attribute* attrs[3]

Definition at line 155 of file extcon.h.

int cable_index

Definition at line 149 of file extcon.h.

Definition at line 148 of file extcon.h.


The documentation for this struct was generated from the following file: