Searched refs:hd (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/drivers/greybus/
H A Dhd.c24 int gb_hd_output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, argument
27 if (!hd || !hd->driver || !hd->driver->output)
29 return hd->driver->output(hd, req, size, cmd, async);
36 struct gb_host_device *hd = to_gb_host_device(dev); local
38 return sprintf(buf, "%d\n", hd->bus_id);
48 int gb_hd_cport_reserve(struct gb_host_device *hd, u16 cport_id) argument
50 struct ida *id_map = &hd
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 Dconnection.c24 struct gb_host_device *hd = intf->hd; local
27 list_for_each_entry(connection, &hd->connections, hd_links) {
54 gb_connection_hd_find(struct gb_host_device *hd, u16 cport_id) argument
60 list_for_each_entry(connection, &hd->connections, hd_links)
76 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id, argument
81 trace_gb_hd_in(hd);
83 connection = gb_connection_hd_find(hd, cport_id);
85 dev_err(&hd->dev,
122 * @hd
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 Dcore.c113 const struct gb_host_device *hd; local
121 hd = to_gb_host_device(dev);
124 hd = module->hd;
128 hd = intf->hd;
133 hd = intf->hd;
138 hd = intf->hd;
181 struct gb_host_device *hd; local
[all...]
H A Des2.c78 * @hd: pointer to our gb_host_device structure
103 struct gb_host_device *hd; member in struct:es2_ap_dev
136 static inline struct es2_ap_dev *hd_to_es2(struct gb_host_device *hd) argument
138 return (struct es2_ap_dev *)&hd->hd_priv;
217 static int output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, argument
220 struct es2_ap_dev *es2 = hd_to_es2(hd);
390 static int message_send(struct gb_host_device *hd, u16 cport_id, argument
393 struct es2_ap_dev *es2 = hd_to_es2(hd);
405 if (!cport_id_valid(hd, cport_id)) {
455 struct gb_host_device *hd local
488 es2_cport_allocate(struct gb_host_device *hd, int cport_id, unsigned long flags) argument
528 es2_cport_release(struct gb_host_device *hd, u16 cport_id) argument
541 cport_enable(struct gb_host_device *hd, u16 cport_id, unsigned long flags) argument
583 es2_cport_connected(struct gb_host_device *hd, u16 cport_id) argument
602 es2_cport_flush(struct gb_host_device *hd, u16 cport_id) argument
620 es2_cport_shutdown(struct gb_host_device *hd, u16 cport_id, u8 phase, unsigned int timeout) argument
646 es2_cport_quiesce(struct gb_host_device *hd, u16 cport_id, size_t peer_space, unsigned int timeout) argument
675 es2_cport_clear(struct gb_host_device *hd, u16 cport_id) argument
693 latency_tag_enable(struct gb_host_device *hd, u16 cport_id) argument
711 latency_tag_disable(struct gb_host_device *hd, u16 cport_id) argument
815 struct gb_host_device *hd = urb->context; local
859 struct gb_host_device *hd = message->operation->connection->hd; local
1248 struct gb_host_device *hd; local
[all...]
H A DMakefile5 hd.o \
H A Doperation.c220 return connection->hd->driver->message_send(connection->hd,
231 struct gb_host_device *hd = message->operation->connection->hd; local
233 hd->driver->message_cancel(message);
245 dev_err(&connection->hd->dev,
254 dev_err(&connection->hd->dev,
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
368 if (message_size > hd
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...]
H A Dmodule.c41 ret = gb_svc_intf_eject(module->hd->svc, module->module_id);
89 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id, argument
101 module->hd = hd;
105 module->dev.parent = &hd->dev;
109 module->dev.dma_mask = hd->dev.dma_mask;
111 dev_set_name(&module->dev, "%d-%u", hd->bus_id, module_id);
H A Dgreybus_trace.h179 __entry->hd_bus_id = connection->hd->bus_id;
388 __entry->hd_bus_id = module->hd->bus_id;
431 TP_PROTO(struct gb_host_device *hd),
433 TP_ARGS(hd),
442 __entry->bus_id = hd->bus_id;
443 __entry->num_cports = hd->num_cports;
444 __entry->buffer_size_max = hd->buffer_size_max;
454 TP_PROTO(struct gb_host_device *hd), \
455 TP_ARGS(hd))
/linux-master/arch/sh/drivers/
H A Dheartbeat.c32 static inline void heartbeat_toggle_bit(struct heartbeat_data *hd, argument
37 new = (1 << hd->bit_pos[bit]);
41 new &= hd->mask;
43 switch (hd->regsize) {
45 new |= ioread32(hd->base) & ~hd->mask;
46 iowrite32(new, hd->base);
49 new |= ioread16(hd->base) & ~hd->mask;
50 iowrite16(new, hd
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
30 if (hd->config_val)
31 regmap_write(regmap, hd->config_reg, hd->config_val);
32 regmap_write(regmap, hd->m_reg, 0);
33 regmap_write(regmap, hd->n_reg, 1);
35 if (hd->user_reg) {
36 u32 regval = hd->user_val;
42 if (hd->user_vco_mask && rate > hd
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/include/linux/greybus/
H A 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, u1
[all...]
H A Dmodule.h17 struct gb_host_device *hd; member in struct:gb_module
30 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id,
/linux-master/drivers/auxdisplay/
H A Dhd44780.c44 struct hd44780 *hd = hdc->hd44780; local
46 if (hd->pins[PIN_CTRL_BL])
47 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_BL], on);
50 static void hd44780_strobe_gpio(struct hd44780 *hd) argument
55 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 1);
60 gpiod_set_value_cansleep(hd->pins[PIN_CTRL_E], 0);
64 static void hd44780_write_gpio8(struct hd44780 *hd, u8 val, unsigned int rs) argument
71 n = hd->pins[PIN_CTRL_RW] ? 10 : 9;
74 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA0], NULL, values);
76 hd44780_strobe_gpio(hd);
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/arch/mips/sgi-ip27/
H A Dip27-irq.c54 struct hub_irq_data *hd = irq_data_get_irq_chip_data(d); local
55 unsigned long *mask = per_cpu(irq_enable_mask, hd->cpu);
58 __raw_writeq(mask[0], hd->irq_mask[0]);
59 __raw_writeq(mask[1], hd->irq_mask[1]);
64 struct hub_irq_data *hd = irq_data_get_irq_chip_data(d); local
65 unsigned long *mask = per_cpu(irq_enable_mask, hd->cpu);
68 __raw_writeq(mask[0], hd->irq_mask[0]);
69 __raw_writeq(mask[1], hd->irq_mask[1]);
72 static void setup_hub_mask(struct hub_irq_data *hd, const struct cpumask *mask) argument
82 hd
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/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c302 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
304 hdmi_wp_audio_enable(&hd->wp, true);
305 hdmi4_audio_start(&hd->core, &hd->wp);
308 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
310 hdmi4_audio_stop(&hd->core, &hd->wp);
311 hdmi_wp_audio_enable(&hd->wp, false);
552 struct omap_hdmi *hd = dev_get_drvdata(dev); local
555 mutex_lock(&hd
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
333 hdmi_wp_audio_enable(&hd->wp, true);
334 hdmi_wp_audio_core_req_enable(&hd->wp, true);
337 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
339 hdmi_wp_audio_core_req_enable(&hd->wp, false);
340 hdmi_wp_audio_enable(&hd->wp, false);
341 REG_FLD_MOD(hd->wp.base, HDMI_WP_SYSCONFIG, hd->wp_idlemode, 3, 2);
584 struct omap_hdmi *hd = dev_get_drvdata(dev); local
587 mutex_lock(&hd
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/gpu/drm/omapdrm/dss/
H A Dhdmi5.c263 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
265 REG_FLD_MOD(hd->wp.base, HDMI_WP_SYSCONFIG, 1, 3, 2);
266 hdmi_wp_audio_enable(&hd->wp, true);
267 hdmi_wp_audio_core_req_enable(&hd->wp, true);
270 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
272 hdmi_wp_audio_core_req_enable(&hd->wp, false);
273 hdmi_wp_audio_enable(&hd->wp, false);
274 REG_FLD_MOD(hd->wp.base, HDMI_WP_SYSCONFIG, hd->wp_idlemode, 3, 2);
503 struct omap_hdmi *hd local
518 struct omap_hdmi *hd = dev_get_drvdata(dev); local
531 struct omap_hdmi *hd = dev_get_drvdata(dev); local
550 struct omap_hdmi *hd = dev_get_drvdata(dev); local
568 struct omap_hdmi *hd = dev_get_drvdata(dev); local
[all...]
H A Dhdmi4.c264 static void hdmi_start_audio_stream(struct omap_hdmi *hd) argument
266 hdmi_wp_audio_enable(&hd->wp, true);
267 hdmi4_audio_start(&hd->core, &hd->wp);
270 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) argument
272 hdmi4_audio_stop(&hd->core, &hd->wp);
273 hdmi_wp_audio_enable(&hd->wp, false);
528 struct omap_hdmi *hd = dev_get_drvdata(dev); local
530 mutex_lock(&hd
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...]
/linux-master/drivers/message/fusion/
H A Dmptspi.c100 * @hd: Pointer to a SCSI Host Structure
108 mptspi_setTargetNegoParms(MPT_SCSI_HOST *hd, VirtTarget *target, argument
111 MPT_ADAPTER *ioc = hd->ioc;
244 * @hd: Pointer to a SCSI Host Structure
254 mptspi_writeIOCPage4(MPT_SCSI_HOST *hd, u8 channel , u8 id) argument
256 MPT_ADAPTER *ioc = hd->ioc;
316 * @hd: Pointer to MPT_SCSI_HOST structure
328 mptspi_initTarget(MPT_SCSI_HOST *hd, VirtTarget *vtarget, argument
343 if ((sdev->type == TYPE_PROCESSOR) && (hd->ioc->spi_data.Saf_Te)) {
347 mptspi_writeIOCPage4(hd, vtarge
376 mptspi_is_raid(struct _MPT_SCSI_HOST *hd, u32 id) argument
400 struct _MPT_SCSI_HOST *hd = shost_priv(shost); local
471 mptspi_print_write_nego(struct _MPT_SCSI_HOST *hd, struct scsi_target *starget, u32 ii) argument
496 mptspi_print_read_nego(struct _MPT_SCSI_HOST *hd, struct scsi_target *starget, u32 ii) argument
517 struct _MPT_SCSI_HOST *hd = shost_priv(shost); local
618 mptscsih_quiesce_raid(MPT_SCSI_HOST *hd, int quiesce, u8 channel, u8 id) argument
683 mptspi_dv_device(struct _MPT_SCSI_HOST *hd, struct scsi_device *sdev) argument
718 MPT_SCSI_HOST *hd = shost_priv(sdev->host); local
751 struct _MPT_SCSI_HOST *hd = shost_priv(sdev->host); local
779 struct _MPT_SCSI_HOST *hd = shost_priv(shost); local
853 struct _MPT_SCSI_HOST *hd = shost_priv(shost); local
1063 struct _MPT_SCSI_HOST *hd = shost_priv(shost); local
1106 struct _MPT_SCSI_HOST *hd; member in struct:work_queue_wrapper
1114 struct _MPT_SCSI_HOST *hd = wqw->hd; local
1151 mpt_dv_raid(struct _MPT_SCSI_HOST *hd, int disk) argument
1173 struct _MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1193 struct _MPT_SCSI_HOST *hd = local
1260 struct _MPT_SCSI_HOST *hd = wqw->hd; local
1287 mptspi_dv_renegotiate(struct _MPT_SCSI_HOST *hd) argument
1316 struct _MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1332 struct _MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1355 MPT_SCSI_HOST *hd; local
[all...]
H A Dmptscsih.c95 static void mptscsih_copy_sense_data(struct scsi_cmnd *sc, MPT_SCSI_HOST *hd, MPT_FRAME_HDR *mf, SCSIIOReply_t *pScsiReply);
97 int mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 id,
108 static int mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *iocmd);
109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice);
589 MPT_SCSI_HOST *hd; local
596 hd = shost_priv(ioc->sh);
686 mptscsih_copy_sense_data(sc, hd, mf, pScsiReply);
724 if (hd->sel_timeout[pScsiReq->TargetID] < 0xFFFF)
725 hd->sel_timeout[pScsiReq->TargetID]++;
1023 * @hd
1030 mptscsih_flush_running_cmds(MPT_SCSI_HOST *hd) argument
1077 mptscsih_search_running_cmds(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
1147 MPT_SCSI_HOST *hd; local
1176 MPT_SCSI_HOST *hd; local
1287 MPT_SCSI_HOST *hd = shost_priv(host); local
1315 MPT_SCSI_HOST *hd; local
1513 mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 id, u64 lun, int ctx2abort, ulong timeout) argument
1683 MPT_SCSI_HOST *hd; local
1806 MPT_SCSI_HOST *hd; local
1858 MPT_SCSI_HOST *hd; local
1918 MPT_SCSI_HOST *hd; local
1968 MPT_SCSI_HOST * hd; local
2337 MPT_SCSI_HOST *hd = shost_priv(host); local
2366 MPT_SCSI_HOST *hd = shost_priv(sdev->host); local
2408 MPT_SCSI_HOST *hd = shost_priv(sh); local
2457 mptscsih_copy_sense_data(struct scsi_cmnd *sc, MPT_SCSI_HOST *hd, MPT_FRAME_HDR *mf, SCSIIOReply_t *pScsiReply) argument
2599 MPT_SCSI_HOST *hd; local
2827 mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *io) argument
3061 mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
3097 MPT_SCSI_HOST *hd = shost_priv(host); local
3113 MPT_SCSI_HOST *hd = shost_priv(host); local
3129 MPT_SCSI_HOST *hd = shost_priv(host); local
3142 MPT_SCSI_HOST *hd = shost_priv(host); local
3156 MPT_SCSI_HOST *hd = shost_priv(host); local
3170 MPT_SCSI_HOST *hd = shost_priv(host); local
3183 MPT_SCSI_HOST *hd = shost_priv(host); local
3195 MPT_SCSI_HOST *hd = shost_priv(host); local
3208 MPT_SCSI_HOST *hd = shost_priv(host); local
3221 MPT_SCSI_HOST *hd = shost_priv(host); local
3234 MPT_SCSI_HOST *hd = shost_priv(host); local
3247 MPT_SCSI_HOST *hd = shost_priv(host); local
3257 MPT_SCSI_HOST *hd = shost_priv(host); local
[all...]
/linux-master/arch/mips/sgi-ip30/
H A Dip30-irq.c146 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
147 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu);
150 heart_write(*mask, &heart_regs->imr[hd->cpu]);
155 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
156 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu);
159 heart_write(*mask, &heart_regs->imr[hd->cpu]);
165 struct heart_irq_data *hd = irq_data_get_irq_chip_data(d); local
166 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu);
169 heart_write(*mask, &heart_regs->imr[hd->cpu]);
175 struct heart_irq_data *hd local
206 struct heart_irq_data *hd; local
[all...]
/linux-master/drivers/md/
H A Ddm-clone-target.c609 * Search hash table for a hydration with hd->region_nr == region_nr
616 struct dm_clone_region_hydration *hd; local
618 hlist_for_each_entry(hd, &bucket->head, h) {
619 if (hd->region_nr == region_nr)
620 return hd;
632 struct dm_clone_region_hydration *hd)
634 hlist_add_head(&hd->h, &bucket->head);
646 struct dm_clone_region_hydration *hd)
650 hd2 = __hash_find(bucket, hd->region_nr);
654 __insert_region_hydration(bucket, hd);
631 __insert_region_hydration(struct hash_table_bucket *bucket, struct dm_clone_region_hydration *hd) argument
645 __find_or_insert_region_hydration(struct hash_table_bucket *bucket, struct dm_clone_region_hydration *hd) argument
664 struct dm_clone_region_hydration *hd; local
676 free_hydration(struct dm_clone_region_hydration *hd) argument
682 hydration_init(struct dm_clone_region_hydration *hd, unsigned long region_nr) argument
699 hydration_update_metadata(struct dm_clone_region_hydration *hd) argument
733 hydration_complete(struct dm_clone_region_hydration *hd) argument
765 struct dm_clone_region_hydration *tmp, *hd = context; local
793 hydration_copy(struct dm_clone_region_hydration *hd, unsigned int nr_regions) argument
839 struct dm_clone_region_hydration *hd = bio->bi_private; local
847 hydration_overwrite(struct dm_clone_region_hydration *hd, struct bio *bio) argument
878 struct dm_clone_region_hydration *hd, *hd2; local
978 __batch_hydration(struct batch_info *batch, struct dm_clone_region_hydration *hd) argument
1021 struct dm_clone_region_hydration *hd; local
[all...]
/linux-master/drivers/staging/greybus/
H A Daudio_apbridgea.c24 return gb_hd_output(connection->hd, &req, sizeof(req),
45 return gb_hd_output(connection->hd, &req, sizeof(req),
62 ret = gb_hd_output(connection->hd, &req, sizeof(req),
80 return gb_hd_output(connection->hd, &req, sizeof(req),
93 return gb_hd_output(connection->hd, &req, sizeof(req),
107 return gb_hd_output(connection->hd, &req, sizeof(req),
119 return gb_hd_output(connection->hd, &req, sizeof(req),
132 return gb_hd_output(connection->hd, &req, sizeof(req),
146 return gb_hd_output(connection->hd, &req, sizeof(req),
159 return gb_hd_output(connection->hd,
[all...]
/linux-master/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
149 #define __DRM_MODE_INIT(pix, hd, vd, hd_mm, vd_mm) \
151 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \
152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
159 * @hd: Horizontal resolution, width
167 #define DRM_MODE_INIT(hz, hd, vd, hd_mm, vd_mm) \
168 __DRM_MODE_INIT((hd) * (v
[all...]
/linux-master/include/linux/
H A Dhpet.h103 static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) argument
105 hd->hd_state |= (1 << timer);

Completed in 652 milliseconds

1234