Linux Kernel
3.7.1
|
#include <extcon.h>
Data Fields | |
const char * | name |
const char ** | supported_cable |
const u32 * | mutually_exclusive |
ssize_t(* | print_name )(struct extcon_dev *edev, char *buf) |
ssize_t(* | print_state )(struct extcon_dev *edev, char *buf) |
struct device * | dev |
u32 | state |
struct raw_notifier_head | nh |
struct list_head | entry |
spinlock_t | lock |
int | max_supported |
struct device_type | extcon_dev_type |
struct extcon_cable * | cables |
struct attribute_group | attr_g_muex |
struct attribute ** | attrs_muex |
struct device_attribute * | d_attrs_muex |
struct attribute_group attr_g_muex |
struct extcon_cable* cables |
struct device_attribute* d_attrs_muex |
struct device_type extcon_dev_type |
spinlock_t lock |