Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/drivers/block/
Dsmart1,2.h42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart4_submit_command()
52 static void smart4_intr_mask(ctlr_info_t *h, unsigned long val) in smart4_intr_mask()
69 static unsigned long smart4_fifo_full(ctlr_info_t *h) in smart4_fifo_full()
79 static unsigned long smart4_completed(ctlr_info_t *h) in smart4_completed()
100 static unsigned long smart4_intr_pending(ctlr_info_t *h) in smart4_intr_pending()
121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2_submit_command()
126 static void smart2_intr_mask(ctlr_info_t *h, unsigned long val) in smart2_intr_mask()
131 static unsigned long smart2_fifo_full(ctlr_info_t *h) in smart2_fifo_full()
136 static unsigned long smart2_completed(ctlr_info_t *h) in smart2_completed()
141 static unsigned long smart2_intr_pending(ctlr_info_t *h) in smart2_intr_pending()
[all …]
Dcciss.c222 static void cciss_procinit(ctlr_info_t *h) in cciss_procinit()
248 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
280 static void enqueue_cmd_and_start_io(ctlr_info_t *h, in enqueue_cmd_and_start_io()
309 ctlr_info_t *h, int chainsize, int nr_cmds) in cciss_allocate_sg_chain_blocks()
338 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
352 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
385 ctlr_info_t *h = seq->private; in cciss_seq_show_header() local
413 ctlr_info_t *h = seq->private; in cciss_seq_start() local
436 ctlr_info_t *h = seq->private; in cciss_seq_show() local
466 ctlr_info_t *h = seq->private; in cciss_seq_next() local
[all …]
Dcciss_scsi.c127 #define CPQ_TAPE_LOCK(h, flags) spin_lock_irqsave( \ argument
129 #define CPQ_TAPE_UNLOCK(h, flags) spin_unlock_irqrestore( \ argument
133 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
177 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
198 scsi_cmd_stack_setup(ctlr_info_t *h, struct cciss_scsi_adapter_data_t *sa) in scsi_cmd_stack_setup()
241 scsi_cmd_stack_free(ctlr_info_t *h) in scsi_cmd_stack_free()
350 find_bus_target_lun(ctlr_info_t *h, int *bus, int *target, int *lun) in find_bus_target_lun()
377 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, in cciss_scsi_add_entry()
452 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, in cciss_scsi_remove_entry()
484 static void fixup_botched_add(ctlr_info_t *h, char *scsi3addr) in fixup_botched_add()
[all …]
Dcciss.h220 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
238 static void SA5_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_intr_mask()
258 static void SA5B_intr_mask(ctlr_info_t *h, unsigned long val) in SA5B_intr_mask()
275 static void SA5_performant_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_performant_intr_mask()
293 static unsigned long SA5_fifo_full(ctlr_info_t *h) in SA5_fifo_full()
305 static unsigned long SA5_completed(ctlr_info_t *h) in SA5_completed()
327 static unsigned long SA5_performant_completed(ctlr_info_t *h) in SA5_performant_completed()
362 static bool SA5_intr_pending(ctlr_info_t *h) in SA5_intr_pending()
377 static bool SA5B_intr_pending(ctlr_info_t *h) in SA5B_intr_pending()
389 static bool SA5_performant_intr_pending(ctlr_info_t *h) in SA5_performant_intr_pending()
Dcpqarray.c233 ctlr_info_t *h = (ctlr_info_t*)m->private; in ida_proc_show() local
906 ctlr_info_t *h = q->queuedata; in do_ida_request() local
975 static void start_io(ctlr_info_t *h) in start_io()
1045 ctlr_info_t *h = dev_id; in do_ida_intr() local
1116 ctlr_info_t *h = (ctlr_info_t*)tdata; in ida_timer() local
1233 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io) in ida_ctlr_ioctl()
1359 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc()
1386 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool) in cmd_free()
/drivers/scsi/
Dhpsa.c218 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
257 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
271 struct ctlr_info *h; in host_store_rescan() local
281 struct ctlr_info *h; in host_show_firmware_revision() local
297 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
305 struct ctlr_info *h; in host_show_transport_mode() local
388 struct ctlr_info *h; in host_show_resettable() local
410 struct ctlr_info *h; in raid_level_show() local
442 struct ctlr_info *h; in lunid_show() local
466 struct ctlr_info *h; in unique_id_show() local
[all …]
/drivers/scsi/device_handler/
Dscsi_dh_alua.c95 static int realloc_buffer(struct alua_dh_data *h, unsigned len) in realloc_buffer()
144 static int submit_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in submit_vpd_inquiry()
181 static unsigned submit_rtpg(struct scsi_device *sdev, struct alua_dh_data *h, in submit_rtpg()
231 struct alua_dh_data *h = req->end_io_data; in stpg_endio() local
285 static unsigned submit_stpg(struct alua_dh_data *h) in submit_stpg()
326 static int alua_check_tpgs(struct scsi_device *sdev, struct alua_dh_data *h) in alua_check_tpgs()
363 static int alua_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in alua_vpd_inquiry()
525 static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h) in alua_rtpg()
664 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
694 struct alua_dh_data *h = get_alua_data(sdev); in alua_set_params() local
[all …]
Dscsi_dh_hp_sw.c113 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
204 struct hp_sw_dh_data *h = req->end_io_data; in start_stop_endio() local
245 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
271 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_prep_fn() local
296 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_activate() local
358 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
Dscsi_dh_rdac.c227 struct rdac_dh_data *h; member
300 struct rdac_dh_data *h, struct list_head *list) in rdac_failover_get()
407 unsigned int len, struct rdac_dh_data *h) in submit_inquiry()
437 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info()
463 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership()
500 struct rdac_dh_data *h, char *array_name, u8 *array_id) in initialize_controller()
523 static int set_mode_select(struct scsi_device *sdev, struct rdac_dh_data *h) in set_mode_select()
548 struct rdac_dh_data *h = get_rdac_data(sdev); in mode_select_handle_sense() local
593 struct rdac_dh_data *h = get_rdac_data(sdev); in send_mode_select() local
671 struct rdac_dh_data *h = get_rdac_data(sdev); in rdac_activate() local
[all …]
/drivers/sh/intc/
Daccess.c75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8()
82 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16()
89 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32()
96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8()
105 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16()
114 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32()
123 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8()
137 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16()
151 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
Dinternals.h14 #define _INTC_SHIFT(h) (h & 0x1f) argument
15 #define _INTC_WIDTH(h) ((h >> 5) & 0xf) argument
16 #define _INTC_FN(h) ((h >> 9) & 0xf) argument
17 #define _INTC_MODE(h) ((h >> 13) & 0x7) argument
18 #define _INTC_ADDR_E(h) ((h >> 16) & 0xff) argument
19 #define _INTC_ADDR_D(h) ((h >> 24) & 0xff) argument
/drivers/media/pci/saa7134/
Dsaa6752hs.c316 struct saa6752hs_state *h) in saa6752hs_set_bitrate()
549 struct saa6752hs_state *h = to_state(sd); in saa6752hs_queryctrl() local
650 struct saa6752hs_state *h = to_state(sd); in saa6752hs_querymenu() local
678 struct saa6752hs_state *h = to_state(sd); in saa6752hs_init() local
798 struct saa6752hs_state *h = to_state(sd); in saa6752hs_do_ext_ctrls() local
831 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_ext_ctrls() local
850 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_mbus_fmt() local
864 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_mbus_fmt() local
911 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_std() local
920 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_chip_ident() local
[all …]
/drivers/media/pci/zoran/
Dvideocodec.c79 struct codec_list *h = codeclist_top; in videocodec_attach() local
171 struct codec_list *h = codeclist_top; in videocodec_detach() local
236 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local
271 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
325 struct codec_list *h = codeclist_top; in proc_videocodecs_show() local
/drivers/mmc/host/
Dau1xmmc.c137 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) argument
138 #define HOST_CONFIG(h) ((h)->iobase + SD_CONFIG) argument
139 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) argument
140 #define HOST_TXPORT(h) ((h)->iobase + SD_TXPORT) argument
141 #define HOST_RXPORT(h) ((h)->iobase + SD_RXPORT) argument
142 #define HOST_CMDARG(h) ((h)->iobase + SD_CMDARG) argument
143 #define HOST_BLKSIZE(h) ((h)->iobase + SD_BLKSIZE) argument
144 #define HOST_CMD(h) ((h)->iobase + SD_CMD) argument
145 #define HOST_CONFIG2(h) ((h)->iobase + SD_CONFIG2) argument
146 #define HOST_TIMEOUT(h) ((h)->iobase + SD_TIMEOUT) argument
[all …]
/drivers/mtd/maps/
Dixp4xx.c69 #define BYTE0(h) ((h) & 0xFF) argument
70 #define BYTE1(h) (((h) >> 8) & 0xFF) argument
84 #define BYTE0(h) (((h) >> 8) & 0xFF) argument
85 #define BYTE1(h) ((h) & 0xFF) argument
/drivers/misc/sgi-gru/
Dgruhandles.c38 #define GET_MSEG_HANDLE_STATUS(h) (((*(unsigned long *)(h)) >> 16) & 3) argument
53 static void start_instruction(void *h) in start_instruction()
62 static void report_instruction_timeout(void *h) in report_instruction_timeout()
77 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete()
/drivers/gpu/drm/omapdrm/
Dtcm-sita.c208 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u8 align, in sita_reserve_2d()
274 static s32 scan_r2l_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_r2l_t2b()
348 static s32 scan_l2r_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_l2r_t2b()
502 static s32 scan_areas_and_find_fit(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_areas_and_find_fit()
559 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h) in is_area_free()
602 static s32 update_candidate(struct tcm *tcm, u16 x0, u16 y0, u16 w, u16 h, in update_candidate()
/drivers/usb/renesas_usbhs/
Dmod_host.c113 #define __usbhsh_for_each_udev(start, pos, h, i) \ argument
124 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv) argument
125 #define usbhsh_hcd_to_dev(h) ((h)->self.controller) argument
127 #define usbhsh_hpriv_to_priv(h) ((h)->mod.priv) argument
128 #define usbhsh_hpriv_to_dcp(h) ((h)->dcp) argument
129 #define usbhsh_hpriv_to_hcd(h) \ argument
142 #define usbhsh_udev_to_usbv(h) ((h)->usbv) argument
143 #define usbhsh_udev_is_used(h) usbhsh_udev_to_usbv(h) argument
149 #define usbhsh_device_number(h, d) ((int)((d) - (h)->udev)) argument
150 #define usbhsh_device_nth(h, d) ((h)->udev + d) argument
[all …]
/drivers/net/wireless/ath/ath9k/
Dcalib.c87 struct ath9k_nfcal_hist *h; in ath9k_hw_update_nfcal_hist_buffer() local
240 struct ath9k_nfcal_hist *h = NULL; in ath9k_hw_loadnf() local
368 struct ath9k_nfcal_hist *h; in ath9k_hw_getnf() local
406 struct ath9k_nfcal_hist *h; in ath9k_init_nfcal_hist_buffer() local
/drivers/bluetooth/
Dbpa10x.c93 struct hci_event_hdr *h = buf; in bpa10x_recv() local
101 struct hci_acl_hdr *h = buf; in bpa10x_recv() local
110 struct hci_sco_hdr *h = buf; in bpa10x_recv() local
118 struct hci_vendor_hdr *h = buf; in bpa10x_recv() local
/drivers/gpu/drm/radeon/
Dr600_blit.c46 set_render_target(drm_radeon_private_t *dev_priv, int format, int w, int h, u64 gpu_addr) in set_render_target()
226 int format, int w, int h, int pitch, u64 gpu_addr) in set_tex_resource()
579 int h = 1; in r600_blit_copy() local
668 int h = 1; in r600_blit_copy() local
758 int w, int h, int src_pitch, int dst_pitch, int cpp) in r600_blit_swap()
/drivers/block/paride/
Dbpck.c39 #define j44(l,h) (((l>>3)&0x7)|((l>>4)&0x8)|((h<<1)&0x70)|(h&0x80)) argument
50 { int r, l, h; in bpck_read_regr() local
151 { int i, l, h; in bpck_read_block() local
280 { int i, e, l, h, om; in bpck_test_proto() local
Dfriq.c43 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument
53 { int h,l,r; in friq_read_regr() local
79 { int h, l, k, ph; in friq_read_block_int() local
Dfrpw.c39 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument
49 { int h,l,r; in frpw_read_regr() local
76 { int h, l, k, ph; in frpw_read_block_int() local
/drivers/staging/usbip/userspace/libsrc/
Dnames.c209 unsigned int h = hashnum(vendorid); in new_vendor() local
229 unsigned int h = hashnum((vendorid << 16) | productid); in new_product() local
249 unsigned int h = hashnum(classid); in new_class() local
268 unsigned int h = hashnum((classid << 8) | subclassid); in new_subclass() local
289 unsigned int h = hashnum((classid << 16) | (subclassid << 8) in new_protocol() local

12345678910>>...12