Home
last modified time | relevance | path

Searched refs:hdc (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/auxdisplay/
A Dhd44780_common.c44 hdc->write_data(hdc, c); in hd44780_common_print()
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
82 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display()
96 if (hdc->ifwidth != 4 && hdc->ifwidth != 8) in hd44780_common_init_display()
129 hdc->write_cmd(hdc, in hd44780_common_init_display()
142 hdc->write_cmd(hdc, in hd44780_common_init_display()
171 hdc->write_cmd(hdc, LCD_CMD_SHIFT); in hd44780_common_shift_cursor()
175 hdc->write_cmd(hdc, in hd44780_common_shift_cursor()
200 hdc->write_cmd(hdc, in hd44780_common_set_mode()
254 hdc->write_cmd(hdc, in hd44780_common_set_function()
[all …]
A Dhd44780.c44 struct hd44780 *hd = hdc->hd44780; in hd44780_backlight()
108 struct hd44780 *hd = hdc->hd44780; in hd44780_write_cmd_gpio8()
119 struct hd44780 *hd = hdc->hd44780; in hd44780_write_data_gpio8()
205 struct hd44780_common *hdc; in hd44780_probe() local
225 hdc = hd44780_common_alloc(); in hd44780_probe()
226 if (!hdc) in hd44780_probe()
237 hdc->hd44780 = hd; in hd44780_probe()
238 lcd->drvdata = hdc; in hd44780_probe()
289 hdc->bwidth = lcd->width; in hd44780_probe()
294 hdc->ifwidth = ifwidth; in hd44780_probe()
[all …]
A Dpanel.c835 if (!hdc) in lcd_init()
840 kfree(hdc); in lcd_init()
844 hdc->hd44780 = &lcd; in lcd_init()
865 hdc->bwidth = 40; in lcd_init()
866 hdc->hwidth = 64; in lcd_init()
878 hdc->bwidth = 40; in lcd_init()
879 hdc->hwidth = 16; in lcd_init()
891 hdc->bwidth = 40; in lcd_init()
892 hdc->hwidth = 64; in lcd_init()
910 hdc->bwidth = 40; in lcd_init()
[all …]
A Dhd44780_common.h11 void (*write_data)(struct hd44780_common *hdc, int data);
12 void (*write_cmd)(struct hd44780_common *hdc, int cmd);
14 void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd);
/linux/Documentation/cdrom/
A Dpacket-writing.rst16 - Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute
19 # cdrwtool -d /dev/hdc -q
23 # pktsetup dev_name /dev/hdc
37 # dvd+rw-format /dev/hdc
41 # pktsetup dev_name /dev/hdc
53 # dvd+rw-format /dev/hdc (only needed if the disc has never
55 # mkudffs /dev/hdc
56 # mount /dev/hdc /cdrom -t udf -o rw,noatime
66 # dvd+rw-format /dev/hdc
67 # pktsetup dev_name /dev/hdc
[all …]
A Dide-cd.rst84 `hdc` and `hdd`. (Interfaces at other locations get other letters
295 brw-rw---- 1 root disk 22, 0 Nov 11 18:48 /dev/hdc
307 were old names for what are now called hdc and hdd. Those names
/linux/Documentation/ide/
A Dide.rst61 Secondary: ide1, port 0x170; major=22; hdc is minor=0; hdd is minor=64
126 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */
134 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like::
136 ln -sf /dev/hdc /dev/cdrom
A DChangeLog.ide-tape.1995-2002181 * via /proc/ide/hdc/settings
/linux/Documentation/ABI/testing/
A Dsysfs-class-pktcdvd89 # create a new pktcdvd device mapped to /dev/hdc
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv139 6, 0, EAX, 13, hdc, HDC base registers supported
264 0xD, 1, ECX, 13, hdc, HDC state
/linux/Documentation/admin-guide/
A Dext4.rst441 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or
455 /sys/fs/ext4 based on its device name (i.e., /sys/fs/ext4/hdc or
A Ddevices.txt517 0 = /dev/hdc Master: whole disk (or CD-ROM)
A Dkernel-parameters.txt1726 Format: =0.0 to prevent dma on hda, =0.1 hdb =1.0 hdc
/linux/Documentation/filesystems/
A Dproc.rst1542 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or

Completed in 30 milliseconds