Searched refs:nmemb (Results 1 - 4 of 4) sorted by relevance

/drivers/pcmcia/
H A Dm32r_cfc.c105 size_t nmemb, int flag)
112 "size=%u, nmemb=%d, flag=%d\n",
113 sock, port, buf, size, nmemb, flag);
124 while (nmemb--)
130 size_t nmemb, int flag)
137 "buf=%p, size=%u, nmemb=%d, flag=%d\n",
138 sock, port, buf, size, nmemb, flag);
155 while (nmemb--)
161 size_t nmemb, int flag)
168 "buf=%p, size=%u, nmemb
104 pcc_ioread_byte(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) argument
129 pcc_ioread_word(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) argument
160 pcc_iowrite_byte(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) argument
185 pcc_iowrite_word(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) argument
[all...]
H A Dm32r_pcc.c84 void pcc_iorw(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int wr, int flag) argument
162 while (nmemb--) {
167 while (nmemb--) {
182 while (nmemb--) {
196 while (nmemb--) {
233 void pcc_ioread(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) { argument
234 pcc_iorw(sock, port, buf, size, nmemb, 0, flag);
237 void pcc_iowrite(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) { argument
238 pcc_iorw(sock, port, buf, size, nmemb, 1, flag);
/drivers/md/
H A Ddm-table.c132 void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size) argument
140 if (nmemb > (ULONG_MAX / elem_size))
143 size = nmemb * elem_size;
/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c537 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) argument
542 size *= nmemb;

Completed in 619 milliseconds