| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/ |
| D | hp03.txt | 7 it must be pulled HI before the conversion and 9 pulled LO afterward.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | everest,es7241.txt | 15 the sdout. If the sdout is pulled down, leftj format is used. 16 If this property is not provided, sdout is assumed to pulled
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | everest,es7241.txt | 15 the sdout. If the sdout is pulled down, leftj format is used. 16 If this property is not provided, sdout is assumed to pulled
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/pressure/ |
| D | hoperf,hp03.yaml | 24 The XCLR pin is a reset of the ADC in the chip, it must be pulled 26 registers and pulled LO afterward.
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8mm-venice-gw73xx-0x-rs485.dtso | 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| D | imx8mm-venice-gw72xx-0x-rs485.dtso | 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
| D | veml6030.yaml | 34 - 0x10 # ADDR pin pulled down 35 - 0x48 # ADDR pin pulled up
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | veml6030.yaml | 34 - 0x10 # ADDR pin pulled down 35 - 0x48 # ADDR pin pulled up
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| D | bme680_i2c.c | 8 * - 0x76 if SDO is pulled to GND 9 * - 0x77 if SDO is pulled to VDDIO
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | bme680_i2c.c | 8 * - 0x76 if SDO is pulled to GND 9 * - 0x77 if SDO is pulled to VDDIO
|
| /kernel/linux/linux-5.10/drivers/iio/imu/bmi160/ |
| D | bmi160_i2c.c | 8 * - 0x68 if SDO is pulled to GND 9 * - 0x69 if SDO is pulled to VDDIO
|
| /kernel/linux/linux-6.6/drivers/iio/imu/bmi160/ |
| D | bmi160_i2c.c | 8 * - 0x68 if SDO is pulled to GND 9 * - 0x69 if SDO is pulled to VDDIO
|
| /kernel/linux/linux-5.10/include/linux/pinctrl/ |
| D | pinconf-generic.h | 36 * @PIN_CONFIG_BIAS_PULL_DOWN: the pin will be pulled down (usually with high 39 * @PIN_CONFIG_BIAS_PULL_PIN_DEFAULT: the pin will be pulled up or down based 47 * @PIN_CONFIG_BIAS_PULL_UP: the pin will be pulled up (usually with high 52 * which are then pulled up with an external resistor. Setting this
|
| /kernel/linux/linux-6.6/include/linux/pinctrl/ |
| D | pinconf-generic.h | 39 * @PIN_CONFIG_BIAS_PULL_DOWN: the pin will be pulled down (usually with high 43 * @PIN_CONFIG_BIAS_PULL_PIN_DEFAULT: the pin will be pulled up or down based 51 * @PIN_CONFIG_BIAS_PULL_UP: the pin will be pulled up (usually with high 57 * which are then pulled up with an external resistor. Setting this
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
| D | gpio-max3191x.txt | 31 pulled high (8-bit mode). Use this if the modesel pin 35 that modesel is pulled low (16-bit mode).
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | gpio-max3191x.txt | 31 pulled high (8-bit mode). Use this if the modesel pin 35 that modesel is pulled low (16-bit mode).
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | samsung,sec-core.txt | 35 - samsung,s2mps11-wrstbi-ground: Indicates that WRSTBI pin of PMIC is pulled 40 register to turn off the power. Usually the ACOKB is pulled up to VBATT so
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_mbx.c | 349 end = fm10k_fifo_head_offset(fifo, mbx->pulled); in fm10k_mbx_write_copy() 388 /* update number of bytes pulled and update bytes in transit */ in fm10k_mbx_pull_head() 389 mbx->pulled += mbx->tail_len - ack; in fm10k_mbx_pull_head() 393 len = fm10k_fifo_used(fifo) - mbx->pulled; in fm10k_mbx_pull_head() 401 /* drop pulled messages from the FIFO */ in fm10k_mbx_pull_head() 403 len && (mbx->pulled >= len); in fm10k_mbx_pull_head() 405 mbx->pulled -= fm10k_fifo_head_drop(fifo); in fm10k_mbx_pull_head() 621 /* determine the offset for the start of the region to be pulled */ in fm10k_mbx_update_local_crc() 622 head = fm10k_fifo_head_offset(&mbx->tx, mbx->pulled); in fm10k_mbx_update_local_crc() 624 /* update local CRC to include all of the pulled data */ in fm10k_mbx_update_local_crc() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_mbx.c | 349 end = fm10k_fifo_head_offset(fifo, mbx->pulled); in fm10k_mbx_write_copy() 388 /* update number of bytes pulled and update bytes in transit */ in fm10k_mbx_pull_head() 389 mbx->pulled += mbx->tail_len - ack; in fm10k_mbx_pull_head() 393 len = fm10k_fifo_used(fifo) - mbx->pulled; in fm10k_mbx_pull_head() 401 /* drop pulled messages from the FIFO */ in fm10k_mbx_pull_head() 403 len && (mbx->pulled >= len); in fm10k_mbx_pull_head() 405 mbx->pulled -= fm10k_fifo_head_drop(fifo); in fm10k_mbx_pull_head() 621 /* determine the offset for the start of the region to be pulled */ in fm10k_mbx_update_local_crc() 622 head = fm10k_fifo_head_offset(&mbx->tx, mbx->pulled); in fm10k_mbx_update_local_crc() 624 /* update local CRC to include all of the pulled data */ in fm10k_mbx_update_local_crc() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | p1023rdb.dts | 186 /* IRQ[0:3] are pulled up on board, set to active-low */ 212 * IRQ[7] is pulled up on board, set to active-low 238 * IRQ[8:10] are pulled up on board, set to active-low
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/ |
| D | p1023rdb.dts | 186 /* IRQ[0:3] are pulled up on board, set to active-low */ 212 * IRQ[7] is pulled up on board, set to active-low 238 * IRQ[8:10] are pulled up on board, set to active-low
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | 7.AdvancedTopics.rst | 53 will, of course, need a server that can be pulled from. Setting up such a 85 have pulled into their repositories, you will make life much more difficult 119 can affect your ability to get trees pulled in the future. Quoting Linus:
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | 7.AdvancedTopics.rst | 53 will, of course, need a server that can be pulled from. Setting up such a 85 have pulled into their repositories, you will make life much more difficult 119 can affect your ability to get trees pulled in the future. Quoting Linus:
|
| /kernel/linux/linux-6.6/drivers/net/phy/ |
| D | microchip_t1s.c | 28 /* The arrays below are pulled from the following table from AN1699 87 /* Pulled from AN1760 describing 'indirect read' 112 /* This is pulled straight from AN1760 from 'calculation of offset 1' &
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
| D | a2xx_gpu.h | 9 /* arrg, somehow fb.h is getting pulled in: */
|