Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 11 of 11) 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.c62 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/
Dst_accel_core.c173 .sim = {
255 .sim = {
345 .sim = {
417 .sim = {
489 .sim = {
560 .sim = {
617 .sim = {
692 .sim = {
773 .sim = {
901 .sim = {
/drivers/iio/pressure/
Dst_pressure_core.c300 .sim = {
350 .sim = {
417 .sim = {
486 .sim = {
555 .sim = {
/drivers/iio/gyro/
Dst_gyro_core.c126 .sim = {
204 .sim = {
278 .sim = {
352 .sim = {
/drivers/gpio/
Dgpio-mockup.c234 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/
Daic7xxx.h1238 struct cam_sim *sim, union ccb *ccb);
1240 struct cam_sim *sim, union ccb *ccb,
Daic79xx.h1427 struct cam_sim *sim, union ccb *ccb);
1429 struct cam_sim *sim, union ccb *ccb,
Daic7xxx_core.c7319 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()
Daic79xx_core.c10226 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/
Dst_magn_core.c328 .sim = {