Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_iommu.h38 u8 fxn, u64 *value, bool is_write);
/linux-4.4.14/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.c232 u8 bank, u8 cntr, u8 fxn,
2320 u8 bank, u8 cntr, u8 fxn, in iommu_pc_get_set_reg_val() argument
2327 if (WARN_ON((fxn > 0x28) || (fxn & 7))) in iommu_pc_get_set_reg_val()
2330 offset = (u32)(((0x40|bank) << 12) | (cntr << 8) | fxn); in iommu_pc_get_set_reg_val()
2352 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
2361 return iommu_pc_get_set_reg_val(iommu, bank, cntr, fxn, in amd_iommu_pc_get_set_reg_val()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.h207 void (*fxn)(void *arg), void *arg);
Domap_gem.c1195 void (*fxn)(void *arg), void *arg) in omap_gem_op_async()
1209 waiter->notify = fxn; in omap_gem_op_async()
1226 fxn(arg); in omap_gem_op_async()
/linux-4.4.14/fs/gfs2/
Dquota.c1447 int (*fxn)(struct super_block *sb, int type), in quotad_check_timeo()
1452 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()