/linux-4.19.296/drivers/cpufreq/ |
D | amd_freq_sensitivity.c | 35 u64 actual; member 48 struct msr actual, reference; in amd_powersave_bias_target() local 58 &actual.l, &actual.h); in amd_powersave_bias_target() 61 actual.h &= 0x00ffffff; in amd_powersave_bias_target() 65 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 70 d_actual = actual.q - data->actual; in amd_powersave_bias_target() 106 data->actual = actual.q; in amd_powersave_bias_target()
|
/linux-4.19.296/include/linux/ |
D | bcm963xx_nvram.h | 84 u32 expected, actual; in bcm963xx_nvram_checksum() local 101 actual = crc32_le_combine( in bcm963xx_nvram_checksum() 108 *actual_out = actual; in bcm963xx_nvram_checksum() 110 return expected == actual ? 0 : -EINVAL; in bcm963xx_nvram_checksum()
|
D | usb.h | 919 int actual; in usb_make_path() local 920 actual = snprintf(buf, size, "usb-%s-%s", dev->bus->bus_name, in usb_make_path() 922 return (actual >= (int)size) ? -1 : actual; in usb_make_path()
|
/linux-4.19.296/lib/ |
D | test_uuid.c | 46 const char *data, const char *actual) in test_uuid_failed() argument 54 if (actual && *actual) in test_uuid_failed() 58 actual); in test_uuid_failed()
|
D | Kconfig.debug | 1907 actual firmware-using device. The contents can be rechecked by
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 104 int actual; in diolan_usb_transfer() local 112 dev->obuffer, dev->olen, &actual, in diolan_usb_transfer() 122 sizeof(dev->ibuffer), &actual, in diolan_usb_transfer() 132 if (ret == 0 && actual > 0) { in diolan_usb_transfer() 133 switch (dev->ibuffer[actual - 1]) { in diolan_usb_transfer() 147 ret = actual - 1; in diolan_usb_transfer() 208 int actual = 0; in diolan_flush_input() local 213 dev->ibuffer, sizeof(dev->ibuffer), &actual, in diolan_flush_input() 215 if (ret < 0 || actual == 0) in diolan_flush_input()
|
/linux-4.19.296/include/trace/events/ |
D | spi.h | 95 __field( unsigned, actual ) 103 __entry->actual = msg->actual_length; 109 (unsigned)__entry->actual, (unsigned)__entry->frame)
|
/linux-4.19.296/drivers/bluetooth/ |
D | bt3c_cs.c | 161 int actual = 0; in bt3c_write() local 166 while (actual < len) { in bt3c_write() 168 bt3c_put(iobase, buf[actual]); in bt3c_write() 169 actual++; in bt3c_write() 172 bt3c_io_write(iobase, 0x7005, actual); in bt3c_write() 174 return actual; in bt3c_write()
|
D | dtl1_cs.c | 112 int actual = 0; in dtl1_write() local 119 while ((fifo_size-- > 0) && (actual < len)) { in dtl1_write() 121 outb(buf[actual], iobase + UART_TX); in dtl1_write() 122 actual++; in dtl1_write() 125 return actual; in dtl1_write()
|
D | bluecard_cs.c | 204 int i, actual; in bluecard_write() local 206 actual = (len > 15) ? 15 : len; in bluecard_write() 208 outb_p(actual, iobase + offset); in bluecard_write() 210 for (i = 0; i < actual; i++) in bluecard_write() 213 return actual; in bluecard_write()
|
/linux-4.19.296/include/uapi/linux/ |
D | virtio_balloon.h | 45 __u32 actual; member
|
/linux-4.19.296/drivers/virtio/ |
D | virtio_balloon.c | 354 u32 actual = vb->num_pages; in update_balloon_size() local 358 actual = (__force u32)cpu_to_le32(actual); in update_balloon_size() 360 virtio_cwrite(vb->vdev, struct virtio_balloon_config, actual, in update_balloon_size() 361 &actual); in update_balloon_size()
|
/linux-4.19.296/fs/freevxfs/ |
D | Kconfig | 17 the actual driver.
|
/linux-4.19.296/fs/gfs2/ |
D | dir.c | 455 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_offset() local 461 actual = 0; in gfs2_dirent_find_offset() 462 if (ptr < (void *)dent + actual) in gfs2_dirent_find_offset() 474 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_space() local 478 actual = 0; in gfs2_dirent_find_space() 479 if (totlen - actual >= required) in gfs2_dirent_find_space()
|
/linux-4.19.296/drivers/iio/adc/ |
D | twl4030-madc.c | 360 int actual = twl4030_therm_tbl[temp]; in twl4030battery_temperature() local 361 if ((actual - res) >= 0) in twl4030battery_temperature()
|
D | Kconfig | 332 To get an actual weight one needs to subtract the
|
/linux-4.19.296/drivers/pci/ |
D | Kconfig | 77 not providing any actual services on the host itself such as
|
/linux-4.19.296/include/linux/usb/ |
D | gadget.h | 116 unsigned actual; member
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | Kconfig | 111 not reachable). Additionally the actual CFU, CFB and CFNR state may
|
/linux-4.19.296/fs/cramfs/ |
D | README | 59 The <block_pointer> stores the actual block start offset and not
|
/linux-4.19.296/fs/reiserfs/ |
D | README | 128 was probably more important than the actual algorithm. Colin Plumb also
|
/linux-4.19.296/drivers/misc/ |
D | Kconfig | 190 To make actual use of the device, you will have to select some
|
/linux-4.19.296/drivers/char/ |
D | Kconfig | 245 and most Ataris. The actual number of bytes varies, depending on the
|
/linux-4.19.296/include/rdma/ |
D | ib_verbs.h | 865 u32 actual; member
|