Home
last modified time | relevance | path

Searched refs:who (Results 1 – 18 of 18) sorted by relevance

/drivers/scsi/
Dtmscsim.h271 #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
Ddc395x.c173 #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
DKconfig376 driver. Anyone wishing to use HP Smart Array controllers who
/drivers/staging/lustre/lustre/obdclass/
Ddebug.c76 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/
DKconfig88 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/
Dlustre_debug.h52 int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id);
/drivers/lguest/
DREADME9 equivalent) to anyone I meet who has completed this documentation.
/drivers/staging/
DKconfig20 see what needs to be worked on, and who to contact.
/drivers/staging/rtl8192e/
Dlicense125 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/
Dcopying122 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/
DKconfig82 This allows IP networking for users who only have AppleTalk
/drivers/tty/vt/
Ddefkeymap.c_shipped151 * Philosophy: most people do not define more strings, but they who do
/drivers/tty/serial/8250/
DKconfig11 serial ports. The standard answer is Y. People who might say N
/drivers/input/mouse/
DKconfig324 Most Dreamcast users, who have a mouse, will say Y here.
/drivers/power/
DKconfig101 as the one who is responsible for charging/discharging/monitoring
/drivers/staging/speakup/
Dspkguide.txt54 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/
DKconfig800 This option is of interest only to developers who need to validate
/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c9858 static void BTDM_SetAntenna(struct rtw_adapter *padapter, u8 who) in BTDM_SetAntenna() argument