Lines Matching refs:size
100 size_t size, int direction)
102 dma_addr_t addr = dma_map_single(&pdev->dev, ptr, size, direction);
103 if (addr + size > 0x100000000LL)
342 const size_t size = sizeof(sync_serial_settings);
352 if (ifr->ifr_settings.size < size) {
353 ifr->ifr_settings.size = size; /* data size wanted */
361 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &line, size))
372 size))
674 /* get on-board memory size (PUTS detects no more than 4 MB) */
681 /* sanity check the board's reported memory size */