Searched defs:hd (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/include/linux/greybus/
H A Dmodule.h17 struct gb_host_device *hd; member in struct:gb_module
H A Dsvc.h42 struct gb_host_device *hd; member in struct:gb_svc
H A Dconnection.h39 struct gb_host_device *hd; member in struct:gb_connection
H A Dinterface.h50 struct gb_host_device *hd; member in struct:gb_interface
/linux-master/arch/sh/drivers/
H A Dheartbeat.c32 static inline void heartbeat_toggle_bit(struct heartbeat_data *hd, argument
61 struct heartbeat_data *hd = from_timer(hd, t, timer); local
77 struct heartbeat_data *hd; local
[all...]
/linux-master/drivers/clk/qcom/
H A Dclk-hfpll.c23 struct hfpll_data const *hd = h->d; local
60 struct hfpll_data const *hd = h->d; local
99 struct hfpll_data const *hd = h->d; local
114 struct hfpll_data const *hd = h->d; local
138 struct hfpll_data const *hd = h->d; local
159 struct hfpll_data const *hd = h->d; local
197 struct hfpll_data const *hd = h->d; local
209 struct hfpll_data const *hd = h->d; local
235 struct hfpll_data const *hd = h->d; local
[all...]
/linux-master/drivers/greybus/
H A Dmodule.c89 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id, argument
H A Dhd.c24 int gb_hd_output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, argument
36 struct gb_host_device *hd = to_gb_host_device(dev); local
48 int gb_hd_cport_reserve(struct gb_host_device *hd, u16 cport_id) argument
63 gb_hd_cport_release_reserved(struct gb_host_device *hd, u16 cport_id) argument
72 gb_hd_cport_allocate(struct gb_host_device *hd, int cport_id, unsigned long flags) argument
96 gb_hd_cport_release(struct gb_host_device *hd, u16 cport_id) argument
108 struct gb_host_device *hd = to_gb_host_device(dev); local
129 struct gb_host_device *hd; local
200 gb_hd_add(struct gb_host_device *hd) argument
220 gb_hd_del(struct gb_host_device *hd) argument
234 gb_hd_shutdown(struct gb_host_device *hd) argument
240 gb_hd_put(struct gb_host_device *hd) argument
[all...]
H A Dcore.c113 const struct gb_host_device *hd; local
181 struct gb_host_device *hd; local
[all...]
H A Dconnection.c24 struct gb_host_device *hd = intf->hd; local
54 gb_connection_hd_find(struct gb_host_device *hd, u16 cport_id) argument
76 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id, argument
144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, struct gb_interface *intf, struct gb_bundle *bundle, int cport_id, gb_request_handler_t handler, unsigned long flags) argument
228 gb_connection_create_static(struct gb_host_device *hd, u16 hd_cport_id, gb_request_handler_t handler) argument
281 struct gb_host_device *hd = connection->hd; local
300 struct gb_host_device *hd = connection->hd; local
315 struct gb_host_device *hd = connection->hd; local
333 struct gb_host_device *hd = connection->hd; local
351 struct gb_host_device *hd = connection->hd; local
378 struct gb_host_device *hd = connection->hd; local
401 struct gb_host_device *hd = connection->hd; local
557 struct gb_host_device *hd = connection->hd; local
909 struct gb_host_device *hd = connection->hd; local
926 struct gb_host_device *hd = connection->hd; local
[all...]
H A Doperation.c231 struct gb_host_device *hd = message->operation->connection->hd; local
309 static void gb_operation_message_init(struct gb_host_device *hd, argument
361 gb_operation_message_alloc(struct gb_host_device *hd, u8 type, argument
471 struct gb_host_device *hd = operation->connection->hd; local
523 struct gb_host_device *hd = connection->hd; local
623 struct gb_host_device *hd = connection->hd; local
871 greybus_message_sent(struct gb_host_device *hd, struct gb_message *message, int status) argument
[all...]
/linux-master/include/linux/
H A Dgreybus.h116 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) argument
H A Dhpet.h103 static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) argument
/linux-master/arch/mips/sgi-ip30/
H A Dip30-irq.c146 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
155 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
165 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
175 struct heart_irq_data *hd local
206 struct heart_irq_data *hd; local
[all...]
/linux-master/arch/mips/sgi-ip27/
H A Dip27-irq.c54 struct hub_irq_data *hd = irq_data_get_irq_chip_data(d); local
64 struct hub_irq_data *hd = irq_data_get_irq_chip_data(d); local
72 static void setup_hub_mask(struct hub_irq_data *hd, const struct cpumask *mask) argument
95 struct hub_irq_data *hd = irq_data_get_irq_chip_data(d); local
124 struct hub_irq_data *hd; local
[all...]
/linux-master/drivers/auxdisplay/
H A Dhd44780_common.c356 struct hd44780_common *hd; local
H A Dhd44780.c44 struct hd44780 *hd = hdc->hd44780; local
50 static void hd44780_strobe_gpio(struct hd44780 *hd) argument
64 static void hd44780_write_gpio8(struct hd44780 *hd, u8 val, unsigned int rs) argument
80 hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs) argument
108 struct hd44780 *hd = hdc->hd44780; local
119 struct hd44780 *hd = hdc->hd44780; local
147 struct hd44780 *hd = hdc->hd44780; local
159 struct hd44780 *hd = hdc->hd44780; local
175 struct hd44780 *hd = hdc->hd44780; local
206 struct hd44780 *hd; local
[all...]
/linux-master/drivers/scsi/
H A Dsgiwd93.c70 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) argument
/linux-master/block/partitions/
H A Dcore.c88 static struct parsed_partitions *allocate_partitions(struct gendisk *hd) argument
114 static struct parsed_partitions *check_partition(struct gendisk *hd) argument
/linux-master/drivers/staging/greybus/
H A Dgbphy.c81 const struct gb_host_device *hd = intf->hd; local
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c192 unsigned int hd, hs, he, hbe, ht; local
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c302 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
308 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
552 struct omap_hdmi *hd = dev_get_drvdata(dev); local
572 struct omap_hdmi *hd = dev_get_drvdata(dev); local
585 struct omap_hdmi *hd = dev_get_drvdata(dev); local
602 struct omap_hdmi *hd = dev_get_drvdata(dev); local
619 struct omap_hdmi *hd = dev_get_drvdata(dev); local
[all...]
H A Dhdmi5.c330 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
337 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
584 struct omap_hdmi *hd = dev_get_drvdata(dev); local
604 struct omap_hdmi *hd = dev_get_drvdata(dev); local
617 struct omap_hdmi *hd = dev_get_drvdata(dev); local
634 struct omap_hdmi *hd = dev_get_drvdata(dev); local
651 struct omap_hdmi *hd = dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/video/fbdev/
H A Dasiliantfb.c175 unsigned hd = p->var.xres / 8; local
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c264 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
270 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
528 struct omap_hdmi *hd = dev_get_drvdata(dev); local
543 struct omap_hdmi *hd = dev_get_drvdata(dev); local
556 struct omap_hdmi *hd = dev_get_drvdata(dev); local
575 struct omap_hdmi *hd = dev_get_drvdata(dev); local
592 struct omap_hdmi *hd = dev_get_drvdata(dev); local
[all...]

Completed in 411 milliseconds

123