Searched refs:sim (Results 1 – 10 of 10) sorted by relevance
/drivers/pci/pcie/ |
D | aer_inject.c | 220 u32 *sim; in aer_inj_read_config() local 236 sim = find_pci_config_dword(err, where, NULL); in aer_inj_read_config() 237 if (sim) { in aer_inj_read_config() 238 *val = *sim; in aer_inj_read_config() 251 u32 *sim; in aer_inj_write_config() local 268 sim = find_pci_config_dword(err, where, &rw1cs); in aer_inj_write_config() 269 if (sim) { in aer_inj_write_config() 271 *sim ^= val; in aer_inj_write_config() 273 *sim = val; in aer_inj_write_config()
|
/drivers/iio/common/st_sensors/ |
D | st_sensors_spi.c | 63 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire() 65 settings->sim.addr, in st_sensors_configure_spi_3_wire() 66 settings->sim.value in st_sensors_configure_spi_3_wire()
|
/drivers/iio/accel/ |
D | st_accel_core.c | 191 .sim = { 273 .sim = { 363 .sim = { 435 .sim = { 507 .sim = { 578 .sim = { 635 .sim = { 710 .sim = { 791 .sim = { 919 .sim = { [all …]
|
/drivers/iio/pressure/ |
D | st_pressure_core.c | 293 .sim = { 343 .sim = { 410 .sim = { 479 .sim = { 548 .sim = {
|
/drivers/iio/gyro/ |
D | st_gyro_core.c | 137 .sim = { 215 .sim = { 289 .sim = { 363 .sim = {
|
/drivers/iio/magnetometer/ |
D | st_magn_core.c | 367 .sim = { 493 .sim = {
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1232 struct cam_sim *sim, union ccb *ccb); 1234 struct cam_sim *sim, union ccb *ccb,
|
D | aic79xx.h | 1423 struct cam_sim *sim, union ccb *ccb); 1425 struct cam_sim *sim, union ccb *ccb,
|
D | aic7xxx_core.c | 7284 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs() argument 7325 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun() argument 7339 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, in ahc_handle_en_lun() 7347 if (cam_sim_bus(sim) == 0) in ahc_handle_en_lun() 7451 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7531 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7532 our_id = SIM_SCSI_ID(ahc, sim); in ahc_handle_en_lun()
|
D | aic79xx_core.c | 10180 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, in ahd_find_tmode_devs() argument 10221 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) in ahd_handle_en_lun() argument 10234 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate, in ahd_handle_en_lun() 10302 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10379 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10380 our_id = SIM_SCSI_ID(ahd, sim); in ahd_handle_en_lun()
|