Searched refs:get_width (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/scsi/
H A Dscsi_transport_spi.h99 void (*get_width)(struct scsi_target *); member in struct:spi_function_template
/linux-master/drivers/edac/
H A Dskx_common.c223 static int get_width(u32 mtr) function
384 dimm->dtype = get_width(mtr);
H A Digen6_edac.c604 static enum dev_type get_width(int dimm_l, u32 mad_dimm) function
1003 dtype = get_width(0, mad_dimm);
1006 dtype = get_width(1, mad_dimm);
H A Dsb_edac.c331 enum dev_type (*get_width)(struct sbridge_pvt *pvt, u32 mtr); member in struct:sbridge_info
1669 dimm->dtype = pvt->info.get_width(pvt, mtr);
3404 pvt->info.get_width = ibridge_get_width;
3429 pvt->info.get_width = sbridge_get_width;
3454 pvt->info.get_width = ibridge_get_width;
3479 pvt->info.get_width = broadwell_get_width;
3504 pvt->info.get_width = knl_get_width;
/linux-master/drivers/message/fusion/
H A Dmptspi.c1207 .get_width = mptspi_read_parameters,

Completed in 278 milliseconds