Home
last modified time | relevance | path

Searched full:shorted (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.14.4/arch/x86/mm/
Dpf_in.c67 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.14.4/block/
Dfops.c707 size_t shorted = 0; in blkdev_write_iter() local
735 shorted = iov_iter_count(from) - size; in blkdev_write_iter()
754 iov_iter_reexpand(from, iov_iter_count(from) + shorted); in blkdev_write_iter()
763 size_t shorted = 0; in blkdev_read_iter() local
771 shorted = iov_iter_count(to) - size; in blkdev_read_iter()
799 if (unlikely(shorted)) in blkdev_read_iter()
800 iov_iter_reexpand(to, iov_iter_count(to) + shorted); in blkdev_read_iter()
/linux-6.14.4/include/linux/
Duio.h349 size_t shorted = 0; in iov_iter_npages_cap() local
353 shorted = iov_iter_count(i) - max_bytes; in iov_iter_npages_cap()
357 if (shorted) in iov_iter_npages_cap()
358 iov_iter_reexpand(i, iov_iter_count(i) + shorted); in iov_iter_npages_cap()
/linux-6.14.4/drivers/leds/
Dleds-lp5569.c349 /* Enable LED Shorted Test */ in lp5569_led_short_test()
378 pos += sysfs_emit_at(buf, pos, "LED %d SHORTED FAIL\n", in lp5569_led_short_test()
387 /* Disable LED Shorted Test */ in lp5569_led_short_test()
415 /* Test LED Shorted */ in lp5569_selftest()
/linux-6.14.4/Documentation/hwmon/
Dsmsc47m192.rst107 sensor are open or shorted, or any of the two is shorted
Dltc4282.rst56 in0_fault Failure in the MOSFETs. Either bad or shorted FET.
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml64 0 - (Default) Shorted to tip when unplugged, open when plugged.
67 1 - Open when unplugged, shorted to tip when plugged.
/linux-6.14.4/include/linux/usb/
Dm66592.h28 /* (external controller only) set one = WR0_N shorted to WR1_N */
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-ad719227 and AIN(-) shorted.
Dsysfs-class-hwmon154 Reports a voltage hard failure (eg: shorted component)
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c200 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.14.4/Documentation/devicetree/bindings/iio/adc/
Dti,ads131e08.yaml108 1: Input shorted to (VREFP + VREFN) / 2 (for offset or noise measurements).
Dadi,ad7606.yaml143 2nd PWM connected to CONVST2, if CONVST2 is available and not shorted to
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ddr/
Djedec,lpddr-channel.yaml32 chips, and the CA, CS, etc. pins of the different chips all shorted
/linux-6.14.4/drivers/media/radio/
Dradio-aztech.c37 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
Dradio-trust.c34 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
/linux-6.14.4/drivers/hte/
Dhte-tegra194-test.c22 * Note: gpio_out and gpio_in need to be shorted externally in order for this
/linux-6.14.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi-3.dts217 /* ALDO3 is shorted to CLDO1 */
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dmsm8916-longcheer-l8150.dts161 * that can be shorted to make it work if needed.
/linux-6.14.4/drivers/platform/x86/
Dlenovo-yoga-tab2-pro-1380-fastcharger.c139 * Since the USB data lines are shorted for DCP detection, echos of in yt2_1380_fc_receive()
/linux-6.14.4/drivers/iio/adc/
Dad7793.c585 _storagebits, _shift, "shorted", IIO_VOLTAGE, \
612 _storagebits, _shift, "shorted", IIO_VOLTAGE, \
Dad7791.c94 _storagebits, _shift, "shorted", IIO_VOLTAGE, \
/linux-6.14.4/sound/soc/codecs/
Dcs42l84.c746 case 0b11: /* shorted */ in cs42l84_detect_hs()
767 case 0b11: /* shorted */ in cs42l84_detect_hs()
/linux-6.14.4/include/linux/mtd/
Dmap.h63 /* ensure we never evaluate anything shorted than an unsigned long
/linux-6.14.4/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c317 * output state of another (as if they were shorted together - a mux in aspeed_expr_is_gpio()

12