Searched refs:extcon_update_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | extcon.h | 215 extern int extcon_update_state(struct extcon_dev *edev, u32 mask, u32 state); 304 static inline int extcon_update_state(struct extcon_dev *edev, u32 mask, in extcon_update_state() function
|
/linux-4.1.27/drivers/extcon/ |
D | extcon.c | 206 int extcon_update_state(struct extcon_dev *edev, u32 mask, u32 state) in extcon_update_state() function 270 EXPORT_SYMBOL_GPL(extcon_update_state); 282 return extcon_update_state(edev, 0xffffffff, state); in extcon_set_state() 357 return extcon_update_state(edev, 1 << index, state); in extcon_set_cable_state_()
|
D | extcon-arizona.c | 1071 ret = extcon_update_state(info->edev, 0xffffffff, 0); in arizona_jackdet()
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 62 4. Use extcon_update_state() if you are updating specific bits of 76 4. extcon_update_state(edev, 0x01, 0) sets the least bit's 0.
|