Searched refs:hd (Results 1 – 10 of 10) sorted by relevance
| /include/linux/greybus/ |
| A 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); 28 int (*cport_flush)(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); 75 int gb_hd_add(struct gb_host_device *hd); 76 void gb_hd_del(struct gb_host_device *hd); 77 void gb_hd_shutdown(struct gb_host_device *hd); [all …]
|
| A 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,
|
| A 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,
|
| A D | svc.h | 42 struct gb_host_device *hd; member 62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
|
| A D | interface.h | 50 struct gb_host_device *hd; member
|
| A D | operation.h | 188 void greybus_message_sent(struct gb_host_device *hd,
|
| /include/drm/ |
| A 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), \ 149 #define __DRM_MODE_INIT(pix, hd, vd, hd_mm, vd_mm) \ argument 151 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 167 #define DRM_MODE_INIT(hz, hd, vd, hd_mm, vd_mm) \ argument 168 __DRM_MODE_INIT((hd) * (vd) * (hz) / 1000 /* kHz */, hd, vd, hd_mm, vd_mm) 180 #define DRM_SIMPLE_MODE(hd, vd, hd_mm, vd_mm) \ argument 181 __DRM_MODE_INIT(1 /* pass validation */, hd, vd, hd_mm, vd_mm)
|
| /include/linux/ |
| A 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()
|
| A D | greybus.h | 116 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) in cport_id_valid() argument 118 return cport_id != CPORT_ID_BAD && cport_id < hd->num_cports; in cport_id_valid()
|
| /include/linux/mfd/ |
| A D | si476x-core.h | 354 bool hd; member
|
Completed in 22 milliseconds