Searched refs:mutually_exclusive (Results 1 – 3 of 3) sorted by relevance
20 mutually_exclusive array.58 mutually_exclusive conditions if they exist.81 What: /sys/class/extcon/.../mutually_exclusive/...86 if the mutually_exclusive array of extcon device is88 # ls mutually_exclusive/94 Note that mutually_exclusive is a sub-directory of the extcon95 device and the file names under the mutually_exclusive
101 if (!edev->mutually_exclusive) in check_mutually_exclusive()104 for (i = 0; edev->mutually_exclusive[i]; i++) { in check_mutually_exclusive()106 u32 correspondants = new_state & edev->mutually_exclusive[i]; in check_mutually_exclusive()848 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()853 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()871 for (index = 0; edev->mutually_exclusive[index]; index++) { in extcon_dev_register()872 sprintf(buf, "0x%x", edev->mutually_exclusive[index]); in extcon_dev_register()912 if (edev->mutually_exclusive) in extcon_dev_register()954 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()955 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()[all …]
109 const u32 *mutually_exclusive; member