Home
last modified time | relevance | path

Searched full:spd (Results 1 – 25 of 101) sorted by relevance

12345

/linux/drivers/media/tuners/
H A Dtda827x.c83 u8 spd; member
92 { .lomax = 62000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 1},
93 { .lomax = 66000000, .spd = 3, .bs = 3, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 1},
94 { .lomax = 76000000, .spd = 3, .bs = 1, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 0},
95 { .lomax = 84000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 0},
96 { .lomax = 93000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 1, .div1p5 = 0},
97 { .lomax = 98000000, .spd = 3, .bs = 3, .bp = 0, .cp = 0, .gc3 = 1, .div1p5 = 0},
98 { .lomax = 109000000, .spd = 3, .bs = 3, .bp = 1, .cp = 0, .gc3 = 1, .div1p5 = 0},
99 { .lomax = 123000000, .spd = 2, .bs = 2, .bp = 1, .cp = 0, .gc3 = 1, .div1p5 = 1},
100 { .lomax = 133000000, .spd = 2, .bs = 3, .bp = 1, .cp = 0, .gc3 = 1, .div1p5 = 1},
[all …]
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_iio.c24 struct ssp_sensor_data *spd = iio_priv(indio_dev); in ssp_common_buffer_postenable() local
30 spd->buffer = kmalloc(indio_dev->scan_bytes, GFP_KERNEL | GFP_DMA); in ssp_common_buffer_postenable()
31 if (!spd->buffer) in ssp_common_buffer_postenable()
34 return ssp_enable_sensor(data, spd->type, in ssp_common_buffer_postenable()
35 ssp_get_sensor_delay(data, spd->type)); in ssp_common_buffer_postenable()
49 struct ssp_sensor_data *spd = iio_priv(indio_dev); in ssp_common_buffer_postdisable() local
52 ret = ssp_disable_sensor(data, spd->type); in ssp_common_buffer_postdisable()
56 kfree(spd->buffer); in ssp_common_buffer_postdisable()
76 struct ssp_sensor_data *spd = iio_priv(indio_dev); in ssp_common_process_data() local
84 memcpy(spd->buffer, buf, len); in ssp_common_process_data()
[all …]
H A Dssp_spi.c270 struct ssp_sensor_data *spd; in ssp_parse_dataframe() local
286 spd = iio_priv(indio_devs[sd]); in ssp_parse_dataframe()
287 if (spd->process_data) { in ssp_parse_dataframe()
290 spd->process_data(indio_devs[sd], in ssp_parse_dataframe()
/linux/drivers/iio/accel/
H A Dssp_accel_sensor.c98 struct ssp_sensor_data *spd; in ssp_accel_probe() local
100 indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(*spd)); in ssp_accel_probe()
104 spd = iio_priv(indio_dev); in ssp_accel_probe()
106 spd->process_data = ssp_process_accel_data; in ssp_accel_probe()
107 spd->type = SSP_ACCELEROMETER_SENSOR; in ssp_accel_probe()
/linux/drivers/iio/gyro/
H A Dssp_gyro_sensor.c98 struct ssp_sensor_data *spd; in ssp_gyro_probe() local
100 indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(*spd)); in ssp_gyro_probe()
104 spd = iio_priv(indio_dev); in ssp_gyro_probe()
106 spd->process_data = ssp_process_gyro_data; in ssp_gyro_probe()
107 spd->type = SSP_GYROSCOPE_SENSOR; in ssp_gyro_probe()
/linux/fs/jffs2/
H A Dsummary.c435 struct jffs2_sum_dirent_flash *spd; in jffs2_sum_process_sum_data() local
437 spd = sp; in jffs2_sum_process_sum_data()
440 jeb->offset + je32_to_cpu(spd->offset), in jffs2_sum_process_sum_data()
441 jeb->offset + je32_to_cpu(spd->offset) + je32_to_cpu(spd->totlen)); in jffs2_sum_process_sum_data()
445 checkedlen = strnlen(spd->name, spd->nsize); in jffs2_sum_process_sum_data()
449 je32_to_cpu(spd->offset)); in jffs2_sum_process_sum_data()
452 if (checkedlen < spd->nsize) { in jffs2_sum_process_sum_data()
455 je32_to_cpu(spd->offset), in jffs2_sum_process_sum_data()
464 memcpy(&fd->name, spd->name, checkedlen); in jffs2_sum_process_sum_data()
467 ic = jffs2_scan_make_ino_cache(c, je32_to_cpu(spd->pino)); in jffs2_sum_process_sum_data()
[all …]
/linux/tools/testing/selftests/powerpc/ptrace/
H A D.gitignore4 ptrace-tm-spd-gpr
7 ptrace-tm-spd-tar
10 ptrace-tm-spd-vsx
H A DMakefile4 TM_TESTS += ptrace-tm-spd-gpr
5 TM_TESTS += ptrace-tm-spd-tar
6 TM_TESTS += ptrace-tm-spd-vsx
/linux/net/smc/
H A Dsmc_rx.c150 static void smc_rx_spd_release(struct splice_pipe_desc *spd, in smc_rx_spd_release() argument
153 put_page(spd->pages[i]); in smc_rx_spd_release()
162 struct splice_pipe_desc spd; in smc_rx_splice() local
212 spd.nr_pages_max = nr_pages; in smc_rx_splice()
213 spd.nr_pages = nr_pages; in smc_rx_splice()
214 spd.pages = pages; in smc_rx_splice()
215 spd.partial = partial; in smc_rx_splice()
216 spd.ops = &smc_pipe_ops; in smc_rx_splice()
217 spd.spd_release = smc_rx_spd_release; in smc_rx_splice()
219 bytes = splice_to_pipe(pipe, &spd); in smc_rx_splice()
/linux/fs/
H A Dsplice.c189 * @spd: data to fill
192 * @spd contains a map of pages and len/offset tuples, along with
198 struct splice_pipe_desc *spd) in splice_to_pipe() argument
200 unsigned int spd_pages = spd->nr_pages; in splice_to_pipe()
218 buf->page = spd->pages[page_nr]; in splice_to_pipe()
219 buf->offset = spd->partial[page_nr].offset; in splice_to_pipe()
220 buf->len = spd->partial[page_nr].len; in splice_to_pipe()
221 buf->private = spd->partial[page_nr].private; in splice_to_pipe()
222 buf->ops = spd->ops; in splice_to_pipe()
230 if (!--spd->nr_pages) in splice_to_pipe()
[all …]
/linux/Documentation/hwmon/
H A Dspd5118.rst58 SPD (Serial Presence Detect) support
61 The driver also supports reading the SPD NVRAM on SPD5118 compatible chips.
62 SPD data is available from the 'eeprom' binary attribute file attached to the
/linux/drivers/i2c/
H A Di2c-smbus.c366 * SPD is not part of SMBus but we include it here for convenience as the
368 * Restrictions to automatic SPD instantiation:
403 "Different memory types mixed, not instantiating SPD\n"); in i2c_register_spd()
415 * The max number of SPD EEPROMs that can be addressed per bus is 8. in i2c_register_spd()
432 name = "spd"; in i2c_register_spd()
445 "Memory type 0x%02x not supported yet, not instantiating SPD\n", in i2c_register_spd()
470 "Successfully instantiated SPD at 0x%hx\n", in i2c_register_spd()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c101 const struct xe_subplatform_desc *spd; in lookup_sub_desc() local
104 for (spd = desc->subplatforms; spd->subplatform; spd++) in lookup_sub_desc()
105 if (spd->subplatform == s) in lookup_sub_desc()
106 return spd; in lookup_sub_desc()
/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c83 const __be32 *clk, *spd, *rs; in add_legacy_port() local
94 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port()
148 legacy_info->speed = spd ? be32_to_cpup(spd) : 0; in add_legacy_port()
614 const __be32 *spd; in check_legacy_serial_console() local
654 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()
655 if (spd) in check_legacy_serial_console()
656 speed = be32_to_cpup(spd); in check_legacy_serial_console()
H A Dcpu_setup_6xx.S183 * Dynamic Power Management (DPM), Speculative (SPD)
197 andc r11,r11,r3 /* clear SPD: enable speculative */
236 * Dynamic Power Management (DPM), Speculative (SPD)
280 andc r11,r11,r3 /* clear SPD: enable speculative */
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c335 u32 spd = port->conf.speed; in sparx5_port_disable() local
381 spd_prm = spd == SPEED_10 ? 1000 : spd == SPEED_100 ? 100 : 10; in sparx5_port_disable()
891 int spd = conf->speed; in sparx5_port_config_low_set() local
893 clk_spd = spd == SPEED_10 ? 0 : spd == SPEED_100 ? 1 : 2; in sparx5_port_config_low_set()
894 gig_mode = spd == SPEED_1000 || spd == SPEED_2500; in sparx5_port_config_low_set()
895 tx_gap = spd == SPEED_1000 ? 4 : fdx ? 6 : 5; in sparx5_port_config_low_set()
896 hdx_gap_1 = spd == SPEED_1000 ? 0 : spd == SPEED_100 ? 1 : 2; in sparx5_port_config_low_set()
897 hdx_gap_2 = spd == SPEED_1000 ? 0 : spd == SPEED_100 ? 4 : 1; in sparx5_port_config_low_set()
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst29 Distribution (SPD) which is a graph showing the intensity (radiant
32 between the SPD and color as perceived by the human brain.
36 those receptors and are perceived as the same color, even though the SPD
43 can take an SPD and calculate the stimulus for each color receptor.
/linux/include/linux/usb/
H A Dpd_vdo.h236 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument
239 | ((spd) & 0x7))
376 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
379 | ((vbm) & 0x3) << 9 | ((cur) & 0x3) << 5 | ((spd) & 0x7))
380 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
384 | (vbt) << 4 | (sopp) << 3 | ((spd) & 0x7))
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c649 u32 spd; in atl1c_get_link_status() local
651 AT_READ_REG(hw, REG_MT_SPEED, &spd); in atl1c_get_link_status()
652 return !!spd; in atl1c_get_link_status()
674 u32 spd; in atl1c_get_speed_and_duplex() local
676 AT_READ_REG(hw, REG_MT_SPEED, &spd); in atl1c_get_speed_and_duplex()
677 *speed = spd; in atl1c_get_speed_and_duplex()
/linux/drivers/tty/serial/8250/
H A D8250_of.c95 u32 spd; in of_platform_serial_setup() local
146 if (of_property_read_u32(np, "current-speed", &spd) == 0) in of_platform_serial_setup()
147 port->custom_divisor = port->uartclk / (16 * spd); in of_platform_serial_setup()
/linux/net/core/
H A Dskbuff.c3069 * at the end of the spd in case we error'ed out in filling the pipe.
3071 static void sock_spd_release(struct splice_pipe_desc *spd, unsigned int i) in sock_spd_release() argument
3073 put_page(spd->pages[i]); in sock_spd_release()
3095 static bool spd_can_coalesce(const struct splice_pipe_desc *spd, in spd_can_coalesce() argument
3099 return spd->nr_pages && in spd_can_coalesce()
3100 spd->pages[spd->nr_pages - 1] == page && in spd_can_coalesce()
3101 (spd->partial[spd->nr_pages - 1].offset + in spd_can_coalesce()
3102 spd->partial[spd->nr_pages - 1].len == offset); in spd_can_coalesce()
3106 * Fill page/offset/length into spd, if it can hold more pages.
3108 static bool spd_fill_page(struct splice_pipe_desc *spd, struct page *page, in spd_fill_page() argument
[all …]
/linux/Documentation/usb/
H A Dacm.rst74 T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
83 T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
/linux/drivers/scsi/mvsas/
H A Dmv_chips.h230 const char *spd[] = { in mvs_show_pcie_usage() local
245 spd[link_spd]); in mvs_show_pcie_usage()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dparam.c454 unsigned int spd = SmartPowerDownEnable[bd]; in e1000e_check_options() local
456 e1000_validate_option(&spd, &opt, adapter); in e1000e_check_options()
457 if ((adapter->flags & FLAG_HAS_SMART_POWER_DOWN) && spd) in e1000e_check_options()
/linux/arch/powerpc/boot/dts/
H A Dturris1x.dts60 /* DDR3 SPD/EEPROM PSWP instruction */
88 /* DDR3 SPD/EEPROM */
90 compatible = "atmel,spd";

12345