Home
last modified time | relevance | path

Searched refs:mops (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Dmdesc.c74 struct mdesc_mem_ops *mops; member
238 struct mdesc_mem_ops *mops) in mdesc_alloc() argument
240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc()
243 hp->mops = mops; in mdesc_alloc()
250 hp->mops->free(hp); in mdesc_free()
279 hp->mops->free(hp); in mdesc_release()
Dldc.c144 const struct ldc_mode_ops *mops; member
1125 const struct ldc_mode_ops *mops; in ldc_alloc() local
1142 mops = &raw_ops; in ldc_alloc()
1147 mops = &nonraw_ops; in ldc_alloc()
1152 mops = &stream_ops; in ldc_alloc()
1187 lp->mops = mops; in ldc_alloc()
1953 err = lp->mops->write(lp, buf, size); in ldc_write()
1979 err = lp->mops->read(lp, buf, size); in ldc_read()