Searched refs:cid (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c44 int cid; local
46 cid = nvif_mclass(&disp->disp->object, bases);
47 if (cid < 0) {
49 return cid;
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
H A Doimm.c42 int cid; local
44 cid = nvif_mclass(&disp->disp->object, oimms);
45 if (cid < 0) {
47 return cid;
50 return oimms[cid].init(drm, oimms[cid].oclass, wndw);
H A Dwimm.c40 int cid; local
42 cid = nvif_mclass(&disp->disp->object, wimms);
43 if (cid < 0) {
45 return cid;
48 return wimms[cid].init(drm, wimms[cid].oclass, wndw);
H A Dovly.c44 int cid, ret; local
46 cid = nvif_mclass(&disp->disp->object, ovlys);
47 if (cid < 0) {
49 return cid;
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw);
H A Dcurs.c45 int cid; local
47 cid = nvif_mclass(&disp->disp->object, curses);
48 if (cid < 0) {
50 return cid;
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw);
H A Dcore.c64 int cid; local
66 cid = nvif_mclass(&disp->disp->object, cores);
67 if (cid < 0) {
69 return cid;
72 return cores[cid].new(drm, cores[cid].oclass, pcore);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Duser.c49 int cid, ret; local
54 cid = nvif_mclass(&device->object, users);
55 if (cid < 0)
56 return cid;
59 0, users[cid].oclass, NULL, 0,
65 device->user.func = users[cid].func;
H A Ddisp.c59 int cid, ret; local
61 cid = nvif_sclass(&device->object, disps, oclass);
63 if (cid < 0) {
65 return cid;
71 disps[cid].oclass, &args, sizeof(args), &disp->object);
72 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass);
/linux-master/fs/exfat/
H A Dcache.c84 unsigned int fclus, struct exfat_cache_id *cid,
108 cid->id = ei->cache_valid_id;
109 cid->nr_contig = hit->nr_contig;
110 cid->fcluster = hit->fcluster;
111 cid->dcluster = hit->dcluster;
112 *cached_fclus = cid->fcluster + offset;
113 *cached_dclus = cid->dcluster + offset;
220 static inline int cache_contiguous(struct exfat_cache_id *cid, argument
223 cid->nr_contig++;
224 return cid
83 exfat_cache_lookup(struct inode *inode, unsigned int fclus, struct exfat_cache_id *cid, unsigned int *cached_fclus, unsigned int *cached_dclus) argument
227 cache_init(struct exfat_cache_id *cid, unsigned int fclus, unsigned int dclus) argument
244 struct exfat_cache_id cid; local
[all...]
/linux-master/net/sctp/
H A Ddebug.c48 const char *sctp_cname(const union sctp_subtype cid) argument
50 if (cid.chunk <= SCTP_CID_BASE_MAX)
51 return sctp_cid_tbl[cid.chunk];
53 switch (cid.chunk) {
/linux-master/tools/testing/vsock/
H A Dutil.h42 int vsock_stream_connect(unsigned int cid, unsigned int port);
43 int vsock_bind_connect(unsigned int cid, unsigned int port,
45 int vsock_seqpacket_connect(unsigned int cid, unsigned int port);
46 int vsock_stream_accept(unsigned int cid, unsigned int port,
48 int vsock_stream_listen(unsigned int cid, unsigned int port);
49 int vsock_seqpacket_accept(unsigned int cid, unsigned int port,
H A Dutil.c99 /* Bind to <bind_port>, connect to <cid, port> and return the file descriptor. */
100 int vsock_bind_connect(unsigned int cid, unsigned int port, unsigned int bind_port, int type) argument
109 .svm_cid = cid,
141 /* Connect to <cid, port> and return the file descriptor. */
142 static int vsock_connect(unsigned int cid, unsigned int port, int type) argument
151 .svm_cid = cid,
182 int vsock_stream_connect(unsigned int cid, unsigned int port) argument
184 return vsock_connect(cid, port, SOCK_STREAM);
187 int vsock_seqpacket_connect(unsigned int cid, unsigned int port) argument
189 return vsock_connect(cid, por
193 vsock_listen(unsigned int cid, unsigned int port, int type) argument
229 vsock_accept(unsigned int cid, unsigned int port, struct sockaddr_vm *clientaddrp, int type) argument
273 vsock_stream_accept(unsigned int cid, unsigned int port, struct sockaddr_vm *clientaddrp) argument
279 vsock_stream_listen(unsigned int cid, unsigned int port) argument
284 vsock_seqpacket_accept(unsigned int cid, unsigned int port, struct sockaddr_vm *clientaddrp) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c26 u32 cid = BMI_DONE; local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
48 u32 cid = BMI_GET_TARGET_INFO; local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
116 u32 cid = BMI_READ_MEMORY; local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
127 size = ar->bmi.max_data_size + sizeof(cid)
172 u32 cid = BMI_WRITE_MEMORY; local
239 u32 cid = BMI_EXECUTE; local
286 u32 cid = BMI_SET_APP_START; local
322 u32 cid = BMI_READ_SOC_REGISTER; local
365 u32 cid = BMI_WRITE_SOC_REGISTER; local
405 u32 cid = BMI_LZ_DATA; local
456 u32 cid = BMI_LZ_STREAM_START; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.c40 int id = -1, cid; local
43 cid = find_first_zero_bit(chid->used, chid->nr);
44 if (cid < chid->nr) {
45 set_bit(cid, chid->used);
46 chid->data[cid] = data;
47 id = cid;
/linux-master/fs/fat/
H A Dcache.c81 struct fat_cache_id *cid,
105 cid->id = MSDOS_I(inode)->cache_valid_id;
106 cid->nr_contig = hit->nr_contig;
107 cid->fcluster = hit->fcluster;
108 cid->dcluster = hit->dcluster;
109 *cached_fclus = cid->fcluster + offset;
110 *cached_dclus = cid->dcluster + offset;
211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) argument
213 cid->nr_contig++;
214 return ((cid
80 fat_cache_lookup(struct inode *inode, int fclus, struct fat_cache_id *cid, int *cached_fclus, int *cached_dclus) argument
217 cache_init(struct fat_cache_id *cid, int fclus, int dclus) argument
231 struct fat_cache_id cid; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ooo.h73 u32 cid);
96 u32 cid, u8 drop_isle, u8 drop_size);
100 u32 cid,
105 u32 cid,
110 struct qed_ooo_info *p_ooo_info, u32 cid,
129 u32 cid) {}
154 u32 cid, u8 drop_isle, u8 drop_size) {}
158 u32 cid, u8 ooo_isle,
163 u32 cid, u8 ooo_isle,
168 struct qed_ooo_info *p_ooo_info, u32 cid,
127 qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) argument
152 qed_ooo_delete_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 drop_isle, u8 drop_size) argument
156 qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer) argument
161 qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer, u8 buffer_side) argument
167 qed_ooo_join_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 left_isle) argument
[all...]
H A Dqed_ooo.c24 u32 cid)
26 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base;
42 u32 cid, u8 isle)
48 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid);
51 "Connection %d is not found in OOO list\n", cid);
165 struct qed_ooo_info *p_ooo_info, u32 cid)
171 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid);
327 u32 cid, u8 drop_isle, u8 drop_size)
333 p_isle = qed_ooo_seek_isle(p_hwfn, p_ooo_info, cid, drop_isle);
336 "Isle %d is not found(cid
21 qed_ooo_seek_archipelago(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) argument
40 qed_ooo_seek_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 isle) argument
164 qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) argument
325 qed_ooo_delete_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 drop_isle, u8 drop_size) argument
353 qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer) argument
412 qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer, u8 buffer_side) argument
433 qed_ooo_join_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 left_isle) argument
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h42 u32 cid; member in struct:vmci_ctx
126 struct vmci_ctx *vmci_ctx_create(u32 cid, u32 flags,
132 int vmci_ctx_enqueue_datagram(u32 cid, struct vmci_datagram *dg);
135 int vmci_ctx_pending_datagrams(u32 cid, u32 *pending);
136 struct vmci_ctx *vmci_ctx_get(u32 cid);
138 bool vmci_ctx_exists(u32 cid);
157 int vmci_ctx_notify_dbell(u32 cid, struct vmci_handle handle,
171 return context->cid;
/linux-master/drivers/atm/
H A Dhe.c224 #define he_writel_tsr0(dev, val, cid) \
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid <<
328 __find_vcc(struct he_dev *he_dev, unsigned cid) argument
1644 unsigned cid, lastcid = -1; local
2050 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) argument
2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; local
2334 unsigned cid; local
2490 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); local
[all...]
/linux-master/include/net/
H A Dvsock_addr.h13 void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port);
/linux-master/drivers/mmc/core/
H A Dsd.h12 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr);
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c64 u32 cid, int nblks)
66 void *cs = state->client_state[cid];
73 reserved = smp->reserved[cid];
172 u32 cid = pipe2client(pipe, i); local
179 ret = smp_request_block(smp, state, cid, n);
202 u32 cid = pipe2client(pipe, i); local
203 void *cs = state->client_state[cid];
219 u32 cid, mdp5_smp_state_t *assigned)
234 val |= MDP5_SMP_ALLOC_W_REG_CLIENT0(cid);
238 val |= MDP5_SMP_ALLOC_W_REG_CLIENT1(cid);
62 smp_request_block(struct mdp5_smp *smp, struct mdp5_smp_state *state, u32 cid, int nblks) argument
218 update_smp_state(struct mdp5_smp *smp, u32 cid, mdp5_smp_state_t *assigned) argument
296 u32 cid = pipe2client(pipe, i); local
348 u32 cid = pipe2client(pipe, j); local
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl2.c104 u16 cid)
110 if (cr->cid == cid) {
237 cmd->stat_sn, cr->cid);
249 dropped_count, cr->cid, exp_statsn);
254 cr->cid, sess->sid);
258 " %hu on SID: %u\n", cr->cid, sess->sid);
277 if (ooo_cmdsn->cid != conn->cid)
283 ooo_cmdsn->cmdsn, conn->cid);
102 iscsit_get_inactive_connection_recovery_entry( struct iscsit_session *sess, u16 cid) argument
[all...]
/linux-master/arch/arm/mach-rpc/
H A Decard.c332 if (!ec->cid.cd)
629 if (ec->cid.id == 0) {
633 ec->cid.manufacturer, ec->cid.product);
635 if (!ec->card_desc && ec->cid.cd &&
645 seq_printf(m, "Simple card %d\n", ec->cid.id);
786 return sprintf(buf, "%u\n", ec->cid.manufacturer);
793 return sprintf(buf, "%u\n", ec->cid.product);
895 struct ex_ecid cid; local
909 cid
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h380 uint32 cid; member in struct:__anon503
386 uint32 cid; member in struct:__anon504
392 uint32 cid; member in struct:__anon505
439 uint32 cid; member in struct:__anon510
446 uint32 cid; member in struct:__anon511
568 uint32 cid; member in struct:__anon523
577 uint32 cid; member in struct:__anon524
589 uint32 cid; member in struct:__anon525
623 uint32 cid; member in struct:__anon527
640 uint32 cid; member in struct:__anon529
649 uint32 cid; member in struct:__anon530
667 uint32 cid; member in struct:__anon533
674 uint32 cid; member in struct:__anon534
689 uint32 cid; member in struct:__anon536
706 uint32 cid; member in struct:__anon538
714 uint32 cid; member in struct:__anon539
722 uint32 cid; member in struct:__anon540
730 uint32 cid; member in struct:__anon541
737 uint32 cid; member in struct:__anon542
744 uint32 cid; member in struct:__anon543
752 uint32 cid; member in struct:__anon544
761 uint32 cid; member in struct:__anon545
769 uint32 cid; member in struct:__anon546
780 uint32 cid; member in struct:__anon547
788 uint32 cid; member in struct:__anon548
795 uint32 cid; member in struct:__anon549
803 uint32 cid; member in struct:__anon550
969 uint32 cid; member in struct:__anon559
1307 uint32 cid; member in struct:SVGA3dCmdDefineGBContext
1313 uint32 cid; member in struct:SVGA3dCmdDestroyGBContext
1319 uint32 cid; member in struct:SVGA3dCmdBindGBContext
1327 uint32 cid; member in struct:SVGA3dCmdReadbackGBContext
1333 uint32 cid; member in struct:SVGA3dCmdInvalidateGBContext
1361 uint32 cid; member in struct:__anon573
1371 uint32 cid; member in struct:__anon574
1378 uint32 cid; member in struct:__anon575
1387 uint32 cid; member in struct:__anon576
[all...]

Completed in 193 milliseconds

1234567891011>>