Home
last modified time | relevance | path

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

12345678910>>...16

/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.c220 static void cciss_procinit(ctlr_info_t *h) in cciss_procinit()
246 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
278 static void enqueue_cmd_and_start_io(ctlr_info_t *h, in enqueue_cmd_and_start_io()
307 ctlr_info_t *h, int chainsize, int nr_cmds) in cciss_allocate_sg_chain_blocks()
336 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
350 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
383 ctlr_info_t *h = seq->private; in cciss_seq_show_header() local
411 ctlr_info_t *h = seq->private; in cciss_seq_start() local
434 ctlr_info_t *h = seq->private; in cciss_seq_show() local
464 ctlr_info_t *h = seq->private; in cciss_seq_next() local
[all …]
Dcciss_scsi.c126 #define CPQ_TAPE_LOCK(h, flags) spin_lock_irqsave( \ argument
128 #define CPQ_TAPE_UNLOCK(h, flags) spin_unlock_irqrestore( \ argument
132 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
176 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
197 scsi_cmd_stack_setup(ctlr_info_t *h, struct cciss_scsi_adapter_data_t *sa) in scsi_cmd_stack_setup()
240 scsi_cmd_stack_free(ctlr_info_t *h) in scsi_cmd_stack_free()
349 find_bus_target_lun(ctlr_info_t *h, int *bus, int *target, int *lun) in find_bus_target_lun()
376 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, in cciss_scsi_add_entry()
451 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, in cciss_scsi_remove_entry()
483 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()
/drivers/scsi/
Dhpsa.c347 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
400 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
415 struct ctlr_info *h; in host_show_lockup_detected() local
429 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
453 struct ctlr_info *h; in host_store_raid_offload_debug() local
477 struct ctlr_info *h; in host_store_rescan() local
487 struct ctlr_info *h; in host_show_firmware_revision() local
503 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
512 struct ctlr_info *h; in host_show_transport_mode() local
524 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
[all …]
/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.h52 #define mtk_vcodec_debug(h, fmt, args...) \ argument
60 #define mtk_vcodec_err(h, fmt, args...) \ argument
64 #define mtk_vcodec_debug_enter(h) mtk_vcodec_debug(h, "+") argument
65 #define mtk_vcodec_debug_leave(h) mtk_vcodec_debug(h, "-") argument
74 #define mtk_vcodec_debug(h, fmt, args...) argument
75 #define mtk_vcodec_err(h, fmt, args...) argument
76 #define mtk_vcodec_debug_enter(h) argument
77 #define mtk_vcodec_debug_leave(h) argument
/drivers/acpi/
Dacpi_configfs.c77 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local
99 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local
109 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local
119 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local
129 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local
139 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local
149 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local
159 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local
170 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local
/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c59 void class_handle_hash(struct portals_handle *h, in class_handle_hash()
100 static void class_handle_unhash_nolock(struct portals_handle *h) in class_handle_unhash_nolock()
121 void class_handle_unhash(struct portals_handle *h) in class_handle_unhash()
136 struct portals_handle *h; in class_handle2object() local
167 struct portals_handle *h; in class_handle_free_cb() local
217 struct portals_handle *h; in cleanup_all_handles() local
/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/scsi/device_handler/
Dscsi_dh_hp_sw.c106 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
197 struct hp_sw_dh_data *h = req->end_io_data; in start_stop_endio() local
238 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
264 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local
289 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local
310 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
Dscsi_dh_alua.c333 static int alua_check_vpd(struct scsi_device *sdev, struct alua_dh_data *h, in alua_check_vpd()
645 struct alua_dh_data *h; in alua_rtpg() local
687 struct alua_dh_data *h; in alua_rtpg() local
927 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
950 struct alua_dh_data *h = sdev->handler_data; in alua_set_params() local
995 struct alua_dh_data *h = sdev->handler_data; in alua_activate() local
1040 struct alua_dh_data *h = sdev->handler_data; in alua_check() local
1063 struct alua_dh_data *h = sdev->handler_data; in alua_prep_fn() local
1087 struct alua_dh_data *h = sdev->handler_data; in alua_rescan() local
1098 struct alua_dh_data *h; in alua_bus_attach() local
[all …]
Dscsi_dh_rdac.c230 struct rdac_dh_data *h; member
296 struct rdac_dh_data *h, struct list_head *list) in rdac_failover_get()
404 unsigned int len, struct rdac_dh_data *h) in submit_inquiry()
434 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info()
460 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership()
510 struct rdac_dh_data *h, char *array_name, u8 *array_id) in initialize_controller()
537 static int set_mode_select(struct scsi_device *sdev, struct rdac_dh_data *h) in set_mode_select()
562 struct rdac_dh_data *h = sdev->handler_data; in mode_select_handle_sense() local
607 struct rdac_dh_data *h = sdev->handler_data; in send_mode_select() local
687 struct rdac_dh_data *h = sdev->handler_data; in rdac_activate() local
[all …]
/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c850 static int is_valid_clean_head(struct hnae_ring *ring, int h) in is_valid_clean_head()
1020 struct hnae_handle *h = priv->ae_handle; in hns_nic_adjust_link() local
1049 int hns_nic_init_phy(struct net_device *ndev, struct hnae_handle *h) in hns_nic_init_phy()
1080 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_open() local
1093 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_set_mac_address() local
1114 struct hnae_handle *h = priv->ae_handle; in hns_nic_update_stats() local
1134 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_close() local
1144 struct hnae_handle *h = priv->ae_handle; in hns_set_irq_affinity() local
1189 struct hnae_handle *h = priv->ae_handle; in hns_nic_init_irq() local
1226 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_up() local
[all …]
Dhns_ethtool.c47 struct hnae_handle *h; in hns_nic_get_link() local
122 struct hnae_handle *h; in hns_nic_get_link_ksettings() local
209 struct hnae_handle *h; in hns_nic_set_link_ksettings() local
319 struct hnae_handle *h = priv->ae_handle; in __lb_setup() local
369 struct hnae_handle *h = priv->ae_handle; in __lb_up() local
507 struct hnae_handle *h = priv->ae_handle; in __lb_run_test() local
576 struct hnae_handle *h = priv->ae_handle; in __lb_down() local
735 struct hnae_handle *h; in hns_set_pauseparam() local
857 struct hnae_handle *h = priv->ae_handle; in hns_get_ethtool_stats() local
913 struct hnae_handle *h = priv->ae_handle; in hns_get_strings() local
[all …]
/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h59 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
61 #define i40e_free_dma_mem(h, m) i40evf_free_dma_mem_d(h, m) argument
67 #define i40e_allocate_virt_mem(h, m, s) i40evf_allocate_virt_mem_d(h, m, s) argument
68 #define i40e_free_virt_mem(h, m) i40evf_free_virt_mem_d(h, m) argument
70 #define i40e_debug(h, m, s, ...) i40evf_debug_d(h, m, s, ##__VA_ARGS__) argument
/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h60 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
62 #define i40e_free_dma_mem(h, m) i40e_free_dma_mem_d(h, m) argument
69 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s) argument
70 #define i40e_free_virt_mem(h, m) i40e_free_virt_mem_d(h, m) argument
72 #define i40e_debug(h, m, s, ...) \ argument
/drivers/media/pci/zoran/
Dvideocodec.c79 struct codec_list *h = codeclist_top; in videocodec_attach() local
172 struct codec_list *h = codeclist_top; in videocodec_detach() local
237 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local
272 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
326 struct codec_list *h = codeclist_top; in proc_videocodecs_show() local
/drivers/media/i2c/
Dsaa6752hs.c321 struct saa6752hs_state *h) in saa6752hs_set_bitrate()
372 struct saa6752hs_state *h = in saa6752hs_try_ctrl() local
388 struct saa6752hs_state *h = in saa6752hs_s_ctrl() local
439 struct saa6752hs_state *h = to_state(sd); in saa6752hs_init() local
562 struct saa6752hs_state *h = to_state(sd); in saa6752hs_get_fmt() local
582 struct saa6752hs_state *h = to_state(sd); in saa6752hs_set_fmt() local
642 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_std() local
677 struct saa6752hs_state *h; in saa6752hs_probe() local
/drivers/mmc/host/
Dau1xmmc.c139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) argument
140 #define HOST_CONFIG(h) ((h)->iobase + SD_CONFIG) argument
141 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) argument
142 #define HOST_TXPORT(h) ((h)->iobase + SD_TXPORT) argument
143 #define HOST_RXPORT(h) ((h)->iobase + SD_RXPORT) argument
144 #define HOST_CMDARG(h) ((h)->iobase + SD_CMDARG) argument
145 #define HOST_BLKSIZE(h) ((h)->iobase + SD_BLKSIZE) argument
146 #define HOST_CMD(h) ((h)->iobase + SD_CMD) argument
147 #define HOST_CONFIG2(h) ((h)->iobase + SD_CONFIG2) argument
148 #define HOST_TIMEOUT(h) ((h)->iobase + SD_TIMEOUT) argument
[all …]
/drivers/media/platform/s5p-mfc/
Dregs-mfc-v8.h100 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8) argument
102 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V8(w, h) (((w) * 704) + 2176) argument
103 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V8(w, h) \ argument
106 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V8(w, h) \ argument
108 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V8(w, h) \ argument
/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/gpu/drm/omapdrm/
Dtcm-sita.c38 static void free_slots(unsigned long pos, uint16_t w, uint16_t h, in free_slots()
89 static int l2r_t2b(uint16_t w, uint16_t h, uint16_t a, int16_t offset, in l2r_t2b()
183 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, in sita_reserve_2d()
213 uint16_t w, h; in sita_free() local
/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/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 …]

12345678910>>...16