/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-taos-evm.rst | 10 are supported, but a few lines of code need to be added for each new
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-pca955x.txt | 21 - gpio-line-names: define the names of the GPIO lines
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.hpp | 211 FFDCFile createFFDCFile(const std::vector<std::string>& lines);
|
/openbmc/qemu/docs/system/arm/ |
H A D | xenpvh.rst | 38 In above QEMU command, last two lines are for connecting xenpvh QEMU to swtpm
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | gpio-sbu-mux.yaml | 13 In USB Type-C applications the SBU lines needs to be connected, disconnected
|
/openbmc/linux/Documentation/devicetree/bindings/media/cec/ |
H A D | cec-gpio.yaml | 18 5V lines it is 5.3V. So you may need some sort of level conversion
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | arm,versatile-fpga-irq.txt | 18 the interrupts are valid. Unconnected/unused lines are set to 0, and
|
H A D | fsl,irqsteer.yaml | 25 should contain the up to 8 parent interrupt lines used to multiplex
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | pwm-fan.yaml | 7 title: Fan connected to PWM lines
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am57xx-evm.dtso | 122 data-lines = <24>;
|
/openbmc/linux/Documentation/process/ |
H A D | email-clients.rst | 35 or spaces, even at the beginning or end of lines. 145 Make the composer window wide enough so that no lines wrap. As of 147 the email if the lines wrap in the composer window. Having word wrapping 149 long lines, you must make the composer window very wide before sending 348 At the same time it wraps lines every 78 chars with CRLF style line breaks
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 183 int lines; member 216 osd->lines = data[2]; in ivtvfb_get_osd_coords() 234 osd->lines, osd->x, osd->y); in ivtvfb_set_osd_coords() 569 ivtv_osd.lines = var->yres_virtual; in ivtvfb_set_var() 591 itv->yuv_info.osd_full_h = ivtv_osd.lines; in ivtvfb_set_var()
|
/openbmc/linux/Documentation/locking/ |
H A D | lockstat.rst | 146 which tries to get the lock) and lines 14-17 show the first 4 recorded 150 The first lock (05-18) is a read/write lock, and shows two lines above the
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | pamu.txt | 60 cache. The first is the number of cache lines, and the 66 cache. The first is the number of cache lines, and the
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7_asm.S | 42 and r2, r1, #7 @ extract the length of the cache lines 112 and r2, r1, #7 @ extract the length of the cache lines
|
/openbmc/u-boot/board/freescale/mx6memcal/ |
H A D | Kconfig | 146 Value will be applied to all clock and data lines 159 Value will be applied to all clock and data lines
|
/openbmc/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 53 lines):: 81 between the PIRQ lines. (distributing IRQ sources properly is not a
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dns-313.dts | 213 * UART modem lines, SSP 259 /* The data lines all have default skew */
|
/openbmc/qemu/hw/gpio/ |
H A D | stm32l4x5_gpio.c | 224 static void disconnect_gpio_pins(Stm32l4x5GpioState *s, uint16_t lines) in disconnect_gpio_pins() argument 226 s->disconnected_pins |= lines; in disconnect_gpio_pins()
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 168 # Minimum lines number of a similarity. 170 min-similarity-lines=6
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 304 static inline void scrolldelta(int lines) in scrolldelta() argument 309 scrollback_delta += lines; in scrolldelta() 1145 unsigned int cols, unsigned int lines) in vc_do_resize() argument 1163 if (cols > VC_MAXCOL || lines > VC_MAXROW) in vc_do_resize() 1167 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize() 1450 if (!lines) in scrollfront() 1451 lines = vc->vc_rows / 2; in scrollfront() 1452 scrolldelta(lines); in scrollfront() 3147 int lines; in tioclinux() local 3211 if (get_user(lines, (s32 __user *)(p+4))) in tioclinux() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | eql.rst | 24 Which is worse? A huge fee for a 56K leased line or two phone lines? 108 for your machine, and the MTU you prefer for your SLIP lines. One 296 #lines speed mtu seconds theory actual %of 370 it over twin SL/IP lines, just over null modems, but I was
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3215.c | 176 int len, count, ix, lines; in raw3215_mk_write_req() local 200 lines = 0; in raw3215_mk_write_req() 202 while (lines < RAW3215_MAX_NEWLINE && ix != raw->head) { in raw3215_mk_write_req() 204 lines++; in raw3215_mk_write_req()
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-video.c | 699 u32 bpl, lines; in __video_try_fmt() local 756 lines = p->sizeimage / p->bytesperline; in __video_try_fmt() 761 if (p->sizeimage < p->bytesperline * lines) in __video_try_fmt() 762 p->sizeimage = p->bytesperline * lines; in __video_try_fmt()
|