Searched refs:fdev (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | fsldma.c | 1121 struct fsldma_device *fdev = data; in fsldma_ctrl_irq() local 1127 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs) in fsldma_ctrl_irq() 1128 : in_le32(fdev->regs); in fsldma_ctrl_irq() 1130 dev_dbg(fdev->dev, "IRQ: gsr 0x%.8x\n", gsr); in fsldma_ctrl_irq() 1133 chan = fdev->chan[i]; in fsldma_ctrl_irq() 1138 dev_dbg(fdev->dev, "IRQ: chan %d\n", chan->id); in fsldma_ctrl_irq() 1150 static void fsldma_free_irqs(struct fsldma_device *fdev) in fsldma_free_irqs() argument 1155 if (fdev->irq != NO_IRQ) { in fsldma_free_irqs() 1156 dev_dbg(fdev->dev, "free per-controller IRQ\n"); in fsldma_free_irqs() 1157 free_irq(fdev->irq, fdev); in fsldma_free_irqs() [all …]
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-match.c | 25 struct fmc_device *fdev = to_fmc_device(dev); in fmc_match() local 32 dev_warn(&fdev->dev, "Driver has no ID: matches all\n"); in fmc_match() 35 if (!fdev->id.manufacturer || !fdev->id.product_name) in fmc_match() 39 strcmp(fid->manufacturer, fdev->id.manufacturer)) in fmc_match() 42 strcmp(fid->product_name, fdev->id.product_name)) in fmc_match()
|
D | fmc-core.c | 43 struct fmc_device *fdev = to_fmc_device(dev); in fmc_probe() local 45 return fdrv->probe(fdev); in fmc_probe() 51 struct fmc_device *fdev = to_fmc_device(dev); in fmc_remove() local 53 return fdrv->remove(fdev); in fmc_remove()
|
/linux-4.4.14/net/bridge/ |
D | br_private.h | 475 struct net_device *dev, struct net_device *fdev, int idx);
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 3265 struct r5dev *fdev[2] = { &sh->dev[s->failed_num[0]], in need_this_block() local 3289 if ((s->failed >= 1 && fdev[0]->toread) || in need_this_block() 3290 (s->failed >= 2 && fdev[1]->toread)) in need_this_block() 3317 if (fdev[i]->towrite && in need_this_block() 3318 !test_bit(R5_UPTODATE, &fdev[i]->flags) && in need_this_block() 3319 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block() 3343 !test_bit(R5_UPTODATE, &fdev[i]->flags) && in need_this_block() 3344 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block()
|