/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 241 #define HFC_outb(hc, reg, val) \ argument 243 #define HFC_outb_nodebug(hc, reg, val) \ argument 245 #define HFC_inb(hc, reg) \ argument 247 #define HFC_inb_nodebug(hc, reg) \ argument 249 #define HFC_inw(hc, reg) \ argument 251 #define HFC_inw_nodebug(hc, reg) \ argument 253 #define HFC_wait(hc) \ argument 255 #define HFC_wait_nodebug(hc) \ argument 258 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) argument 259 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) argument [all …]
|
H A D | hfc_multi_8xx.h | 19 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()
|
H A D | hfcpci.c | 139 enable_hwirq(struct hfc_pci *hc) in enable_hwirq() 146 disable_hwirq(struct hfc_pci *hc) in disable_hwirq() 156 release_io_hfcpci(struct hfc_pci *hc) in release_io_hfcpci() 170 hfcpci_setmode(struct hfc_pci *hc) in hfcpci_setmode() 193 reset_hfcpci(struct hfc_pci *hc) in reset_hfcpci() 293 struct hfc_pci *hc = from_timer(hc, t, hw.timer); in hfcpci_Timer() local 307 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS() 323 hfcpci_clear_fifo_rx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_rx() 352 static void hfcpci_clear_fifo_tx(struct hfc_pci *hc, int fifo) in hfcpci_clear_fifo_tx() 452 receive_dmsg(struct hfc_pci *hc) in receive_dmsg() [all …]
|
/openbmc/linux/net/dccp/ccids/ |
H A D | ccid3.c | 53 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk); in ccid3_hc_tx_set_state() local 74 const struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk); in rfc3390_initial_rate() local 86 static void ccid3_update_send_interval(struct ccid3_hc_tx_sock *hc) in ccid3_update_send_interval() 95 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now) in ccid3_hc_tx_idle_rtt() 116 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk); in ccid3_hc_tx_update_x() local 162 static inline void ccid3_hc_tx_update_s(struct ccid3_hc_tx_sock *hc, int len) in ccid3_hc_tx_update_s() 176 static inline void ccid3_hc_tx_update_win_count(struct ccid3_hc_tx_sock *hc, in ccid3_hc_tx_update_win_count() 191 struct ccid3_hc_tx_sock *hc = from_timer(hc, t, tx_no_feedback_timer); in ccid3_hc_tx_no_feedback_timer() local 275 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk); in ccid3_hc_tx_send_packet() local 351 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk); in ccid3_hc_tx_packet_sent() local [all …]
|
H A D | ccid2.c | 25 static int ccid2_hc_tx_alloc_seq(struct ccid2_hc_tx_sock *hc) in ccid2_hc_tx_alloc_seq() 94 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_check_l_ack_ratio() local 129 struct ccid2_hc_tx_sock *hc = from_timer(hc, t, tx_rtotimer); in ccid2_hc_tx_rto_expire() local 192 static void ccid2_update_used_window(struct ccid2_hc_tx_sock *hc, u32 new_wnd) in ccid2_update_used_window() 200 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_cwnd_application_limited() local 219 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_cwnd_restart() local 241 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_hc_tx_packet_sent() local 366 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_rtt_estimator() local 437 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_new_ack() local 482 struct ccid2_hc_tx_sock *hc = ccid2_hc_tx_sk(sk); in ccid2_congestion_event() local [all …]
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 264 l1oip_socket_send(struct l1oip *hc, u8 localcodec, u8 channel, u32 chanmask, in l1oip_socket_send() 350 l1oip_socket_recv(struct l1oip *hc, u8 remotecodec, u8 channel, u16 timebase, in l1oip_socket_recv() 444 l1oip_socket_parse(struct l1oip *hc, struct sockaddr_in *sin, u8 *buf, int len) in l1oip_socket_parse() 634 struct l1oip *hc = (struct l1oip *)data; in l1oip_socket_thread() local 754 l1oip_socket_close(struct l1oip *hc) in l1oip_socket_close() 779 l1oip_socket_open(struct l1oip *hc) in l1oip_socket_open() 807 struct l1oip *hc = container_of(work, struct l1oip, workq); in l1oip_send_bh() local 824 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive() local 832 struct l1oip *hc = from_timer(hc, t, in l1oip_timeout() local 870 struct l1oip *hc = dch->hw; in handle_dmsg() local [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | sbshc.c | 88 static inline int smb_hc_read(struct acpi_smb_hc *hc, u8 address, u8 *data) in smb_hc_read() 93 static inline int smb_hc_write(struct acpi_smb_hc *hc, u8 address, u8 data) in smb_hc_write() 98 static int wait_transaction_complete(struct acpi_smb_hc *hc, int timeout) in wait_transaction_complete() 105 static int acpi_smbus_transaction(struct acpi_smb_hc *hc, u8 protocol, in acpi_smbus_transaction() 162 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_read() 170 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_write() 178 int acpi_smbus_register_callback(struct acpi_smb_hc *hc, in acpi_smbus_register_callback() 190 int acpi_smbus_unregister_callback(struct acpi_smb_hc *hc) in acpi_smbus_unregister_callback() 204 struct acpi_smb_hc *hc = context; in acpi_smbus_callback() local 211 struct acpi_smb_hc *hc = context; in smbus_alarm() local [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-mem.c | 77 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()
|
/openbmc/linux/drivers/md/ |
H A D | dm-ioctl.c | 94 struct hash_cell *hc = container_of(n, struct hash_cell, name_node); in __get_name_cell() local 113 struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node); in __get_uuid_cell() local 127 static void __unlink_name(struct hash_cell *hc) in __unlink_name() 135 static void __unlink_uuid(struct hash_cell *hc) in __unlink_uuid() 155 struct hash_cell *hc = container_of(*n, struct hash_cell, name_node); in __link_name() local 180 struct hash_cell *hc = container_of(*n, struct hash_cell, uuid_node); in __link_uuid() local 196 struct hash_cell *hc; in __get_dev_cell() local 219 struct hash_cell *hc; in alloc_cell() local 249 static void free_cell(struct hash_cell *hc) in free_cell() 264 struct hash_cell *cell, *hc; in dm_hash_insert() local [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | hpet.c | 207 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers() local 232 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel() local 398 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent() 417 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register() 475 struct hpet_channel *hc = irq_data_get_irq_handler_data(data); in hpet_msi_unmask() local 485 struct hpet_channel *hc = irq_data_get_irq_handler_data(data); in hpet_msi_mask() local 493 static void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg) in hpet_msi_write() 595 static int hpet_assign_irq(struct irq_domain *domain, struct hpet_channel *hc, in hpet_assign_irq() 611 struct hpet_channel *hc = clockevent_to_channel(evt); in hpet_clkevt_msi_resume() local 624 struct hpet_channel *hc = data; in hpet_msi_interrupt_handler() local [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | usb.c | 19 void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, uint32_t devfn, int bar) in qusb_pci_init_one() 27 void uhci_deinit(struct qhc *hc) in uhci_deinit() 32 void uhci_port_test(struct qhc *hc, int port, uint16_t expect) in uhci_port_test()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | kvm_pv_test.c | 60 #define TEST_HCALL(hc) { .nr = hc, .name = #hc } argument 62 #define PR_HCALL(hc) ucall(UCALL_PR_HCALL, 1, hc) argument 74 static void test_hcall(struct hcall_data *hc) in test_hcall() 107 struct hcall_data *hc = (struct hcall_data *)uc->args[0]; in pr_hcall() local
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_malloc.c | 221 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
|
/openbmc/linux/arch/x86/kvm/ |
H A D | hyperv.c | 1832 static int kvm_hv_get_hc_data(struct kvm *kvm, struct kvm_hv_hcall *hc, in kvm_hv_get_hc_data() 1865 static u64 kvm_get_sparse_vp_set(struct kvm *kvm, struct kvm_hv_hcall *hc, in kvm_get_sparse_vp_set() 1876 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() 1951 static u64 kvm_hv_flush_tlb(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_flush_tlb() 2167 static u64 kvm_hv_send_ipi(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_send_ipi() 2354 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hvcall_signal_event() 2395 static bool is_xmm_fast_hypercall(struct kvm_hv_hcall *hc) in is_xmm_fast_hypercall() 2409 static void kvm_hv_hypercall_read_xmm(struct kvm_hv_hcall *hc) in kvm_hv_hypercall_read_xmm() 2472 struct kvm_hv_hcall hc; in kvm_hv_hypercall() local
|
/openbmc/qemu/hw/pci-host/ |
H A D | remote.c | 52 PCIHostBridgeClass *hc = PCI_HOST_BRIDGE_CLASS(klass); in remote_pcihost_class_init() local
|
H A D | gpex.c | 175 PCIHostBridgeClass *hc = PCI_HOST_BRIDGE_CLASS(klass); in gpex_host_class_init() local
|
/openbmc/qemu/hw/s390x/ |
H A D | ap-bridge.c | 67 HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(oc); in ap_bridge_class_init() local
|
H A D | css-bridge.c | 136 HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(klass); in virtual_css_bridge_class_init() local
|
/openbmc/qemu/hw/ppc/ |
H A D | e500plat.c | 74 HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(oc); in e500plat_machine_class_init() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument 54 #define SMP_CONFIG_WITH_MODS_DIES(ha, a, hb, b, hc, c, hd, d, \ argument 70 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument 84 #define SMP_CONFIG_WITH_BOOKS_DRAWERS(ha, a, hb, b, hc, c, hd, \ argument
|
/openbmc/qemu/tests/qtest/ |
H A D | usb-hcd-ehci-test.c | 39 static void ehci_port_test(struct qhc *hc, int port, uint32_t expect) in ehci_port_test()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 146 HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(klass); in pcie_pci_bridge_class_init() local
|
H A D | pci_expander_bridge.c | 176 PCIHostBridgeClass *hc = PCI_HOST_BRIDGE_CLASS(class); in pxb_host_class_init() local 230 PCIHostBridgeClass *hc = PCI_HOST_BRIDGE_CLASS(class); in pxb_cxl_host_class_init() local
|
/openbmc/qemu/hw/remote/ |
H A D | machine.c | 127 HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(oc); in remote_machine_class_init() local
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_malone.c | 349 struct vpu_dec_ctrl *hc; in vpu_malone_init_rpc() local 465 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_set_system_cfg() local 497 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_config_stream_buffer() local 515 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_get_stream_buffer_desc() local 545 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_update_stream_buffer() local 644 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_set_params() local 1098 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_add_scode() local 1616 struct vpu_dec_ctrl *hc = shared->priv; in vpu_malone_input_frame() local
|