/drivers/scsi/ |
D | tmscsim.h | 271 #define SET_RES_TARGET(who, tgt) do { who &= ~RES_TARGET; who |= (int)(tgt); } while (0) argument 272 #define SET_RES_TARGET_LNX(who, tgt) do { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } while (… argument 273 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0) argument 274 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0) argument 275 #define SET_RES_DRV(who, drv) do { who &= ~RES_DRV; who |= (int)(drv) << 24; } while (0) argument
|
D | dc395x.c | 173 #define SET_RES_TARGET(who,tgt) { who &= ~RES_TARGET; who |= (int)(tgt); } argument 174 #define SET_RES_TARGET_LNX(who,tgt) { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } argument 175 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } argument 176 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; } argument 177 #define SET_RES_DRV(who,drv) { who &= ~RES_DRV; who |= (int)(drv) << 24; } argument
|
D | Kconfig | 376 driver. Anyone wishing to use HP Smart Array controllers who
|
/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 76 int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) in block_debug_check() argument 87 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 92 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check() 99 who, id, off, *(__u64 *)addr, ne_off); in block_debug_check() 104 who, id, off, *(__u64 *)(addr + LPDS), id); in block_debug_check()
|
/drivers/w1/slaves/ |
D | Kconfig | 88 as the one who is responsible for charging/discharging/monitoring 100 as the one who is responsible for charging/discharging/monitoring 112 as the one who is responsible for charging/discharging/monitoring
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_debug.h | 52 int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id);
|
/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/staging/rtl8192e/ |
D | license | 125 each and every part regardless of who wrote it. 179 who have received copies, or rights, from you under this License will not 207 not permit royalty-free redistribution of the Program by all those who 231 copyright holder who places the Program under this License may add an
|
/drivers/staging/rtl8192u/ |
D | copying | 122 entire whole, and thus to each and every part regardless of who wrote it. 176 However, parties who have received copies, or rights, from you under 206 all those who receive copies directly or indirectly through you, then 231 original copyright holder who places the Program under this License
|
/drivers/net/appletalk/ |
D | Kconfig | 82 This allows IP networking for users who only have AppleTalk
|
/drivers/tty/vt/ |
D | defkeymap.c_shipped | 151 * Philosophy: most people do not define more strings, but they who do
|
/drivers/tty/serial/8250/ |
D | Kconfig | 11 serial ports. The standard answer is Y. People who might say N
|
/drivers/input/mouse/ |
D | Kconfig | 324 Most Dreamcast users, who have a mouse, will say Y here.
|
/drivers/power/ |
D | Kconfig | 101 as the one who is responsible for charging/discharging/monitoring
|
/drivers/staging/speakup/ |
D | spkguide.txt | 54 who compiled and installed your kernel. Or better yet, go to the web 1134 Anyone who needs to use Speakup from your console can load his own custom 1523 parties who have received copies, or rights, from you under this
|
/drivers/usb/host/ |
D | Kconfig | 800 This option is of interest only to developers who need to validate
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 9858 static void BTDM_SetAntenna(struct rtw_adapter *padapter, u8 who) in BTDM_SetAntenna() argument
|