»
linux驱动开发函数变量命名规范 (提取自Linux内核驱动中的readl、writel函数名+DeepSeek) b:byte,字节 w:word,字 d:double words,双字 q:quad words,四字 f:float g:general double float ub:uint8_t uw:uint16_t ud:uint32_t uq:uint64_t pb***:int8_t[] pw***:int16_t[] pd***:int32_t[] pq***:int64_t[] pf***:float[] pg***:double[] pub***:uint8_t[] puw***:uint16_t[] pud***:uint32_t[] puq***:uint64_t[]