Home
last modified time | relevance | path

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

12

/linux-6.8/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.8/block/
Dfops.c677 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/
Duio.h312 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/
Dsmsc47m192.rst107 sensor are open or shorted, or any of the two is shorted
/linux-6.8/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.8/include/linux/usb/
Dm66592.h28 /* (external controller only) set one = WR0_N shorted to WR1_N */
Dr8a66597.h36 /* (external controller only) set one = WR0_N shorted to WR1_N */
/linux-6.8/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-ad719234 and AIN(-) shorted.
/linux-6.8/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.8/Documentation/devicetree/bindings/iio/adc/
Dti,ads131e08.yaml108 1: Input shorted to (VREFP + VREFN) / 2 (for offset or noise measurements).
/linux-6.8/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.8/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.8/drivers/hte/
Dhte-tegra194-test.c22 * Note: gpio_out and gpio_in need to be shorted externally in order for this
/linux-6.8/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi-3.dts216 /* ALDO3 is shorted to CLDO1 */
/linux-6.8/arch/arm64/boot/dts/qcom/
Dmsm8916-longcheer-l8150.dts161 * that can be shorted to make it work if needed.
/linux-6.8/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.8/include/linux/mtd/
Dmap.h63 /* ensure we never evaluate anything shorted than an unsigned long
/linux-6.8/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c317 * 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/
Drk3588-orangepi-5-plus.dts665 /* shorted to avcc_1v8_s0 on the board */
/linux-6.8/net/xfrm/
Dxfrm_compat.c406 * have the same len or shorted than 64-bit ones. in xfrm_attr_cpy32()
/linux-6.8/sound/soc/codecs/
Des8316.c657 /* Shorted, headphones */ in es8316_irq()
Dwm8961.c202 /* Make sure the output is shorted */ in wm8961_hp_event()
Drt5651.c1696 * 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()

12