Searched refs:outp (Results 26 - 50 of 67) sorted by relevance

123

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddisp.h34 u16 nvbios_ocfg_entry(struct nvkm_bios *, u16 outp, u8 idx,
36 u16 nvbios_ocfg_parse(struct nvkm_bios *, u16 outp, u8 idx,
38 u16 nvbios_ocfg_match(struct nvkm_bios *, u16 outp, u8 proto, u8 flags,
H A Dinit.h9 struct dcb_output *outp; member in struct:nvbios_init
H A Ddp.h31 nvbios_dpcfg_parse(struct nvkm_bios *, u16 outp, u8 idx,
34 nvbios_dpcfg_match(struct nvkm_bios *, u16 outp, u8 pc, u8 vs, u8 pe,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgm200.c29 #include "outp.h"
99 gm200_sor_route_set(struct nvkm_outp *outp, struct nvkm_ior *ior) argument
101 struct nvkm_device *device = outp->disp->engine.subdev.device;
102 const u32 moff = __ffs(outp->info.or) * 0x100;
106 if (outp->info.sorconf.link & 1) {
111 if (outp->info.sorconf.link & 2)
116 gm200_sor_route_get(struct nvkm_outp *outp, int *link) argument
118 struct nvkm_device *device = outp->disp->engine.subdev.device;
119 const int sublinks = outp->info.sorconf.link;
122 for (*link = 0, m = __ffs(outp
[all...]
H A Duconn.c24 #include "outp.h"
100 struct nvkm_outp *outp; local
113 list_for_each_entry(outp, &conn->disp->outps, head) {
114 if (outp->info.connector == conn->index)
118 if (&outp->head == &conn->disp->outps)
126 return nvkm_uevent_add(uevent, &disp->rm.event, outp->index, bits,
130 if (outp->dp.aux && !outp->info.location) {
135 return nvkm_uevent_add(uevent, &device->i2c->event, outp->dp.aux->id, bits,
143 if (!outp
[all...]
H A Dudisp.c25 #include "outp.h"
85 struct nvkm_outp *outp; local
106 list_for_each_entry(outp, &disp->outps, head)
107 args->v0.outp_mask |= BIT(outp->index);
H A Dnv50.c30 #include "outp.h"
1014 nv50_disp_super_iedt(struct nvkm_head *head, struct nvkm_outp *outp, argument
1019 const u8 l = ffs(outp->info.link);
1020 const u16 t = outp->info.hasht;
1021 const u16 m = (0x0100 << head->id) | (l << 6) | outp->info.or;
1024 OUTP_DBG(outp, "missing IEDT for %04x:%04x", t, m);
1034 struct nvkm_outp *outp = ior->asy.outp; local
1040 if (!outp) {
1046 data = nv50_disp_super_iedt(head, outp,
1087 struct nvkm_outp *outp = ior->arm.outp; local
1266 struct nvkm_outp *outp; local
1587 struct nvkm_outp *outp, *outt, *pair; local
[all...]
H A Dior.h23 struct nvkm_outp *outp; member in struct:nvkm_ior::nvkm_ior_state
/linux-master/fs/
H A Dselect.c509 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; local
512 inp = fds->in; outp = fds->out; exp = fds->ex;
520 in = *inp++; out = *outp++; ex = *exp++;
625 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, argument
674 (ret = get_fd_set(n, outp, fds.out)) ||
693 set_fd_set(n, outp, fds.res_out) ||
704 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, argument
722 ret = core_sys_select(n, inp, outp, exp, to);
726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,
729 return kern_select(n, inp, outp, ex
732 do_pselect(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, void __user *tsp, const sigset_t __user *sigmask, size_t sigsetsize, enum poll_time_type type) argument
826 fd_set __user *inp, *outp, *exp; member in struct:sel_arg_struct
1195 compat_core_sys_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec64 *end_time) argument
1266 do_compat_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct old_timeval32 __user *tvp) argument
1299 compat_uptr_t outp; member in struct:compat_sel_arg_struct
1314 do_compat_pselect(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, void __user *tsp, compat_sigset_t __user *sigmask, compat_size_t sigsetsize, enum poll_time_type type) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c130 nvbios_ocfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, argument
134 return outp + *hdr + (idx * *len);
139 nvbios_ocfg_parse(struct nvkm_bios *bios, u16 outp, u8 idx, argument
142 u16 data = nvbios_ocfg_entry(bios, outp, idx, ver, hdr, cnt, len);
153 nvbios_ocfg_match(struct nvkm_bios *bios, u16 outp, u8 proto, u8 flags, argument
157 while ((data = nvbios_ocfg_parse(bios, outp, idx++, ver, hdr, cnt, len, info))) {
H A Dinit.c130 if (init->outp) {
131 conn = init->outp->connector;
270 if (init->outp && init->outp->i2c_upper_default)
306 if (!init->outp) {
311 return nvkm_i2c_aux_find(i2c, init->outp->i2c_index);
555 if (init->outp) {
556 u32 dacoffset = pramdac_offset[init->outp->or];
815 if ( init->outp &&
817 (init->outp
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c25 [NV50_CRC_SOURCE_OUTP_ACTIVE] = "outp-active",
26 [NV50_CRC_SOURCE_OUTP_COMPLETE] = "outp-complete",
27 [NV50_CRC_SOURCE_OUTP_INACTIVE] = "outp-inactive",
393 struct nouveau_encoder *outp; local
400 outp = nv50_real_outp(enc);
401 if (!outp)
404 encoder = &outp->base.base;
413 list_for_each_entry(outp_atom, &atom->outp, head) {
427 nv50_crc_source_type(struct nouveau_encoder *outp, argument
430 struct dcb_output *dcbe = outp
455 struct nouveau_encoder *outp; local
[all...]
H A Datom.h12 struct list_head outp; member in struct:nv50_atom
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.h177 struct dcb_output *outp, int crtc)
180 init.outp = outp;
176 nouveau_bios_run_init_table(struct drm_device *dev, u16 table, struct dcb_output *outp, int crtc) argument
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargetos.h53 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ? 0x80:0)) )) : (smc->hw.iop+(((a)&0x7F)|((a)>>7 ? 0x80:0))))
/linux-master/fs/coda/
H A Dpsdev.c186 struct coda_open_by_fd_out *outp = local
188 if (!outp->oh.result) {
189 outp->fh = fget(outp->fd);
190 if (!outp->fh)
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c312 unsigned char *outp, unsigned long len)
329 fieldstart = outp;
331 fieldstart = outp + bytesperline;
340 if ((char *)startwrite + lencopy > (char *)outp + buf->length) {
343 ((char *)outp + buf->length));
344 remain = (char *)outp + buf->length - (char *)startwrite;
361 if ((char *)startwrite + lencopy > (char *)outp +
365 ((char *)outp + buf->length));
366 lencopy = remain = (char *)outp + buf->length -
379 if (outp[
308 au0828_copy_video(struct au0828_dev *dev, struct au0828_dmaqueue *dma_q, struct au0828_buffer *buf, unsigned char *p, unsigned char *outp, unsigned long len) argument
412 au0828_copy_vbi(struct au0828_dev *dev, struct au0828_dmaqueue *dma_q, struct au0828_buffer *buf, unsigned char *p, unsigned char *outp, unsigned long len) argument
495 unsigned char *outp = NULL; local
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c579 * @outp: Pointer to data buffer that hold the CT command.
587 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp,
611 geniocb->rsp_dmabuf = outp;
917 struct lpfc_dmabuf *outp; local
932 outp = cmdiocb->rsp_dmabuf;
1024 CTrsp = (struct lpfc_sli_ct_request *) outp->virt;
1037 outp,
1132 struct lpfc_dmabuf *outp; local
1147 outp = cmdiocb->rsp_dmabuf;
1236 CTrsp = (struct lpfc_sli_ct_request *)outp
586 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t event_tag, uint32_t num_entry, uint32_t tmo, uint8_t retry) argument
1345 struct lpfc_dmabuf *outp = cmdiocb->rsp_dmabuf; local
1492 struct lpfc_dmabuf *outp = cmdiocb->rsp_dmabuf; local
1597 struct lpfc_dmabuf *outp; local
1671 struct lpfc_dmabuf *outp; local
1692 struct lpfc_dmabuf *outp; local
1713 struct lpfc_dmabuf *outp; local
1734 struct lpfc_dmabuf *outp; local
1767 struct lpfc_dmabuf *outp; local
2209 struct lpfc_dmabuf *outp = cmdiocb->rsp_dmabuf; local
3555 struct lpfc_dmabuf *outp = cmdiocb->rsp_dmabuf; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c209 return nvif_outp_bl_get(&nv_encoder->outp);
217 return nvif_outp_bl_set(&nv_encoder->outp, backlight_get_brightness(bd));
242 if (nvif_outp_bl_get(&nv_encoder->outp) < 0 ||
H A Dnouveau_bios.h159 int (*)(struct drm_device *, void *, int idx, u8 *outp));
H A Dnouveau_bios.c1333 int (*exec)(struct drm_device *, void *, int idx, u8 *outp))
1336 u8 *outp = NULL; local
1337 while ((outp = olddcb_outp(dev, ++idx))) {
1338 if (ROM32(outp[0]) == 0x00000000)
1340 if (ROM32(outp[0]) == 0xffffffff)
1343 if ((outp[0] & 0x0f) == DCB_OUTPUT_UNUSED)
1345 if ((outp[0] & 0x0f) == DCB_OUTPUT_EOL)
1348 ret = exec(dev, data, idx, outp);
1790 parse_dcb_entry(struct drm_device *dev, void *data, int idx, u8 *outp) argument
1794 u32 conf = (dcb->version >= 0x20) ? ROM32(outp[
1332 olddcb_outp_foreach(struct drm_device *dev, void *data, int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) argument
[all...]
/linux-master/include/linux/
H A Dpoll.h113 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-vbi.c569 char *outp; local
582 outp = vb2_plane_vaddr(&(*buf)->vb.vb2_buf, 0);
583 memset(outp, 0, vb2_plane_size(&(*buf)->vb.vb2_buf, 0));
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.c336 // dprintk("dvb_bt8xx: dst write gpio mask 0x%02x out 0x%02x\n", mp->dstg.outp.mask, mp->dstg.outp.highvals);
338 mp->outp.mask,
339 mp->outp.highvals);
/linux-master/drivers/regulator/
H A Daw37503-regulator.c156 AW37503_REGULATOR_DESC(VPOS, outp),

Completed in 269 milliseconds

123