Home
last modified time | relevance | path

Searched refs:fxn (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_plane.c36 void (*fxn)(void *); member
174 omap_plane->apply_done_cb.fxn = NULL; in omap_plane_post_apply()
178 if (cb.fxn) in omap_plane_post_apply()
179 cb.fxn(cb.arg); in omap_plane_post_apply()
197 void (*fxn)(void *), void *arg) in omap_plane_mode_set()
212 if (fxn) { in omap_plane_mode_set()
216 BUG_ON(omap_plane->apply_done_cb.fxn); in omap_plane_mode_set()
218 omap_plane->apply_done_cb.fxn = fxn; in omap_plane_mode_set()
Domap_drv.h174 void (*fxn)(void *), void *arg);
234 void (*fxn)(void *arg), void *arg);
Domap_gem.c1197 void (*fxn)(void *arg), void *arg) in omap_gem_op_async()
1211 waiter->notify = fxn; in omap_gem_op_async()
1228 fxn(arg); in omap_gem_op_async()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_iommu.h38 u8 fxn, u64 *value, bool is_write);
/linux-4.1.27/drivers/iommu/
Damd_iommu_proto.h62 extern int amd_iommu_pc_get_set_reg_val(u16 devid, u8 bank, u8 cntr, u8 fxn,
Damd_iommu_init.c231 u8 bank, u8 cntr, u8 fxn,
2399 u8 bank, u8 cntr, u8 fxn, in iommu_pc_get_set_reg_val() argument
2406 if (WARN_ON((fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg_val()
2409 offset = (u32)(((0x40|bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg_val()
2431 int amd_iommu_pc_get_set_reg_val(u16 devid, u8 bank, u8 cntr, u8 fxn, in amd_iommu_pc_get_set_reg_val() argument
2440 return iommu_pc_get_set_reg_val(iommu, bank, cntr, fxn, in amd_iommu_pc_get_set_reg_val()
/linux-4.1.27/fs/gfs2/
Dquota.c1403 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1408 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()