libhd  5.0
kbd.h
Go to the documentation of this file.
get_cmdline
str_list_t * get_cmdline(hd_data_t *hd_data, char *key)
Definition: hd.c:3603
s_hd_t::prog_if
hd_id_t prog_if
(PCI) programming interface (id and name).
Definition: hd.h:2246
s_hd_t::base_class
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2236
hd_scan_kbd
void hd_scan_kbd(hd_data_t *hd_data)
Definition: kbd.c:63
res_baud_t::stopbits
unsigned stopbits
Definition: hd.h:1742
hd_data_t::hd
hd_t * hd
Current hardware list.
Definition: hd.h:2615
remove_hd_entries
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2736
res_baud_t::type
enum resource_types type
Definition: hd.h:1740
new_str
char * new_str(const char *s)
Definition: hd.c:1602
kbd.h
PROGRESS
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
mod_kbd
@ mod_kbd
Definition: hd_int.h:81
hd_split
str_list_t * hd_split(char del, const char *str)
Definition: hd.c:5147
DEV_KBD
#define DEV_KBD
Definition: hd_int.h:34
s_str_list_t::next
struct s_str_list_t * next
Link to next member.
Definition: hd.h:411
res_baud
@ res_baud
Definition: hd.h:1641
s_hd_t::unix_dev_name
char * unix_dev_name
Special device file.
Definition: hd.h:2353
add_serial_console
static void add_serial_console(hd_data_t *hd_data)
Definition: kbd.c:97
s_hd_t
Individual hardware item.
Definition: hd.h:2201
hd_is_uml
int hd_is_uml(hd_data_t *hd_data)
Definition: hd.c:3122
u_hd_res_t
libhd resource union
Definition: hd.h:1827
s_hd_t::next
struct s_hd_t * next
Link to next hardware item.
Definition: hd.h:2202
res_baud_t::handshake
char handshake
-, h, s
Definition: hd.h:1744
s_hd_t::device
hd_id_t device
Device id and name.
Definition: hd.h:2264
res_baud_t::bits
unsigned bits
Definition: hd.h:1742
u_hd_res_t::baud
res_baud_t baud
Definition: hd.h:1837
s_str_list_t::free_str_list
str_list_t * free_str_list(str_list_t *list)
Definition: hd.c:2518
bus_ps2
@ bus_ps2
outside the range of the PCI values
Definition: hd.h:301
hd_data_t::module
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2686
sc_keyboard_console
@ sc_keyboard_console
Definition: hd.h:256
ADD2LOG
#define ADD2LOG(a...)
Definition: hd_int.h:66
s_str_list_t
String list type.
Definition: hd.h:410
res_baud_t::speed
unsigned speed
Definition: hd.h:1741
pr_kbd
@ pr_kbd
Definition: hd.h:117
add_hd_entry
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1802
bus_serial
@ bus_serial
Definition: hd.h:301
bc_keyboard
@ bc_keyboard
Definition: hd.h:168
hd_probe_feature
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:603
s_hd_t::sub_device
hd_id_t sub_device
Subdevice id and name.
Definition: hd.h:2280
MAKE_ID
#define MAKE_ID(tag, id_val)
Combine tag and id value.
Definition: hd.h:105
hd_id_t::id
unsigned id
Numeric id.
Definition: hd.h:401
hd.h
DEV_OPENPROM
#define DEV_OPENPROM
Definition: hd_int.h:36
s_hd_t::res
hd_res_t * res
Device resources.
Definition: hd.h:2432
s_hd_t::sub_class
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2241
res_baud_t::parity
char parity
n, e, o, s, m
Definition: hd.h:1743
bus_none
@ bus_none
Definition: hd.h:297
s_hd_t::sub_vendor
hd_id_t sub_vendor
Subvendor id and name.
Definition: hd.h:2272
s_hd_t::vendor
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2254
hd_id_t::name
char * name
Name (if any) that corresponds to hd_id_t::id.
Definition: hd.h:402
hd_int.h
s_hd_t::bus
hd_id_t bus
Bus type (id and name).
Definition: hd.h:2220
hd_data
static hd_data_t * hd_data
Definition: pppoe.c:29
str_printf
void str_printf(char **buf, int offset, char *format,...)
Definition: hd.c:2426
add_res_entry
hd_res_t * add_res_entry(hd_res_t **res, hd_res_t *new_res)
Definition: hd.c:1794
TAG_SPECIAL
#define TAG_SPECIAL
Internally used ids.
Definition: hd.h:88
DEV_CONSOLE
#define DEV_CONSOLE
Definition: hd_int.h:35
hd_data_t
Holds all data accumulated during hardware probing.
Definition: hd.h:2609
new_mem
void * new_mem(size_t size)
Definition: hd.c:1560
sc_keyboard_kbd
@ sc_keyboard_kbd
Definition: hd.h:256
s_str_list_t::str
char * str
Some string data.
Definition: hd.h:412
free_mem
void * free_mem(void *p)
Definition: hd.c:1619