Searched refs:kempld_device_data (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/modules/
H A Dkontron_wdt.c41 struct kempld_device_data pld;
68 * @pld: kempld_device_data structure describing the PLD
73 void kempld_set_index(struct kempld_device_data *pld, uint8_t index)
82 uint8_t kempld_read8(struct kempld_device_data *pld, uint8_t index) {
88 void kempld_write8(struct kempld_device_data *pld, uint8_t index, uint8_t data) {
94 uint16_t kempld_read16(struct kempld_device_data *pld, uint8_t index)
100 void kempld_write16(struct kempld_device_data *pld, uint8_t index, uint16_t data)
106 uint32_t kempld_read32(struct kempld_device_data *pld, uint8_t index)
111 void kempld_write32(struct kempld_device_data *pld, uint8_t index, uint32_t data)
117 static void kempld_release_mutex(struct kempld_device_data *pl
[all...]
H A Dkontron_wdt.h69 * struct kempld_device_data - Internal representation of the PLD device
82 struct kempld_device_data { struct
111 struct kempld_device_data *pld;

Completed in 90 milliseconds