Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 10 of 10) sorted by relevance

/include/linux/greybus/
Dhd.h21 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 …]
Dmodule.h17 struct gb_host_device *hd; member
30 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id,
Dconnection.h39 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,
Dsvc.h42 struct gb_host_device *hd; member
62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
Dinterface.h50 struct gb_host_device *hd; member
Doperation.h188 void greybus_message_sent(struct gb_host_device *hd,
/include/drm/
Ddrm_modes.h134 #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/
Dhpet.h103 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()
Dgreybus.h146 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/
Dsi476x-core.h354 bool hd; member