Searched defs:hdc (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/auxdisplay/ |
H A D | hd44780_common.c | 41 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_print() local 54 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_gotoxy() local 80 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_clear_display() local 99 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_init_display() local 174 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_cursor() local 194 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_shift_display() local 206 static void hd44780_common_set_mode(struct hd44780_common *hdc) in hd44780_common_set_mode() 220 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_display() local 234 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_cursor() local 248 struct hd44780_common *hdc = lcd->drvdata; in hd44780_common_blink() local [all …]
|
H A D | hd44780.c | 43 struct hd44780_common *hdc = lcd->drvdata; in hd44780_backlight() local 106 static void hd44780_write_cmd_gpio8(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio8() 117 static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data) in hd44780_write_data_gpio8() 145 static void hd44780_write_cmd_gpio4(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_gpio4() 156 static void hd44780_write_cmd_raw_gpio4(struct hd44780_common *hdc, int cmd) in hd44780_write_cmd_raw_gpio4() 173 static void hd44780_write_data_gpio4(struct hd44780_common *hdc, int data) in hd44780_write_data_gpio4() 205 struct hd44780_common *hdc; in hd44780_probe() local 325 struct hd44780_common *hdc = lcd->drvdata; in hd44780_remove() local
|
H A D | panel.c | 726 static void lcd_write_cmd_s(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_s() 737 static void lcd_write_data_s(struct hd44780_common *hdc, int data) in lcd_write_data_s() 748 static void lcd_write_cmd_p8(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_p8() 770 static void lcd_write_data_p8(struct hd44780_common *hdc, int data) in lcd_write_data_p8() 792 static void lcd_write_cmd_tilcd(struct hd44780_common *hdc, int cmd) in lcd_write_cmd_tilcd() 802 static void lcd_write_data_tilcd(struct hd44780_common *hdc, int data) in lcd_write_data_tilcd() 832 struct hd44780_common *hdc; in lcd_init() local
|
/openbmc/qemu/hw/core/ |
H A D | hotplug.c | 20 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_pre_plug() local 31 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_plug() local 42 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_unplug_request() local 53 HotplugHandlerClass *hdc = HOTPLUG_HANDLER_GET_CLASS(plug_handler); in hotplug_handler_unplug() local
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-md-pci.c | 75 HotplugHandlerClass *hdc; in virtio_md_pci_unplug_request() local
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | usb-compat.h | 52 #define usb_hcd_check_unlink_urb(hdc, urb, status) 0 argument
|
/openbmc/qemu/include/hw/ |
H A D | qdev-core.h | 1029 HotplugHandlerClass *hdc; in qbus_is_hotpluggable() local
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 908 HotplugHandlerClass *hdc; in qdev_unplug() local
|