Searched refs:sim (Results 1 – 11 of 11) 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 | 62 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire() 64 settings->sim.addr, in st_sensors_configure_spi_3_wire() 65 settings->sim.value in st_sensors_configure_spi_3_wire()
|
/drivers/iio/accel/ |
D | st_accel_core.c | 173 .sim = { 255 .sim = { 345 .sim = { 417 .sim = { 489 .sim = { 560 .sim = { 617 .sim = { 692 .sim = { 773 .sim = { 901 .sim = {
|
/drivers/iio/pressure/ |
D | st_pressure_core.c | 300 .sim = { 350 .sim = { 417 .sim = { 486 .sim = { 555 .sim = {
|
/drivers/iio/gyro/ |
D | st_gyro_core.c | 126 .sim = { 204 .sim = { 278 .sim = { 352 .sim = {
|
/drivers/gpio/ |
D | gpio-mockup.c | 234 struct irq_sim *sim; in gpio_mockup_debugfs_write() local 250 sim = &chip->irqsim; in gpio_mockup_debugfs_write() 260 irq = irq_sim_irqnum(sim, priv->offset); in gpio_mockup_debugfs_write() 265 irq_sim_fire(sim, priv->offset); in gpio_mockup_debugfs_write()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1238 struct cam_sim *sim, union ccb *ccb); 1240 struct cam_sim *sim, union ccb *ccb,
|
D | aic79xx.h | 1427 struct cam_sim *sim, union ccb *ccb); 1429 struct cam_sim *sim, union ccb *ccb,
|
D | aic7xxx_core.c | 7319 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs() argument 7360 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun() argument 7374 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, in ahc_handle_en_lun() 7382 if (cam_sim_bus(sim) == 0) in ahc_handle_en_lun() 7486 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7567 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7568 our_id = SIM_SCSI_ID(ahc, sim); in ahc_handle_en_lun()
|
D | aic79xx_core.c | 10226 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, in ahd_find_tmode_devs() argument 10267 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) in ahd_handle_en_lun() argument 10280 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate, in ahd_handle_en_lun() 10348 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10425 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10426 our_id = SIM_SCSI_ID(ahd, sim); in ahd_handle_en_lun()
|
/drivers/iio/magnetometer/ |
D | st_magn_core.c | 328 .sim = {
|