Searched refs:mutually_exclusive (Results 1 – 4 of 4) 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
89 if (!edev->mutually_exclusive) in check_mutually_exclusive()92 for (i = 0; edev->mutually_exclusive[i]; i++) { in check_mutually_exclusive()94 u32 correspondants = new_state & edev->mutually_exclusive[i]; in check_mutually_exclusive()784 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()789 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()807 for (index = 0; edev->mutually_exclusive[index]; index++) { in extcon_dev_register()808 sprintf(buf, "0x%x", edev->mutually_exclusive[index]); in extcon_dev_register()848 if (edev->mutually_exclusive) in extcon_dev_register()882 if (edev->max_supported && edev->mutually_exclusive) { in extcon_dev_register()883 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register()[all …]
38 static const int mutually_exclusive[] = {0x3, 0x0}; variable197 palmas_usb->edev->mutually_exclusive = mutually_exclusive; in palmas_usb_probe()
117 const u32 *mutually_exclusive; member