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
238 if (!edev->mutually_exclusive) in check_mutually_exclusive()241 for (i = 0; edev->mutually_exclusive[i]; i++) { in check_mutually_exclusive()243 u32 correspondants = new_state & edev->mutually_exclusive[i]; in check_mutually_exclusive()1174 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()1179 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()1199 for (index = 0; edev->mutually_exclusive[index]; index++) { in extcon_dev_register()1200 sprintf(buf, "0x%x", edev->mutually_exclusive[index]); in extcon_dev_register()1241 if (edev->mutually_exclusive) in extcon_dev_register()1280 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()1281 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()[all …]
45 const u32 *mutually_exclusive; member