Searched refs:cell (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | nvmem-consumer.h | 55 void nvmem_cell_put(struct nvmem_cell *cell); 56 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell); 57 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len); 58 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len); 112 struct nvmem_cell *cell) in devm_nvmem_cell_put() argument 116 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put() argument 120 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() argument 125 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write() argument
|
| D | atmdev.h | 107 int (*push_oam)(struct atm_vcc *vcc,void *cell); 191 int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);
|
| D | nvmem-provider.h | 120 struct nvmem_cell_info *cell);
|
| D | of.h | 236 static inline u64 of_read_number(const __be32 *cell, int size) in of_read_number() argument 239 for (; size--; cell++) in of_read_number() 240 r = (r << 32) | be32_to_cpu(*cell); in of_read_number() 245 static inline unsigned long of_read_ulong(const __be32 *cell, int size) in of_read_ulong() argument 248 return of_read_number(cell, size); in of_read_ulong()
|
| /include/linux/platform_data/ |
| D | mlxreg.h | 228 u32 cell; member
|
| /include/trace/events/ |
| D | afs.h | 1252 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume), 1254 TP_ARGS(cell, volume), 1258 __array(char, cell, 24) 1265 __len = min_t(int, cell->name_len, 23); 1266 memcpy(__entry->cell, cell->name, __len); 1267 __entry->cell[__len] = 0; 1274 __entry->cell, __entry->volume, __entry->vid) 1405 __field(unsigned int, cell) 1412 __entry->cell = cell_debug_id; 1419 __entry->cell,
|