/linux-6.8/arch/x86/mm/ |
D | pf_in.c | 67 unsigned shorted:1; member 77 prf->shorted = 0; in skip_prefix() 86 prf->shorted = 1; in skip_prefix() 165 return prf.shorted ? 2 : (prf.enlarged ? 8 : 4); in get_ins_reg_width() 192 return prf.shorted ? 2 : 4; in get_ins_mem_width() 196 return prf.shorted ? 2 : (prf.enlarged ? 8 : 4); in get_ins_mem_width()
|
/linux-6.8/block/ |
D | fops.c | 677 size_t shorted = 0; in blkdev_write_iter() local 697 shorted = iov_iter_count(from) - size; in blkdev_write_iter() 716 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter() 725 size_t shorted = 0; in blkdev_read_iter() local 733 shorted = iov_iter_count(to) - size; in blkdev_read_iter() 760 if (unlikely(shorted)) in blkdev_read_iter() 761 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
|
/linux-6.8/include/linux/ |
D | uio.h | 312 size_t shorted = 0; in iov_iter_npages_cap() local 316 shorted = iov_iter_count(i) - max_bytes; in iov_iter_npages_cap() 320 if (shorted) in iov_iter_npages_cap() 321 iov_iter_reexpand(i, iov_iter_count(i) + shorted); in iov_iter_npages_cap()
|
/linux-6.8/Documentation/hwmon/ |
D | smsc47m192.rst | 107 sensor are open or shorted, or any of the two is shorted
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs42l42.yaml | 64 0 - (Default) Shorted to tip when unplugged, open when plugged. 67 1 - Open when unplugged, shorted to tip when plugged.
|
/linux-6.8/include/linux/usb/ |
D | m66592.h | 28 /* (external controller only) set one = WR0_N shorted to WR1_N */
|
D | r8a66597.h | 36 /* (external controller only) set one = WR0_N shorted to WR1_N */
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-ad7192 | 34 and AIN(-) shorted.
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/ |
D | events.c | 200 return "Bus stuck (I2C or data shorted)"; in mlx5_pme_error_to_string() 210 return "Bad or shorted cable/module"; in mlx5_pme_error_to_string()
|
/linux-6.8/Documentation/devicetree/bindings/iio/adc/ |
D | ti,ads131e08.yaml | 108 1: Input shorted to (VREFP + VREFN) / 2 (for offset or noise measurements).
|
/linux-6.8/Documentation/devicetree/bindings/memory-controllers/ddr/ |
D | jedec,lpddr-channel.yaml | 32 chips, and the CA, CS, etc. pins of the different chips all shorted
|
/linux-6.8/drivers/media/radio/ |
D | radio-aztech.c | 37 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
|
D | radio-trust.c | 34 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
|
/linux-6.8/drivers/hte/ |
D | hte-tegra194-test.c | 22 * Note: gpio_out and gpio_in need to be shorted externally in order for this
|
/linux-6.8/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-orangepi-3.dts | 216 /* ALDO3 is shorted to CLDO1 */
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | msm8916-longcheer-l8150.dts | 161 * that can be shorted to make it work if needed.
|
/linux-6.8/drivers/iio/adc/ |
D | ad7793.c | 585 _storagebits, _shift, "shorted", IIO_VOLTAGE, \ 612 _storagebits, _shift, "shorted", IIO_VOLTAGE, \
|
D | ad7791.c | 94 _storagebits, _shift, "shorted", IIO_VOLTAGE, \
|
/linux-6.8/include/linux/mtd/ |
D | map.h | 63 /* ensure we never evaluate anything shorted than an unsigned long
|
/linux-6.8/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 317 * output state of another (as if they were shorted together - a mux in aspeed_expr_is_gpio()
|
/linux-6.8/arch/arm64/boot/dts/rockchip/ |
D | rk3588-orangepi-5-plus.dts | 665 /* shorted to avcc_1v8_s0 on the board */
|
/linux-6.8/net/xfrm/ |
D | xfrm_compat.c | 406 * have the same len or shorted than 64-bit ones. in xfrm_attr_cpy32()
|
/linux-6.8/sound/soc/codecs/ |
D | es8316.c | 657 /* Shorted, headphones */ in es8316_irq()
|
D | wm8961.c | 202 /* Make sure the output is shorted */ in wm8961_hp_event()
|
D | rt5651.c | 1696 * The pins get temporarily shorted on jack unplug, so we poll for in rt5651_button_press_work() 1753 dev_dbg(component->dev, "mic-gnd shorted\n"); in rt5651_detect_headset()
|