Home
last modified time | relevance | path

Searched defs:hc (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c242 #define HFC_outb(hc, reg, val) \ argument
244 #define HFC_outb_nodebug(hc, reg, val) \ argument
246 #define HFC_inb(hc, reg) \ argument
248 #define HFC_inb_nodebug(hc, reg) \ argument
250 #define HFC_inw(hc, reg) \ argument
252 #define HFC_inw_nodebug(hc, reg) \ argument
254 #define HFC_wait(hc) \ argument
256 #define HFC_wait_nodebug(hc) \ argument
259 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) argument
260 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) argument
[all …]
H A Dhfcpci.c140 enable_hwirq(struct hfc_pci *hc) in enable_hwirq()
147 disable_hwirq(struct hfc_pci *hc) in disable_hwirq()
157 release_io_hfcpci(struct hfc_pci *hc) in release_io_hfcpci()
171 hfcpci_setmode(struct hfc_pci *hc) in hfcpci_setmode()
194 reset_hfcpci(struct hfc_pci *hc) in reset_hfcpci()
294 struct hfc_pci *hc = timer_container_of(hc, t, hw.timer); in hfcpci_Timer() local
308 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS()
324 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_rx()
353 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_tx()
453 receive_dmsg(struct hfc_pci *hc) in receive_dmsg()
[all …]
H A Dhfc_multi_8xx.h19 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val, in HFC_outb_embsd()
32 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inb_embsd()
44 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inw_embsd()
56 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line) in HFC_wait_embsd()
70 write_fifo_embsd(struct hfc_multi *hc, u_char *data, int len) in write_fifo_embsd()
84 read_fifo_embsd(struct hfc_multi *hc, u_char *data, int len) in read_fifo_embsd()
97 setup_embedded(struct hfc_multi *hc, struct hm_map *m) in setup_embedded()
/linux/net/dccp/ccids/
H A Dccid3.c
H A Dccid2.c
H A Dccid2.h
/linux/drivers/isdn/mISDN/
H A Dl1oip_core.c265 l1oip_socket_send(struct l1oip *hc, u8 localcodec, u8 channel, u32 chanmask, in l1oip_socket_send()
351 l1oip_socket_recv(struct l1oip *hc, u8 remotecodec, u8 channel, u16 timebase, in l1oip_socket_recv()
445 l1oip_socket_parse(struct l1oip *hc, struct sockaddr_in *sin, u8 *buf, int len) in l1oip_socket_parse()
635 struct l1oip *hc = (struct l1oip *)data; in l1oip_socket_thread() local
755 l1oip_socket_close(struct l1oip *hc) in l1oip_socket_close()
780 l1oip_socket_open(struct l1oip *hc) in l1oip_socket_open()
808 struct l1oip *hc = container_of(work, struct l1oip, workq); in l1oip_send_bh() local
825 struct l1oip *hc = timer_container_of(hc, t, keep_tl); in l1oip_keepalive() local
833 struct l1oip *hc = timer_container_of(hc, t, in l1oip_timeout() local
871 struct l1oip *hc = dch->hw; in handle_dmsg() local
[all …]
/linux/drivers/usb/host/
H A Dohci-mem.c77 dma_to_td (struct ohci_hcd *hc, dma_addr_t td_dma) in dma_to_td()
90 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in td_alloc()
111 td_free (struct ohci_hcd *hc, struct td *td) in td_free()
134 ed_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in ed_alloc()
153 ed_free (struct ohci_hcd *hc, struct ed *ed) in ed_free()
H A Dohci.h709 #define read_roothub(hc, register, mask) ({ \ argument
718 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a()
720 static inline u32 roothub_b (struct ohci_hcd *hc) in roothub_b()
722 static inline u32 roothub_status (struct ohci_hcd *hc) in roothub_status()
724 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i) in roothub_portstatus()
H A Dohci-hub.c17 #define dbg_port(hc,label,num,value) \ argument
H A Dohci-q.c14 static void urb_free_priv (struct ohci_hcd *hc, urb_priv_t *urb_priv) in urb_free_priv()
H A Dohci-dbg.c168 #define dbg_port_sw(hc,num,value,next,size) \ argument
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c221 int hc = VTOB_HASH_CODE(vaddr); in ___get_dma_mem_cluster() local
236 int hc = VTOB_HASH_CODE(m); in ___free_dma_mem_cluster() local
348 int hc = VTOB_HASH_CODE(m); in __vtobus() local
/linux/arch/x86/kvm/
H A Dhyperv.c1882 static int kvm_hv_get_hc_data(struct kvm *kvm, struct kvm_hv_hcall *hc, in kvm_hv_get_hc_data()
1915 static u64 kvm_get_sparse_vp_set(struct kvm *kvm, struct kvm_hv_hcall *hc, in kvm_get_sparse_vp_set()
1926 static int kvm_hv_get_tlb_flush_entries(struct kvm *kvm, struct kvm_hv_hcall *hc, u64 entries[]) in kvm_hv_get_tlb_flush_entries()
2001 static u64 kvm_hv_flush_tlb(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_flush_tlb()
2217 static u64 kvm_hv_send_ipi(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_send_ipi()
2407 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hvcall_signal_event()
2448 static bool is_xmm_fast_hypercall(struct kvm_hv_hcall *hc) in is_xmm_fast_hypercall()
2462 static void kvm_hv_hypercall_read_xmm(struct kvm_hv_hcall *hc) in kvm_hv_hypercall_read_xmm()
2525 struct kvm_hv_hcall hc; in kvm_hv_hypercall() local
/linux/fs/gfs2/
H A Ddir.c339 __be64 *hc; in gfs2_dir_get_hash_table() local
386 __be64 *hc; in gfs2_dir_hash_inval() local
1155 __be64 *hc; in dir_double_exhash() local
/linux/drivers/usb/dwc2/
H A Dhcd.h575 static inline bool dbg_hc(struct dwc2_host_chan *hc) { return true; } in dbg_hc()
580 static inline bool dbg_hc(struct dwc2_host_chan *hc) in dbg_hc()
/linux/drivers/ata/
H A Dsata_mv.c863 static inline void __iomem *mv_hc_base(void __iomem *base, unsigned int hc) in mv_hc_base()
1259 int start_port, num_ports, p, start_hc, num_hcs, hc; in mv_dump_all_regs() local
3149 unsigned int hc) in mv5_reset_one_hc()
3170 unsigned int hc, port; in mv5_reset_hc() local
3888 int rc = 0, n_hc, port, hc; in mv_init_host() local
/linux/drivers/scsi/
H A Dncr53c8xx.c388 int hc = VTOB_HASH_CODE(vp); in ___dma_getp() local
405 int hc = VTOB_HASH_CODE(m); in ___dma_freep() local
491 int hc = VTOB_HASH_CODE(m); in __vtobus() local
/linux/drivers/accessibility/speakup/
H A Dmain.c1667 int hc, d; in speak_highlight() local