Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/x86/mm/
Dpat.c142 static unsigned long pat_x_mtrr_type(u64 start, u64 end, unsigned long req_type) in pat_x_mtrr_type() argument
148 if (req_type == _PAGE_CACHE_WB) { in pat_x_mtrr_type()
158 return req_type; in pat_x_mtrr_type()
194 static int reserve_ram_pages_type(u64 start, u64 end, unsigned long req_type, in reserve_ram_pages_type() argument
200 if (req_type == _PAGE_CACHE_UC) { in reserve_ram_pages_type()
203 req_type = _PAGE_CACHE_UC_MINUS; in reserve_ram_pages_type()
214 start, end, type, req_type); in reserve_ram_pages_type()
223 *new_type = req_type; in reserve_ram_pages_type()
227 set_page_memtype(page, req_type); in reserve_ram_pages_type()
256 int reserve_memtype(u64 start, u64 end, unsigned long req_type, in reserve_memtype() argument
[all …]
/linux-2.6.39/drivers/media/video/gspca/
Dstv0680.c55 u8 req_type = 0; in stv_sndctrl() local
60 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl()
64 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl()
68 req_type = USB_DIR_IN | USB_RECIP_DEVICE; in stv_sndctrl()
72 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE; in stv_sndctrl()
78 req, req_type, in stv_sndctrl()
/linux-2.6.39/drivers/staging/tm6000/
Dtm6000-core.c35 int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req, in tm6000_read_write_usb() argument
46 if (req_type & USB_DIR_IN) in tm6000_read_write_usb()
57 (req_type & USB_DIR_IN) ? " IN" : "OUT", in tm6000_read_write_usb()
58 req_type, req, value&0xff, value>>8, index&0xff, in tm6000_read_write_usb()
61 if (!(req_type & USB_DIR_IN)) { in tm6000_read_write_usb()
69 ret = usb_control_msg(dev->udev, pipe, req, req_type, value, index, in tm6000_read_write_usb()
72 if (req_type & USB_DIR_IN) in tm6000_read_write_usb()
77 if (req_type & USB_DIR_IN) in tm6000_read_write_usb()
81 } else if (req_type & USB_DIR_IN) { in tm6000_read_write_usb()
/linux-2.6.39/arch/x86/include/asm/
Dpat.h16 unsigned long req_type, unsigned long *ret_type);
/linux-2.6.39/drivers/scsi/
Dstex.c288 u32 req_type; member
848 ccb->req_type = 0; in stex_mu_intr()
953 ccb->req_type = 0; in stex_ss_mu_intr()
1757 hba->ccb[tag].req_type = PASSTHRU_REQ_TYPE; in stex_hba_stop()
1763 while (hba->ccb[tag].req_type & PASSTHRU_REQ_TYPE) { in stex_hba_stop()
1765 hba->ccb[tag].req_type = 0; in stex_hba_stop()
Dhptiop.c180 u32 req_type = (tag >> 5) & 0x7; in hptiop_request_callback_mv() local
187 switch (req_type) { in hptiop_request_callback_mv()
/linux-2.6.39/Documentation/networking/
Difenslave.c208 int req_type; member
874 res = ioctl(skfd, ifra[i].req_type, ifra[i].req_ifr); in get_if_settings()
/linux-2.6.39/drivers/net/wireless/b43/
Dmain.c2034 if ((fw->type == ctx->req_type) && in b43_do_request_fw()
2045 switch (ctx->req_type) { in b43_do_request_fw()
2062 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw()
2063 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw()
2067 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw()
2068 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw()
2093 fw->type = ctx->req_type; in b43_do_request_fw()
2098 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw()
2099 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw()
2284 ctx->req_type = B43_FWTYPE_PROPRIETARY; in b43_request_firmware()
[all …]
Db43.h646 enum b43_firmware_file_type req_type; member
/linux-2.6.39/drivers/staging/westbridge/astoria/include/linux/westbridge/
Dcyasdevice.h469 uint16_t req_type,
/linux-2.6.39/drivers/staging/westbridge/astoria/api/src/
Dcyasmisc.c3289 uint16_t req_type, in cy_as_misc_send_request() argument
3304 req_p->flags |= req_type; in cy_as_misc_send_request()