Searched refs:input (Results 76 - 100 of 143) sorted by relevance

123456

/u-boot/drivers/serial/
H A Dserial_bcm6345.c176 static int bcm6345_serial_pending(struct udevice *dev, bool input) argument
181 if (input)
H A Dserial_s5p.c205 static int s5p_serial_pending(struct udevice *dev, bool input) argument
211 if (input) {
H A Datmel_usart.c204 static int atmel_serial_pending(struct udevice *dev, bool input) argument
209 if (input)
H A Dsandbox.c8 * a test program and read out the serial output and inject serial input for
131 static int sandbox_serial_pending(struct udevice *dev, bool input) argument
138 if (!input)
H A Dserial_ar933x.c135 static int ar933x_serial_pending(struct udevice *dev, bool input) argument
141 if (input)
H A Dserial_mvebu_a3700.c62 static int mvebu_serial_pending(struct udevice *dev, bool input) argument
67 if (input) {
H A Dserial_msm.c153 static int msm_serial_pending(struct udevice *dev, bool input) argument
155 if (input) {
H A Dserial_mpc8xx.c220 static int serial_mpc8xx_pending(struct udevice *dev, bool input) argument
226 if (!input)
H A Dserial_meson.c157 * counter with an 8 MHz clock input) and the actual baud
183 static int meson_serial_pending(struct udevice *dev, bool input) argument
189 if (input) {
H A Dserial_zynq.c67 /* Covering case where input clock is so slow */
247 static int zynq_serial_pending(struct udevice *dev, bool input) argument
252 if (input)
H A Dserial_stm32.c165 static int stm32_serial_pending(struct udevice *dev, bool input) argument
171 if (input)
H A Dserial_mxc.c68 #define UCR3_RXDMUXSEL BIT(2) /* RXD muxed input selected; 'should always be set' */
85 #define RFDIV 4 /* divide input clock by 2 */
346 static int mxc_serial_pending(struct udevice *dev, bool input) argument
352 if (input)
H A Dserial_pl01x.c329 int pl01x_serial_pending(struct udevice *dev, bool input) argument
334 if (input)
H A Dserial_lpuart.c464 static int lpuart_serial_pending(struct udevice *dev, bool input) argument
472 if (input) {
480 if (input)
/u-boot/test/dm/
H A Dbutton.c16 #include <dt-bindings/input/input.h>
/u-boot/drivers/video/nexell/
H A Ds5pxx18_dp_mipi.c204 static int mipi_prepare(int module, int input, argument
259 static int mipi_enable(int module, int input, argument
632 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; local
664 mipi_prepare(module, input, sync, ctrl, dev);
672 mipi_enable(module, input, sync, ctrl, dev);
/u-boot/include/
H A Dserial.h219 * pending() - Check if input/output characters are waiting
229 * @input: true to check input characters, false for output
232 int (*pending)(struct udevice *dev, bool input);
238 * This quickly clears any input/output characters from the UART.
/u-boot/drivers/button/
H A Dbutton-qcom-pmic.c10 #include <dt-bindings/input/linux-event-codes.h>
/u-boot/drivers/input/
H A Dkey_matrix.c14 #include <linux/input.h>
/u-boot/board/freescale/mx51evk/
H A Dmx51evk.c20 #include <input.h>
/u-boot/drivers/gpio/
H A Dmcp230xx_gpio.c225 bool input = !(flags & (GPIOD_IS_OUT | GPIOD_IS_OUT_ACTIVE)); local
249 ret = mcp230xx_write(dev, MCP230XX_IODIR, offset, input);
/u-boot/board/kosagi/novena/
H A Dvideo.c28 #include <input.h>
31 #include <linux/input.h>
175 /* dual pixel input mode, no EO swap, no RGB swap */
245 /* Test if the video input is stable. */
/u-boot/cmd/
H A Dmii.c265 char * input,
270 *plo = hextoul(input, &end);
264 extract_range( char * input, unsigned char * plo, unsigned char * phi) argument
/u-boot/drivers/net/bnxt/
H A Dbnxt_dbg.h270 func, (u16)((struct input *)bp->hwrm_addr_req)->req_type,
282 func, (u16)((struct input *)bp->hwrm_addr_req)->req_type);
/u-boot/lib/
H A Dcrc32.c239 * of input.
265 void crc32_wd_buf(const unsigned char *input, unsigned int ilen, argument
270 crc = crc32_wd(0, input, ilen, chunk_sz);

Completed in 149 milliseconds

123456