/linux-4.19.296/drivers/iio/gyro/ |
D | adxrs450.c | 75 struct spi_device *us; member 116 ret = spi_sync_transfer(st->us, xfers, ARRAY_SIZE(xfers)); in adxrs450_spi_read_reg_16() 118 dev_err(&st->us->dev, "problem while reading 16 bit register 0x%02x\n", in adxrs450_spi_read_reg_16() 152 ret = spi_write(st->us, &st->tx, sizeof(st->tx)); in adxrs450_spi_write_reg_16() 154 dev_err(&st->us->dev, "problem while writing 16 bit register 0x%02x\n", in adxrs450_spi_write_reg_16() 186 ret = spi_sync_transfer(st->us, xfers, ARRAY_SIZE(xfers)); in adxrs450_spi_sensor_data() 188 dev_err(&st->us->dev, "Problem while reading sensor data\n"); in adxrs450_spi_sensor_data() 222 ret = spi_sync_transfer(st->us, &xfers, 1); in adxrs450_spi_initial() 224 dev_err(&st->us->dev, "Problem while reading initializing data\n"); in adxrs450_spi_initial() 248 dev_warn(&st->us->dev, "The initial power on response is not correct! Restart without reset?\n"); in adxrs450_initial_setup() [all …]
|
D | adis16130.c | 41 struct spi_device *us; member 61 ret = spi_sync_transfer(st->us, &xfer, 1); in adis16130_spi_read() 154 st->us = spi; in adis16130_probe()
|
D | adis16080.c | 44 struct spi_device *us; member 68 ret = spi_sync_transfer(st->us, t, ARRAY_SIZE(t)); in adis16080_read_sample() 201 st->us = spi; in adis16080_probe()
|
/linux-4.19.296/drivers/misc/mic/ |
D | Kconfig | 18 <http://software.intel.com/en-us/mic-developer>. 35 <http://software.intel.com/en-us/mic-developer>. 52 <http://software.intel.com/en-us/mic-developer>. 72 <http://software.intel.com/en-us/mic-developer>. 91 <http://software.intel.com/en-us/mic-developer>. 111 <http://software.intel.com/en-us/mic-developer>. 129 <http://software.intel.com/en-us/mic-developer>. 150 <http://software.intel.com/en-us/mic-developer>.
|
/linux-4.19.296/lib/zlib_inflate/ |
D | inffast.c | 14 unsigned short us; member 27 return mm.us; in get_unaligned16() 272 mm.us = pat16; in inflate_fast() 274 pat16 = mm.us; in inflate_fast()
|
/linux-4.19.296/drivers/iio/light/ |
D | zopt2201.c | 107 unsigned long us; /* measurement time in micro seconds */ member 198 unsigned long t = zopt2201_resolution[data->res].us; in zopt2201_read() 298 *val2 = zopt2201_resolution[data->res].us; in zopt2201_read_raw() 329 if (val2 == zopt2201_resolution[i].us) { in zopt2201_write_resolution() 443 zopt2201_resolution[i].us); in zopt2201_show_int_time_available()
|
/linux-4.19.296/drivers/iio/dac/ |
D | ad5624r_spi.c | 76 return ad5624r_spi_write(st->us, in ad5624r_write_raw() 142 ret = ad5624r_spi_write(st->us, AD5624R_CMD_POWERDOWN_DAC, 0, in ad5624r_write_dac_powerdown() 271 st->us = spi; in ad5624r_probe()
|
D | ad5624r.h | 56 struct spi_device *us; member
|
/linux-4.19.296/drivers/iio/accel/ |
D | sca3000.c | 167 struct spi_device *us; member 284 return spi_write(st->us, st->tx, 2); in sca3000_write_reg() 302 return spi_sync_transfer(st->us, xfer, ARRAY_SIZE(xfer)); in sca3000_read_data_short() 353 return spi_sync_transfer(st->us, xfer, ARRAY_SIZE(xfer)); in __sca3000_unlock_reg_lock() 983 ret = spi_sync_transfer(st->us, xfer, ARRAY_SIZE(xfer)); in sca3000_read_data() 985 dev_err(&st->us->dev, "problem reading register\n"); in sca3000_read_data() 1467 st->us = spi; in sca3000_probe()
|
D | mma8452.c | 826 int ret, us, power_mode; in mma8452_read_event_value() local 852 us = ret * mma8452_time_step_us[power_mode][ in mma8452_read_event_value() 854 *val = us / USEC_PER_SEC; in mma8452_read_event_value() 855 *val2 = us % USEC_PER_SEC; in mma8452_read_event_value()
|
/linux-4.19.296/drivers/misc/mei/ |
D | Kconfig | 10 <http://software.intel.com/en-us/manageability/>
|
/linux-4.19.296/fs/reiserfs/ |
D | Kconfig | 27 If you like it, you can pay us to add new features to it that you 28 need, buy a support contract, or pay us to port it to another OS.
|
D | README | 16 others or sending us a patch, and leaving the sentence in stating that 113 innovation had to be forced past him while he was with us. He added 140 implemented allocate on flush before us for XFS, and generously took
|
/linux-4.19.296/fs/jffs2/ |
D | TODO | 31 - Doubly-linked next_in_ino list to allow us to free obsoleted raw_node_refs immediately?
|
/linux-4.19.296/fs/dlm/ |
D | debug_fs.c | 171 u64 us; in print_format2_lock() local 179 us = ktime_to_us(ktime_sub(ktime_get(), lkb->lkb_timestamp)); in print_format2_lock() 195 (unsigned long long)us, in print_format2_lock()
|
D | lock.c | 1398 s64 us; in dlm_scan_waiters() local 1416 us = ktime_to_us(ktime_sub(ktime_get(), lkb->lkb_wait_time)); in dlm_scan_waiters() 1418 if (us < dlm_config.ci_waitwarn_us) in dlm_scan_waiters() 1424 if (us > debug_maxus) in dlm_scan_waiters() 1425 debug_maxus = us; in dlm_scan_waiters() 1437 "node %d", lkb->lkb_id, (long long)us, in dlm_scan_waiters()
|
/linux-4.19.296/include/linux/mtd/ |
D | cfi.h | 346 void cfi_udelay(int us);
|
/linux-4.19.296/fs/befs/ |
D | ChangeLog | 106 linux VFS doesn't allow us to keep any state between calls. Updated 184 with kmalloc(). put_super and put_inode free them. This allows us not 397 hands us a super_block struct that is already locked.
|
/linux-4.19.296/drivers/regulator/ |
D | core.c | 2190 unsigned int us = delay % 1000; in _regulator_enable_delay() local 2198 us += ms * 1000; in _regulator_enable_delay() 2209 if (us >= 10) in _regulator_enable_delay() 2210 usleep_range(us, us + 100); in _regulator_enable_delay() 2212 udelay(us); in _regulator_enable_delay()
|
/linux-4.19.296/ |
D | MAINTAINERS | 760 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 3279 M: Jon Mason <jdmason@kudzu.us> 4376 M: Guenter Roeck <linux@roeck-us.net> 5747 M: Joshua Morris <josh.h.morris@us.ibm.com> 6464 M: Guenter Roeck <linux@roeck-us.net> 6949 M: Haren Myneni <haren@us.ibm.com> 6972 M: Brian King <brking@us.ibm.com> 7214 M: Guenter Roeck <linux@roeck-us.net> 7222 M: Guenter Roeck <linux@roeck-us.net> 7494 W: http://software.intel.com/en-us/mic-developer [all …]
|
/linux-4.19.296/drivers/misc/ |
D | Kconfig | 112 website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
|