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

#include <extcon.h>

Data Fields

struct notifier_block internal_nb
 
struct notifier_blockuser_nb
 
int cable_index
 
struct extcon_devedev
 
unsigned long previous_value
 

Detailed Description

struct extcon_specific_cable_nb - An internal data for extcon_register_interest(). a notifier block bridging extcon notifier and cable notifier. user provided notifier block for events from a specific cable. the target cable. the target extcon device. the saved previous event value.

Definition at line 167 of file extcon.h.

Field Documentation

int cable_index

Definition at line 170 of file extcon.h.

Definition at line 171 of file extcon.h.

struct notifier_block internal_nb

Definition at line 168 of file extcon.h.

unsigned long previous_value

Definition at line 172 of file extcon.h.

Definition at line 169 of file extcon.h.


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