Searched refs:mutually_exclusive (Results 1 – 3 of 3) sorted by relevance
20 mutually_exclusive array.61 mutually_exclusive conditions if they exist.84 What: /sys/class/extcon/.../mutually_exclusive/...89 if the mutually_exclusive array of extcon device is92 # ls mutually_exclusive/98 Note that mutually_exclusive is a sub-directory of the extcon99 device and the file names under the mutually_exclusive
245 if (!edev->mutually_exclusive) in check_mutually_exclusive()248 for (i = 0; edev->mutually_exclusive[i]; i++) { in check_mutually_exclusive()250 u32 correspondants = new_state & edev->mutually_exclusive[i]; in check_mutually_exclusive()1177 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()1181 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()1201 for (index = 0; edev->mutually_exclusive[index]; index++) { in extcon_dev_register()1203 edev->mutually_exclusive[index]); in extcon_dev_register()1241 if (edev->mutually_exclusive) in extcon_dev_register()1285 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()1286 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()[all …]
45 const u32 *mutually_exclusive; member