Searched refs:using_dma (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-devsets.c38 ide_devset_get_flag(using_dma, IDE_DFLAG_USING_DMA);
155 ide_ext_devset_rw_sync(using_dma, using_dma);
H A Dide-proc.c254 IDE_PROC_DEVSET(using_dma, 0, 1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c214 * using_dma - return the DMA status of the driver.
232 static inline bool using_dma(struct s3c_hsotg *hsotg) function
746 if (using_dma(hsotg)) {
772 if (dir_in && !using_dma(hsotg)) {
874 if (using_dma(hs)) {
1300 if (using_dma(hsotg))
1479 if (using_dma(hsotg)) {
1556 WARN_ON(using_dma(hsotg));
1579 if (!using_dma(hsotg))
1798 } else if (using_dma(hsot
[all...]
H A Datmel_usba_udc.h310 unsigned int using_dma:1; member in struct:usba_request
H A Datmel_usba_udc.c106 req->using_dma ? 'D' : 'd',
380 if (req->using_dma) {
726 req->using_dma = 1;
782 req->using_dma = 0;
862 if (req->using_dma) {
1559 if (req->using_dma) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsolos-pci.c127 int using_dma; member in struct:solos_card
664 if (card->using_dma) {
749 if (card->using_dma && card->atmdev[port] &&
1004 if (skb && !card->using_dma) {
1008 } else if (skb && card->using_dma) {
1165 card->using_dma = 1;
1167 card->using_dma = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h884 ide_decl_devset(using_dma); variable

Completed in 121 milliseconds