Searched refs:sim (Results 1 – 13 of 13) sorted by relevance
| /drivers/pci/pcie/ |
| A 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/accel/ |
| A D | st_accel_core.c | 191 .sim = { 273 .sim = { 363 .sim = { 435 .sim = { 508 .sim = { 580 .sim = { 637 .sim = { 712 .sim = { 793 .sim = { 921 .sim = { [all …]
|
| /drivers/iio/common/st_sensors/ |
| A 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/pressure/ |
| A D | st_pressure_core.c | 293 .sim = { 343 .sim = { 410 .sim = { 479 .sim = { 548 .sim = { 618 .sim = {
|
| /drivers/iio/gyro/ |
| A D | st_gyro_core.c | 137 .sim = { 215 .sim = { 289 .sim = { 363 .sim = {
|
| /drivers/iio/magnetometer/ |
| A D | st_magn_core.c | 368 .sim = { 495 .sim = {
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.h | 1230 struct cam_sim *sim, union ccb *ccb); 1232 struct cam_sim *sim, union ccb *ccb,
|
| A D | aic79xx.h | 1423 struct cam_sim *sim, union ccb *ccb); 1425 struct cam_sim *sim, union ccb *ccb,
|
| A 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()
|
| A 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()
|
| /drivers/gpio/ |
| A D | Makefile | 161 obj-$(CONFIG_GPIO_SIM) += gpio-sim.o
|
| A D | Kconfig | 1954 This module is DEPRECATED. Please consider using gpio-sim instead.
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | debug.c | 3587 int (*sim)(struct rtw89_dev *rtwdev); in rtw89_debug_priv_fw_crash_set() local 3601 sim = rtw89_fw_h2c_trigger_cpu_exception; in rtw89_debug_priv_fw_crash_set() 3604 sim = rtw89_dbg_trigger_ctrl_error; in rtw89_debug_priv_fw_crash_set() 3611 ret = sim(rtwdev); in rtw89_debug_priv_fw_crash_set()
|
Completed in 60 milliseconds