Lines Matching refs:device
37 const struct device *dev;
62 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins,
66 static inline uint8_t read_reg_##__reg_name(const struct device *dev) \
79 static inline bool write_reg_##__reg_name(const struct device *dev, \
87 static inline uint8_t read_reg_##__reg_name(const struct device *dev) \
100 static inline bool write_reg_##__reg_name(const struct device *dev, \
151 static inline bool write_mem_##__mem_name(const struct device *dev, \ in DEFINE_FREG_READ()
167 static inline bool cc2520_command_strobe(const struct device *dev,
173 static inline bool cc2520_command_strobe_snop(const struct device *dev, in cc2520_command_strobe_snop()
182 static inline bool instruct_##__ins_name(const struct device *dev) \
188 static inline bool instruct_##__ins_name(const struct device *dev) \