Searched refs:who (Results 1 – 13 of 13) sorted by relevance
/drivers/scsi/ |
D | tmscsim.h | 270 #define SET_RES_TARGET(who, tgt) do { who &= ~RES_TARGET; who |= (int)(tgt); } while (0) argument 271 #define SET_RES_TARGET_LNX(who, tgt) do { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } while (… argument 272 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0) argument 273 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0) argument 274 #define SET_RES_DRV(who, drv) do { who &= ~RES_DRV; who |= (int)(drv) << 24; } while (0) argument
|
D | dc395x.c | 172 #define SET_RES_TARGET(who,tgt) { who &= ~RES_TARGET; who |= (int)(tgt); } argument 173 #define SET_RES_TARGET_LNX(who,tgt) { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } argument 174 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } argument 175 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; } argument 176 #define SET_RES_DRV(who,drv) { who &= ~RES_DRV; who |= (int)(drv) << 24; } argument
|
D | Kconfig | 845 must say Y here. This is also necessary for MCA-Linux users who want
|
/drivers/w1/slaves/ |
D | Kconfig | 48 as the one who is responsible for charging/discharging/monitoring
|
/drivers/lguest/ |
D | README | 9 equivalent) to anyone I meet who has completed this documentation.
|
/drivers/staging/ |
D | Kconfig | 20 see what needs to be worked on, and who to contact.
|
/drivers/net/appletalk/ |
D | Kconfig | 82 This allows IP networking for users who only have AppleTalk
|
/drivers/hid/ |
D | Kconfig | 44 This feature is useful for those who are either debugging the HID parser
|
/drivers/char/ |
D | defkeymap.c_shipped | 151 * Philosophy: most people do not define more strings, but they who do
|
D | ChangeLog | 722 from slowing down systems who have terminals that
|
/drivers/usb/serial/ |
D | ChangeLog.history | 295 converter they want to use. This allows people who only want the Visor 447 those people who like to know the speed of their device.
|
/drivers/media/radio/ |
D | Kconfig | 238 unfortunately I have not found anybody who wants to use this card
|
/drivers/serial/ |
D | Kconfig | 15 serial ports. The standard answer is Y. People who might say N
|