Searched refs:hd (Results 26 - 50 of 76) sorted by relevance

1234

/linux-master/include/linux/greybus/
H A Dconnection.h39 struct gb_host_device *hd; member in struct:gb_connection
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,
H A Dinterface.h50 struct gb_host_device *hd; member in struct:gb_interface
H A Dsvc.h42 struct gb_host_device *hd; member in struct:gb_svc
62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
H A Doperation.h188 void greybus_message_sent(struct gb_host_device *hd,
/linux-master/include/linux/
H A Dgreybus.h27 #include <linux/greybus/hd.h>
116 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) argument
118 return cport_id != CPORT_ID_BAD && cport_id < hd->num_cports;
/linux-master/drivers/scsi/
H A Dwd33c93.c1864 static inline void set_resync ( struct WD33C93_hostdata *hd, int mask ) argument
1869 hd->sync_stat[i] = SS_UNSET;
2002 struct WD33C93_hostdata *hd; local
2005 hd = (struct WD33C93_hostdata *) instance->hostdata;
2026 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK;
2031 hd->disconnect = x;
2034 hd->default_sx_per =
2035 hd->sx_table[round_period((unsigned int) x,
2036 hd->sx_table)].period_ns;
2038 set_resync(hd, (in
2071 struct WD33C93_hostdata *hd; local
[all...]
H A Dsgiwd93.c70 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) argument
79 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din));
81 hcp = hd->cpu;
103 dma_sync_single_for_device(hd->dev, hd->dma,
104 (unsigned long)(hcp + 1) - (unsigned long)hd->cpu,
/linux-master/drivers/auxdisplay/
H A Dhd44780_common.c356 struct hd44780_common *hd; local
358 hd = kzalloc(sizeof(*hd), GFP_KERNEL);
359 if (!hd)
362 hd->ifwidth = 8;
363 hd->bwidth = DEFAULT_LCD_BWIDTH;
364 hd->hwidth = DEFAULT_LCD_HWIDTH;
365 return hd;
/linux-master/net/smc/
H A Dsmc_llc.c48 struct smc_llc_hdr hd; member in struct:smc_llc_msg_confirm_link
63 struct smc_llc_hdr hd; member in struct:smc_llc_msg_add_link
105 struct smc_llc_hdr hd; member in struct:smc_llc_msg_req_add_link_v2
115 struct smc_llc_hdr hd; member in struct:smc_llc_msg_add_link_cont
127 struct smc_llc_hdr hd; member in struct:smc_llc_msg_del_link
134 struct smc_llc_hdr hd; member in struct:smc_llc_msg_test_link
154 struct smc_llc_hdr hd; member in struct:smc_llc_msg_confirm_rkey
164 struct smc_llc_hdr hd; member in struct:smc_llc_msg_delete_rkey
173 struct smc_llc_hdr hd; member in struct:smc_llc_msg_delete_rkey_v2
462 confllc->hd
[all...]
/linux-master/drivers/greybus/
H A Dinterface.c51 return gb_svc_dme_peer_get(intf->hd->svc, intf->interface_id,
128 struct gb_svc *svc = intf->hd->svc;
174 struct gb_svc *svc = intf->hd->svc;
362 struct gb_host_device *hd = intf->hd; local
380 ret = gb_svc_dme_peer_get(hd->svc, intf->interface_id, attr,
434 return gb_svc_dme_peer_set(hd->svc, intf->interface_id, attr,
463 ret = gb_svc_pwrmon_intf_sample_get(intf->hd->svc, intf->interface_id,
482 ret = gb_svc_pwrmon_intf_sample_get(intf->hd->svc, intf->interface_id,
501 ret = gb_svc_pwrmon_intf_sample_get(intf->hd
788 struct gb_host_device *hd = module->hd; local
[all...]
H A Dsvc.c891 struct gb_host_device *hd = svc->hd; local
896 list_for_each_entry(module, &hd->modules, hd_node) {
911 struct gb_host_device *hd = svc->hd; local
914 list_for_each_entry(module, &hd->modules, hd_node) {
959 struct gb_host_device *hd = svc->hd; local
987 module = gb_module_create(hd, module_id, num_interfaces);
999 list_add(&module->hd_node, &hd
1313 gb_svc_create(struct gb_host_device *hd) argument
1375 struct gb_host_device *hd = svc->hd; local
[all...]
H A Dgb-beagleplay.c17 #include <linux/greybus/hd.h>
357 * @hd: pointer to greybus host device
367 static int gb_message_send(struct gb_host_device *hd, u16 cport, struct gb_message *msg, gfp_t mask) argument
369 struct gb_beagleplay *bg = dev_get_drvdata(&hd->dev);
373 dev_dbg(&hd->dev, "Sending greybus message with Operation %u, Type: %X on Cport %u",
377 return dev_err_probe(&hd->dev, -E2BIG, "Greybus message too big");
/linux-master/drivers/message/fusion/
H A Dmptscsih.h117 extern int mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel,
138 extern void mptscsih_flush_running_cmds(MPT_SCSI_HOST *hd);
H A Dmptfc.c188 MPT_SCSI_HOST *hd; local
195 hd = shost_priv(shost);
196 ioc = hd->ioc;
228 MPT_SCSI_HOST __maybe_unused *hd = shost_priv(shost); local
233 dfcprintk (hd->ioc, printk(MYIOC_s_DEBUG_FMT
235 hd->ioc->name, shost->host_no,
247 MPT_SCSI_HOST __maybe_unused *hd = shost_priv(shost); local
252 dfcprintk (hd->ioc, printk(MYIOC_s_DEBUG_FMT
254 hd->ioc->name, shost->host_no,
265 MPT_SCSI_HOST __maybe_unused *hd local
635 MPT_SCSI_HOST *hd; local
1207 MPT_SCSI_HOST *hd; local
[all...]
H A Dmptsas.c347 MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
351 if (!list_empty(&hd->target_reset_list)) {
353 &hd->target_reset_list, list) {
1139 MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1164 list_add_tail(&target_reset_list->list, &hd->target_reset_list);
1186 MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1187 struct list_head *head = &hd->target_reset_list;
1223 MPT_SCSI_HOST *hd = shost_priv(ioc->sh); local
1224 struct list_head *head = &hd->target_reset_list;
1317 MPT_SCSI_HOST *hd; local
1716 MPT_SCSI_HOST *hd = shost_priv(host); local
1746 MPT_SCSI_HOST *hd = shost_priv(host); local
1824 MPT_SCSI_HOST *hd = shost_priv(host); local
1873 MPT_SCSI_HOST *hd = shost_priv(host); local
1926 MPT_SCSI_HOST *hd; local
1957 MPT_SCSI_HOST *hd; local
5158 MPT_SCSI_HOST *hd; local
[all...]
/linux-master/arch/x86/kernel/
H A Dhpet.c190 struct hpet_data hd; local
193 memset(&hd, 0, sizeof(hd));
194 hd.hd_phys_address = hpet_address;
195 hd.hd_address = hpet_virt_address;
196 hd.hd_nirqs = hpet_base.nr_channels;
203 hd.hd_irq[0] = HPET_LEGACY_8254;
204 hd.hd_irq[1] = HPET_LEGACY_RTC;
210 hd.hd_irq[i] = hc->irq;
219 hpet_reserve_timer(&hd, h
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c836 * @hd: number of HD streams
841 unsigned *sd, unsigned *hd)
846 *hd = 0;
853 ++(*hd);
867 &rdev->pm.dpm.hd);
886 unsigned hd = 0, sd = 0; local
887 radeon_uvd_count_handles(rdev, &sd, &hd);
889 (rdev->pm.dpm.hd != hd)) {
891 rdev->pm.dpm.hd
840 radeon_uvd_count_handles(struct radeon_device *rdev, unsigned *sd, unsigned *hd) argument
[all...]
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_mode.c105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \
108 .name = #hd "x" #vd, \
112 .hdisplay = hd, \
134 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \
136 __MODE(f, hd, vd, ht, vt, hsynp, vsynp, subc, scale, \
137 scale_mask, norm_mask, hd, vd)
/linux-master/drivers/media/rc/keymaps/
H A DMakefile13 rc-ati-tv-wonder-hd-600.o \
96 rc-pinnacle-pctv-hd.o \
117 rc-terratec-cinergy-s2-hd.o \
/linux-master/drivers/staging/greybus/
H A Dgbphy.c81 const struct gb_host_device *hd = intf->hd; local
83 if (add_uevent_var(env, "BUS=%u", hd->bus_id))
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c192 unsigned int hd, hs, he, hbe, ht; local
240 hd = m->HDisplay >> 3;
249 hd >>= 1;
258 hd <<= 1;
264 hd = hd - 1;
290 ((hd & 0x100) >> 7) | /* blanking */
305 hw->CRTC[1] = hd;
306 hw->CRTC[2] = hd;
/linux-master/block/
H A Dgenhd.c1237 struct block_device *hd; local
1251 xa_for_each(&gp->part_tbl, idx, hd) {
1252 if (bdev_is_partition(hd) && !bdev_nr_sectors(hd))
1255 inflight = blk_mq_in_flight(gp->queue, hd);
1257 inflight = part_in_flight(hd);
1261 update_io_ticks(hd, jiffies, true);
1264 part_stat_read_all(hd, &stat);
1272 MAJOR(hd->bd_dev), MINOR(hd
[all...]
/linux-master/fs/dlm/
H A Dmidcomms.c841 const struct dlm_header *hd; local
846 hd = (struct dlm_header *)ptr;
859 msglen = le16_to_cpu(hd->h_length);
888 const struct dlm_header *hd; local
893 hd = (struct dlm_header *)ptr;
895 msglen = le16_to_cpu(hd->h_length);
899 switch (hd->h_version) {
908 le32_to_cpu(hd->h_version), nodeid);
/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
119 state = allocate_partitions(hd);
129 state->disk = hd;
130 snprintf(state->name, BDEVNAME_SIZE, "%s", hd->disk_name);
/linux-master/drivers/scsi/aacraid/
H A Daachba.c115 } __attribute__((packed)) hd; member in struct:__anon402
133 } __attribute__((packed)) hd; member in struct:__anon405
3051 mpd.hd.data_length = sizeof(mpd.hd) - 1;
3053 mpd.hd.med_type = 0;
3057 mpd.hd.dev_par = 0;
3060 mpd.hd.dev_par = 0x10;
3062 mpd.hd.bd_length = 0; /* Block descriptor length */
3064 mpd.hd.bd_length = sizeof(mpd.bd);
3065 mpd.hd
[all...]

Completed in 289 milliseconds

1234