Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 10 of 10) sorted by relevance

/drivers/pci/pcie/
Daer_inject.c220 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/
Dst_sensors_spi.c63 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/
Dst_accel_core.c191 .sim = {
273 .sim = {
363 .sim = {
435 .sim = {
507 .sim = {
578 .sim = {
635 .sim = {
710 .sim = {
791 .sim = {
919 .sim = {
[all …]
/drivers/iio/pressure/
Dst_pressure_core.c293 .sim = {
343 .sim = {
410 .sim = {
479 .sim = {
548 .sim = {
/drivers/iio/gyro/
Dst_gyro_core.c137 .sim = {
215 .sim = {
289 .sim = {
363 .sim = {
/drivers/iio/magnetometer/
Dst_magn_core.c367 .sim = {
493 .sim = {
/drivers/scsi/aic7xxx/
Daic7xxx.h1232 struct cam_sim *sim, union ccb *ccb);
1234 struct cam_sim *sim, union ccb *ccb,
Daic79xx.h1423 struct cam_sim *sim, union ccb *ccb);
1425 struct cam_sim *sim, union ccb *ccb,
Daic7xxx_core.c7284 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()
Daic79xx_core.c10180 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()