Searched refs:hd (Results 1 – 10 of 10) sorted by relevance
/include/linux/greybus/ |
D | hd.h | 21 int (*cport_allocate)(struct gb_host_device *hd, int cport_id, 23 void (*cport_release)(struct gb_host_device *hd, u16 cport_id); 24 int (*cport_enable)(struct gb_host_device *hd, u16 cport_id, 26 int (*cport_disable)(struct gb_host_device *hd, u16 cport_id); 27 int (*cport_connected)(struct gb_host_device *hd, u16 cport_id); 28 int (*cport_flush)(struct gb_host_device *hd, u16 cport_id); 29 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id, 31 int (*cport_quiesce)(struct gb_host_device *hd, u16 cport_id, 33 int (*cport_clear)(struct gb_host_device *hd, u16 cport_id); 35 int (*message_send)(struct gb_host_device *hd, u16 dest_cport_id, [all …]
|
D | module.h | 17 struct gb_host_device *hd; member 30 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id,
|
D | connection.h | 39 struct gb_host_device *hd; member 67 struct gb_connection *gb_connection_create_static(struct gb_host_device *hd, 93 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
|
D | svc.h | 42 struct gb_host_device *hd; member 62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
|
D | interface.h | 50 struct gb_host_device *hd; member
|
D | operation.h | 188 void greybus_message_sent(struct gb_host_device *hd,
|
/include/drm/ |
D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 151 #define DRM_SIMPLE_MODE(hd, vd, hd_mm, vd_mm) \ argument 153 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 154 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
|
/include/linux/ |
D | hpet.h | 103 static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) in hpet_reserve_timer() argument 105 hd->hd_state |= (1 << timer); in hpet_reserve_timer()
|
D | greybus.h | 146 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) in cport_id_valid() argument 148 return cport_id != CPORT_ID_BAD && cport_id < hd->num_cports; in cport_id_valid()
|
/include/linux/mfd/ |
D | si476x-core.h | 354 bool hd; member
|