Home
last modified time | relevance | path

Searched refs:srf (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/fddi/skfp/
H A Dsrf.c148 smc->srf.TSR = smt_get_time() ; in smt_init_evc()
149 smc->srf.sr_state = SR0_WAIT ; in smt_init_evc()
213 smc->srf.any_report = TRUE ; in smt_srf_event()
229 smc->srf.any_report = TRUE ; in smt_srf_event()
236 tsr = smt_get_time() - smc->srf.TSR ; in smt_srf_event()
238 switch (smc->srf.sr_state) { in smt_srf_event()
242 smc->srf.SRThreshold = THRESHOLD_2 ; in smt_srf_event()
243 smc->srf.sr_state = SR1_HOLDOFF ; in smt_srf_event()
248 smc->srf.sr_state = SR1_HOLDOFF ; in smt_srf_event()
253 smc->srf in smt_srf_event()
[all...]
H A DMakefile10 smtdef.o smtinit.o smttimer.o srf.o hwt.o \
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c26 * @srf: The surface metadata.
31 struct vmw_surface srf; member
170 * @srf: Pointer to a struct vmw_surface
173 * restoration of the surface represented by @srf.
175 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() argument
177 return srf->metadata.num_sizes * sizeof(struct vmw_surface_dma); in vmw_surface_dma_size()
184 * @srf: Pointer to a struct vmw_surface
187 * of the surface represented by @srf.
189 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() argument
191 return sizeof(struct vmw_surface_define) + srf in vmw_surface_define_size()
230 vmw_surface_define_encode(const struct vmw_surface * srf,void * cmd_space) vmw_surface_define_encode() argument
276 vmw_surface_dma_encode(struct vmw_surface * srf,void * cmd_space,const SVGAGuestPtr * ptr,bool to_surface) vmw_surface_dma_encode() argument
384 struct vmw_surface *srf; vmw_legacy_srf_create() local
463 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_legacy_srf_dma() local
589 vmw_surface_init(struct vmw_private * dev_priv,struct vmw_surface * srf,void (* res_free)(struct vmw_resource * res)) vmw_surface_init() argument
638 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_user_surface_free() local
708 struct vmw_surface *srf; vmw_surface_define_ioctl() local
1076 struct vmw_surface *srf; vmw_surface_reference_ioctl() local
1122 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_gb_surface_create() local
1371 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_gb_surface_destroy() local
1514 struct vmw_surface *srf; vmw_gb_surface_define_internal() local
1695 struct vmw_surface *srf; vmw_gb_surface_reference_internal() local
1910 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_surface_dirty_range_add() local
2004 struct vmw_surface *srf = vmw_res_to_srf(res); vmw_surface_dirty_alloc() local
2105 struct vmw_surface *srf; vmw_gb_surface_define() local
[all...]
H A Dvmwgfx_so.c49 * @srf: Refcounted pointer to the surface pointed to by this view.
66 struct vmw_resource *srf; /* Immutable */ member
136 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() local
138 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_commit_notify()
163 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create() local
185 WARN_ON(view->srf->id == SVGA3D_INVALID_ID); in vmw_view_create()
186 cmd->body.sid = view->srf->id; in vmw_view_create()
189 list_add_tail(&view->srf_head, &srf in vmw_view_create()
312 vmw_view_add(struct vmw_cmdbuf_res_manager * man,struct vmw_resource * ctx,struct vmw_resource * srf,enum vmw_view_type view_type,u32 user_key,const void * cmd,size_t cmd_size,struct list_head * list) vmw_view_add() argument
[all...]
H A Dvmwgfx_drv.h1026 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1392 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() argument
1394 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
1396 *srf = NULL; in vmw_surface_unreference()
1401 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference() argument
1403 (void) vmw_resource_reference(&srf->res); in vmw_surface_reference()
1404 return srf; in vmw_surface_reference()
H A Dvmwgfx_cursor_plane.h67 struct vmw_surface *srf,
H A Dvmwgfx_cursor_plane.c314 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() argument
338 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
388 memcpy(srf->snooper.image, virtual, in vmw_kms_cursor_snoop()
393 memcpy(srf->snooper.image + i * image_pitch, in vmw_kms_cursor_snoop()
397 srf->snooper.id++; in vmw_kms_cursor_snoop()
H A Dvmwgfx_so.h150 struct vmw_resource *srf,
H A Dvmwgfx_kms.h455 struct vmw_resource *srf,
485 struct vmw_resource *srf,
H A Dvmwgfx_scrn.c1079 * @srf: Pointer to surface to blit from. If NULL, the surface attached
1081 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
1082 * @dest_y: Y coordinate offset to align @srf with framebuffer coordinates.
1097 struct vmw_resource *srf, in vmw_kms_sou_do_surface_dirty() argument
1110 if (!srf) in vmw_kms_sou_do_surface_dirty()
1111 srf = &vmw_user_object_surface(&vfbs->uo)->res; in vmw_kms_sou_do_surface_dirty()
1113 ret = vmw_validation_add_resource(&val_ctx, srf, 0, VMW_RES_DIRTY_NONE, in vmw_kms_sou_do_surface_dirty()
1129 sdirty.sid = srf->id; in vmw_kms_sou_do_surface_dirty()
H A Dvmwgfx_stdu.c708 * @srf: Pointer to surface to blit from. If NULL, the surface attached
710 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
711 * @dest_y: Y coordinate offset to align @srf with framebuffer coordinates.
726 struct vmw_resource *srf, in vmw_kms_stdu_surface_dirty() argument
739 if (!srf) in vmw_kms_stdu_surface_dirty()
740 srf = &vmw_user_object_surface(&vfbs->uo)->res; in vmw_kms_stdu_surface_dirty()
742 ret = vmw_validation_add_resource(&val_ctx, srf, 0, VMW_RES_DIRTY_NONE, in vmw_kms_stdu_surface_dirty()
757 sdirty.sid = srf->id; in vmw_kms_stdu_surface_dirty()
H A Dvmwgfx_execbuf.c1500 struct vmw_surface *srf = NULL; in vmw_cmd_dma() local
1544 srf = vmw_res_to_srf(sw_context->res_cache[vmw_res_surface].res); in vmw_cmd_dma()
1546 vmw_kms_cursor_snoop(srf, sw_context->fp->tfile, &vmw_bo->tbo, header); in vmw_cmd_dma()
2439 struct vmw_resource *srf; in vmw_cmd_dx_view_define() local
2467 &cmd->sid, &srf); in vmw_cmd_dx_view_define()
2478 return vmw_view_add(sw_context->man, ctx_node->ctx, srf, view_type, in vmw_cmd_dx_view_define()
/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h301 ring_status_indication(smc,smc->srf.ring_status |= bit)
303 ring_status_indication(smc,smc->srf.ring_status &= ~bit)
451 struct s_srf srf ; /* SRF */ member
/linux/scripts/
H A DMakefile.package154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
/linux/
H A DMAINTAINERS6976 F: drivers/iio/proximity/srf*.c