Searched defs:mmapped (Results 1 - 2 of 2) sorted by last modified time

/drivers/i2c/busses/
H A Di2c-elektor.c21 /* Partially rewriten by Oleg I. Vdovikin for mmapped support of
50 static int mmapped; variable
143 if (!mmapped) {
235 mmapped = 1;
250 /* sanity checks for mmapped I/O */
251 if (mmapped && base < 0xc8000) {
253 "for mmapped I/O\n", base);
282 if (!mmapped) {
301 if (!mmapped) {
340 module_param(mmapped, in
[all...]
/drivers/media/usb/cpia2/
H A Dcpia2.h384 u8 mmapped; member in struct:camera_data

Completed in 1272 milliseconds