Lines Matching refs:cxl_decoder
48 struct cxl_decoder *cxld = to_cxl_decoder(dev); in start_show()
57 struct cxl_decoder *cxld = to_cxl_decoder(dev); in size_show()
67 struct cxl_decoder *cxld = to_cxl_decoder(dev); \
83 struct cxl_decoder *cxld = to_cxl_decoder(dev); in target_type_show()
98 struct cxl_decoder *cxld = to_cxl_decoder(dev); in target_list_show()
180 struct cxl_decoder *cxld = to_cxl_decoder(dev); in cxl_decoder_release()
205 struct cxl_decoder *to_cxl_decoder(struct device *dev) in to_cxl_decoder()
210 return container_of(dev, struct cxl_decoder, dev); in to_cxl_decoder()
456 static int decoder_populate_targets(struct cxl_decoder *cxld, in decoder_populate_targets()
486 struct cxl_decoder *cxl_decoder_alloc(struct cxl_port *port, int nr_targets) in cxl_decoder_alloc()
488 struct cxl_decoder *cxld, cxld_const_init = { in cxl_decoder_alloc()
526 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add()
560 int cxl_decoder_autoremove(struct device *host, struct cxl_decoder *cxld) in cxl_decoder_autoremove()