/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_parse.js | 3 function extractUsec(line) { argument 18 function extractInt(line, kw) { argument 33 function extractSerial(line) { argument 37 function extractReplySerial(line) { argument
|
/openbmc/openbmc-tools/i2c/ |
H A D | tree.py | 22 def parse_line(line): argument 34 def draw(line): argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | dc_fpu.c | 85 void dc_fpu_begin(const char *function_name, const int line) in dc_fpu_begin() 126 void dc_fpu_end(const char *function_name, const int line) in dc_fpu_end()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sb1250-duart.c | 48 #define SBD_CHANREGS(line) A_BCM1480_DUART_CHANREG((line), 0) argument 49 #define SBD_CTRLREGS(line) A_BCM1480_DUART_CTRLREG((line), 0) argument 50 #define SBD_INT(line) (K_BCM1480_INT_UART_0 + (line)) argument 54 #define R_DUART_IMRREG(line) R_BCM1480_DUART_IMRREG(line) argument 55 #define R_DUART_INCHREG(line) R_BCM1480_DUART_INCHREG(line) argument 56 #define R_DUART_ISRREG(line) R_BCM1480_DUART_ISRREG(line) argument 62 #define SBD_CHANREGS(line) A_DUART_CHANREG((line), 0) argument 63 #define SBD_CTRLREGS(line) A_DUART_CTRLREG(0) argument 64 #define SBD_INT(line) (K_INT_UART_0 + (line)) argument 773 int max_lines, line; in sbd_probe_duarts() local
|
/openbmc/u-boot/test/ |
H A D | ut.c | 14 void ut_fail(struct unit_test_state *uts, const char *fname, int line, in ut_fail() 22 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | ga102.c | 35 u8 line = (data & 0x0000003f); in ga102_gpio_reset() local 54 ga102_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in ga102_gpio_drive() 64 ga102_gpio_sense(struct nvkm_gpio *gpio, int line) in ga102_gpio_sense()
|
H A D | nv10.c | 29 nv10_gpio_sense(struct nvkm_gpio *gpio, int line) in nv10_gpio_sense() 52 nv10_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in nv10_gpio_drive()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 39 struct line { struct 41 char *line; member
|
/openbmc/u-boot/drivers/gpio/ |
H A D | atmel_pio4.c | 195 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_direction_input() local 211 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_direction_output() local 231 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_get_value() local 242 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_set_value() local 257 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_get_function() local
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ts5500.c | 201 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_input() local 220 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_get() local 228 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_output() local 250 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_set() local 265 const struct ts5500_dio line = block[offset]; in ts5500_gpio_to_irq() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv40.c | 106 nv40_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv40_fan_pwm_ctrl() 121 nv40_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv40_fan_pwm_get() 149 nv40_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv40_fan_pwm_set()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 204 int get_line_length(const char *line) in get_line_length() 226 const char *line = get_line(text, i); in fill_window() local 272 const char *line = get_line(msg, i); in btn_dialog() local 384 const char *line = get_line(prompt, i); in dialog_inputbox() local 572 const char *line = get_line(text, i); in show_scroll_win() local
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_ioc3.c | 21 int line; member 40 int irq, line; in serial8250_ioc3_probe() local
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3270.c | 287 struct tty3270_line *line; in tty3270_blank_screen() local 474 struct tty3270_line *line; in tty3270_update_lines_visible() local 495 struct tty3270_line *line; in tty3270_update_lines_all() local 1260 struct tty3270_line *line; in tty3270_put_character() local 1292 struct tty3270_line *line; in tty3270_lf() local 1326 struct tty3270_line *line; in tty3270_insert_characters() local 1351 struct tty3270_line *line; in tty3270_delete_characters() local 1371 struct tty3270_line *line; in tty3270_erase_characters() local 1391 struct tty3270_line *line; in tty3270_erase_line() local 1432 struct tty3270_line *line; in tty3270_erase_display() local [all …]
|
/openbmc/linux/tools/perf/arch/riscv/util/ |
H A D | header.c | 20 static char *_get_field(const char *line) in _get_field() 38 char *line = NULL; in _get_cpuid() local
|
/openbmc/u-boot/include/dt-bindings/pinctrl/ |
H A D | stm32-pinfunc.h | 31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v73_scalar.c | 28 static void __check32(int line, uint32_t result, uint32_t expect) in __check32() 39 static void __check64(int line, uint64_t result, uint64_t expect) in __check64()
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-170.c | 222 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() 272 struct vfe_line *line) in vfe_wm_update() 401 static int vfe_get_output(struct vfe_line *line) in vfe_get_output() 440 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output() 496 static void vfe_disable_output(struct vfe_line *line) in vfe_disable_output() 518 static int vfe_enable(struct vfe_line *line) in vfe_enable() 563 static int vfe_disable(struct vfe_line *line) in vfe_disable() 620 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done() local 717 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer() local
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | trap.c | 18 static void error1(const char *filename, int line, const char *fmt, ...) in error1() 29 static int __chk_error(const char *filename, int line, int ret) in __chk_error()
|
/openbmc/u-boot/tools/patman/ |
H A D | patchstream.py | 78 def AddToSeries(self, line, name, value): argument 95 def AddToCommit(self, line, name, value): argument 123 def ProcessLine(self, line): argument
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtb_platdata.py | 72 def tab_to(num_tabs, line): argument 166 def out(self, line): argument 174 def buf(self, line): argument
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | start_up.c | 325 void (*flags_helper_func)(char *line), in get_host_cpu_features() 326 void (*cache_helper_func)(char *line)) in get_host_cpu_features() 329 char *line = NULL; in get_host_cpu_features() local
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-f300.c | 25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line() 34 static u8 f300_get_line(struct cx23885_dev *dev, u32 line) in f300_get_line()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | tlb.c | 167 void dump_tlb_line(unsigned long line) in dump_tlb_line() 219 unsigned int line; in flush_tlb_pid() local 268 unsigned int line; in flush_tlb_all() local
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | stm32-pinfunc.h | 31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|