| /linux-4.1.27/drivers/isdn/hardware/mISDN/ | 
| D | hfcmulti.c | 255 #define HFC_outb(hc, reg, val)					\  argument257 #define HFC_outb_nodebug(hc, reg, val)					\  argument
 259 #define HFC_inb(hc, reg)				\  argument
 261 #define HFC_inb_nodebug(hc, reg)				\  argument
 263 #define HFC_inw(hc, reg)				\  argument
 265 #define HFC_inw_nodebug(hc, reg)				\  argument
 267 #define HFC_wait(hc)				\  argument
 269 #define HFC_wait_nodebug(hc)				\  argument
 272 #define HFC_outb(hc, reg, val)		(hc->HFC_outb(hc, reg, val))  argument
 273 #define HFC_outb_nodebug(hc, reg, val)	(hc->HFC_outb_nodebug(hc, reg, val))  argument
 [all …]
 
 | 
| D | hfc_multi_8xx.h | 18 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val,  in HFC_outb_embsd()31 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line)  in HFC_inb_embsd()
 43 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line)  in HFC_inw_embsd()
 55 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line)  in HFC_wait_embsd()
 69 write_fifo_embsd(struct hfc_multi *hc, u_char *data, int len)  in write_fifo_embsd()
 83 read_fifo_embsd(struct hfc_multi *hc, u_char *data, int len)  in read_fifo_embsd()
 96 setup_embedded(struct hfc_multi *hc, struct hm_map *m)  in setup_embedded()
 
 | 
| D | hfcpci.c | 153 enable_hwirq(struct hfc_pci *hc)  in enable_hwirq()160 disable_hwirq(struct hfc_pci *hc)  in disable_hwirq()
 170 release_io_hfcpci(struct hfc_pci *hc)  in release_io_hfcpci()
 183 hfcpci_setmode(struct hfc_pci *hc)  in hfcpci_setmode()
 206 reset_hfcpci(struct hfc_pci *hc)  in reset_hfcpci()
 304 hfcpci_Timer(struct hfc_pci *hc)  in hfcpci_Timer()
 319 Sel_BCS(struct hfc_pci *hc, int channel)  in Sel_BCS()
 335 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo)  in hfcpci_clear_fifo_rx()
 364 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo)  in hfcpci_clear_fifo_tx()
 464 receive_dmsg(struct hfc_pci *hc)  in receive_dmsg()
 [all …]
 
 | 
| /linux-4.1.27/net/dccp/ccids/ | 
| D | ccid3.c | 66 	struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in ccid3_hc_tx_set_state()  local87 	const struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in rfc3390_initial_rate()  local
 97 static void ccid3_update_send_interval(struct ccid3_hc_tx_sock *hc)  in ccid3_update_send_interval()
 106 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now)  in ccid3_hc_tx_idle_rtt()
 126 	struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in ccid3_hc_tx_update_x()  local
 171 static inline void ccid3_hc_tx_update_s(struct ccid3_hc_tx_sock *hc, int len)  in ccid3_hc_tx_update_s()
 185 static inline void ccid3_hc_tx_update_win_count(struct ccid3_hc_tx_sock *hc,  in ccid3_hc_tx_update_win_count()
 201 	struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in ccid3_hc_tx_no_feedback_timer()  local
 283 	struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in ccid3_hc_tx_send_packet()  local
 359 	struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);  in ccid3_hc_tx_packet_sent()  local
 [all …]
 
 | 
| D | ccid2.c | 38 static int ccid2_hc_tx_alloc_seq(struct ccid2_hc_tx_sock *hc)  in ccid2_hc_tx_alloc_seq()106 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_check_l_ack_ratio()  local
 132 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_hc_tx_rto_expire()  local
 188 static void ccid2_update_used_window(struct ccid2_hc_tx_sock *hc, u32 new_wnd)  in ccid2_update_used_window()
 196 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_cwnd_application_limited()  local
 215 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_cwnd_restart()  local
 235 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_hc_tx_packet_sent()  local
 358 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_rtt_estimator()  local
 429 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_new_ack()  local
 474 	struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk);  in ccid2_congestion_event()  local
 [all …]
 
 | 
| D | ccid2.h | 102 static inline bool ccid2_cwnd_network_limited(struct ccid2_hc_tx_sock *hc)  in ccid2_cwnd_network_limited()
 | 
| /linux-4.1.27/drivers/isdn/mISDN/ | 
| D | l1oip_core.c | 276 l1oip_socket_send(struct l1oip *hc, u8 localcodec, u8 channel, u32 chanmask,  in l1oip_socket_send()362 l1oip_socket_recv(struct l1oip *hc, u8 remotecodec, u8 channel, u16 timebase,  in l1oip_socket_recv()
 462 l1oip_socket_parse(struct l1oip *hc, struct sockaddr_in *sin, u8 *buf, int len)  in l1oip_socket_parse()
 650 	struct l1oip *hc = (struct l1oip *)data;  in l1oip_socket_thread()  local
 775 l1oip_socket_close(struct l1oip *hc)  in l1oip_socket_close()
 800 l1oip_socket_open(struct l1oip *hc)  in l1oip_socket_open()
 828 	struct l1oip *hc = container_of(work, struct l1oip, workq);  in l1oip_send_bh()  local
 845 	struct l1oip *hc = (struct l1oip *)data;  in l1oip_keepalive()  local
 853 	struct l1oip			*hc = (struct l1oip *)data;  in l1oip_timeout()  local
 890 	struct l1oip			*hc = dch->hw;  in handle_dmsg()  local
 [all …]
 
 | 
| /linux-4.1.27/drivers/acpi/ | 
| D | sbshc.c | 93 static inline int smb_hc_read(struct acpi_smb_hc *hc, u8 address, u8 *data)  in smb_hc_read()98 static inline int smb_hc_write(struct acpi_smb_hc *hc, u8 address, u8 data)  in smb_hc_write()
 103 static inline int smb_check_done(struct acpi_smb_hc *hc)  in smb_check_done()
 110 static int wait_transaction_complete(struct acpi_smb_hc *hc, int timeout)  in wait_transaction_complete()
 126 static int acpi_smbus_transaction(struct acpi_smb_hc *hc, u8 protocol,  in acpi_smbus_transaction()
 184 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address,  in acpi_smbus_read()
 192 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 address,  in acpi_smbus_write()
 200 int acpi_smbus_register_callback(struct acpi_smb_hc *hc,  in acpi_smbus_register_callback()
 212 int acpi_smbus_unregister_callback(struct acpi_smb_hc *hc)  in acpi_smbus_unregister_callback()
 225 	struct acpi_smb_hc *hc = context;  in acpi_smbus_callback()  local
 [all …]
 
 | 
| D | sbs.c | 110 	struct acpi_smb_hc *hc;  member
 | 
| /linux-4.1.27/drivers/usb/host/ | 
| D | ohci-mem.c | 73 dma_to_td (struct ohci_hcd *hc, dma_addr_t td_dma)  in dma_to_td()86 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags)  in td_alloc()
 103 td_free (struct ohci_hcd *hc, struct td *td)  in td_free()
 120 ed_alloc (struct ohci_hcd *hc, gfp_t mem_flags)  in ed_alloc()
 135 ed_free (struct ohci_hcd *hc, struct ed *ed)  in ed_free()
 
 | 
| D | ohci.h | 708 #define read_roothub(hc, register, mask) ({ \  argument717 static inline u32 roothub_a (struct ohci_hcd *hc)  in roothub_a()
 719 static inline u32 roothub_b (struct ohci_hcd *hc)  in roothub_b()
 721 static inline u32 roothub_status (struct ohci_hcd *hc)  in roothub_status()
 723 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i)  in roothub_portstatus()
 
 | 
| D | ohci-hub.c | 16 #define dbg_port(hc,label,num,value) \  argument
 | 
| D | ohci-q.c | 13 static void urb_free_priv (struct ohci_hcd *hc, urb_priv_t *urb_priv)  in urb_free_priv()
 | 
| D | ohci-dbg.c | 167 #define dbg_port_sw(hc,num,value,next,size) \  argument
 | 
| /linux-4.1.27/drivers/md/ | 
| D | dm-ioctl.c | 113 	struct hash_cell *hc;  in __get_name_cell()  local127 	struct hash_cell *hc;  in __get_uuid_cell()  local
 142 	struct hash_cell *hc;  in __get_dev_cell()  local
 163 	struct hash_cell *hc;  in alloc_cell()  local
 194 static void free_cell(struct hash_cell *hc)  in free_cell()
 209 	struct hash_cell *cell, *hc;  in dm_hash_insert()  local
 253 static struct dm_table *__hash_remove(struct hash_cell *hc)  in __hash_remove()
 282 	struct hash_cell *hc;  in dm_hash_remove_all()  local
 336 static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid)  in __set_cell_uuid()
 349 static char *__change_cell_name(struct hash_cell *hc, char *new_name)  in __change_cell_name()
 [all …]
 
 | 
| /linux-4.1.27/drivers/scsi/sym53c8xx_2/ | 
| D | sym_malloc.c | 234 		int hc = VTOB_HASH_CODE(vaddr);  in ___get_dma_mem_cluster()  local249 	int hc = VTOB_HASH_CODE(m);  in ___free_dma_mem_cluster()  local
 361 	int hc = VTOB_HASH_CODE(m);  in __vtobus()  local
 
 | 
| /linux-4.1.27/net/dccp/ | 
| D | probe.c | 78 	struct ccid3_hc_tx_sock *hc = NULL;  in jdccp_sendmsg()  local
 | 
| /linux-4.1.27/fs/gfs2/ | 
| D | dir.c | 344 	__be64 *hc;  in gfs2_dir_get_hash_table()  local391 	__be64 *hc = ip->i_hash_cache;  in gfs2_dir_hash_inval()  local
 1114 	__be64 *hc;  in dir_double_exhash()  local
 
 | 
| /linux-4.1.27/drivers/usb/dwc2/ | 
| D | hcd.h | 507 static inline bool dbg_hc(struct dwc2_host_chan *hc) { return true; }  in dbg_hc()512 static inline bool dbg_hc(struct dwc2_host_chan *hc)  in dbg_hc()
 
 | 
| /linux-4.1.27/fs/ocfs2/cluster/ | 
| D | heartbeat.c | 2337 void o2hb_setup_callback(struct o2hb_callback_func *hc,  in o2hb_setup_callback()2493 			   struct o2hb_callback_func *hc)  in o2hb_register_callback()
 2537 			      struct o2hb_callback_func *hc)  in o2hb_unregister_callback()
 
 | 
| /linux-4.1.27/drivers/ata/ | 
| D | sata_mv.c | 903 static inline void __iomem *mv_hc_base(void __iomem *base, unsigned int hc)  in mv_hc_base()1300 	int start_port, num_ports, p, start_hc, num_hcs, hc;  in mv_dump_all_regs()  local
 3198 			unsigned int hc)  in mv5_reset_one_hc()
 3218 	unsigned int hc, port;  in mv5_reset_hc()  local
 3940 	int rc = 0, n_hc, port, hc;  in mv_init_host()  local
 
 | 
| /linux-4.1.27/drivers/scsi/ | 
| D | ncr53c8xx.c | 395 			int hc = VTOB_HASH_CODE(vp);  in ___dma_getp()  local412 	int hc = VTOB_HASH_CODE(m);  in ___dma_freep()  local
 498 	int hc = VTOB_HASH_CODE(m);  in __vtobus()  local
 
 | 
| /linux-4.1.27/drivers/staging/speakup/ | 
| D | main.c | 1624 	int hc, d;  in speak_highlight()  local
 | 
| /linux-4.1.27/kernel/rcu/ | 
| D | tree.c | 3499 	bool hc = false;  in rcu_cpu_has_callbacks()  local
 |