/linux/drivers/gpu/host1x/ |
H A D | syncpt.c | 62 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc() local 116 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() 127 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max() 183 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load() 196 u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp) in host1x_syncpt_load_wait_base() 207 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr() 220 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() 269 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() 342 struct host1x_syncpt *sp = container_of(ref, struct host1x_syncpt, ref); in syncpt_release() local 367 void host1x_syncpt_put(struct host1x_syncpt *sp) in host1x_syncpt_put() [all …]
|
H A D | syncpt.h | 74 static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real) in host1x_syncpt_check_max() 84 static inline bool host1x_syncpt_client_managed(struct host1x_syncpt *sp) in host1x_syncpt_client_managed() 93 static inline bool host1x_syncpt_idle(struct host1x_syncpt *sp) in host1x_syncpt_idle() 121 static inline int host1x_syncpt_is_valid(struct host1x_syncpt *sp) in host1x_syncpt_is_valid() 126 static inline void host1x_syncpt_set_locked(struct host1x_syncpt *sp) in host1x_syncpt_set_locked()
|
/linux/drivers/crypto/ccp/ |
H A D | sp-dev.c | 43 static void sp_add_device(struct sp_device *sp) in sp_add_device() 54 static void sp_del_device(struct sp_device *sp) in sp_del_device() 67 struct sp_device *sp = data; in sp_irq_handler() local 78 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_ccp_irq() 106 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_psp_irq() 134 void sp_free_ccp_irq(struct sp_device *sp, void *data) in sp_free_ccp_irq() 153 void sp_free_psp_irq(struct sp_device *sp, void *data) in sp_free_psp_irq() 179 struct sp_device *sp; in sp_alloc_struct() local 192 int sp_init(struct sp_device *sp) in sp_init() 204 void sp_destroy(struct sp_device *sp) in sp_destroy() [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 22 qla2x00_get_cmd_direction(srb_t *sp) in qla2x00_get_cmd_direction() 146 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() 193 void qla2x00_build_scsi_iocbs_32(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_32() 249 void qla2x00_build_scsi_iocbs_64(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_64() 324 qla2x00_start_scsi(srb_t *sp) in qla2x00_start_scsi() 590 qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt, in qla24xx_build_scsi_type_6_iocbs() 700 qla24xx_build_scsi_iocbs(srb_t *sp, struct cmd_type_7 *cmd_pkt, in qla24xx_build_scsi_iocbs() 772 qla24xx_set_t10dif_tags(srb_t *sp, struct fw_dif_context *pkt, in qla24xx_set_t10dif_tags() 835 qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist_no_difb() 949 qla24xx_walk_and_build_sglist(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist() [all …]
|
H A D | qla_gs.c | 503 static void qla2x00_async_sns_sp_done(srb_t *sp, int rc) in qla2x00_async_sns_sp_done() 588 srb_t *sp; in qla_async_rftid() local 687 srb_t *sp; in qla_async_rffid() local 779 srb_t *sp; in qla_async_rnnid() local 886 srb_t *sp; in qla_async_rsnn_nn() local 2754 static void qla24xx_async_gpsc_sp_done(srb_t *sp, int res) in qla24xx_async_gpsc_sp_done() 2811 srb_t *sp; in qla24xx_async_gpsc() local 2862 void qla24xx_sp_unmap(scsi_qla_host_t *vha, srb_t *sp) in qla24xx_sp_unmap() 2894 void qla24xx_async_gffid_sp_done(srb_t *sp, int res) in qla24xx_async_gffid_sp_done() 2961 srb_t *sp; in qla24xx_async_gffid() local [all …]
|
/linux/drivers/base/ |
H A D | bus.c | 62 struct subsys_private *sp = NULL; in bus_to_subsys() local 89 struct subsys_private *sp = bus_to_subsys(bus); in bus_get() local 98 struct subsys_private *sp = bus_to_subsys(bus); in bus_put() local 183 struct subsys_private *sp = bus_to_subsys(bus); in bus_create_file() local 198 struct subsys_private *sp = bus_to_subsys(bus); in bus_remove_file() local 281 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_show() local 295 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_store() local 359 struct subsys_private *sp = bus_to_subsys(bus); in bus_for_each_dev() local 396 struct subsys_private *sp = bus_to_subsys(bus); in bus_find_device() local 451 struct subsys_private *sp = bus_to_subsys(bus); in bus_for_each_drv() local [all …]
|
/linux/drivers/net/hamradio/ |
H A D | 6pack.c | 136 struct sixpack *sp = timer_container_of(sp, t, tx_t); in sp_xmit_on_air() local 159 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps() 238 struct sixpack *sp = netdev_priv(dev); in sp_xmit() local 257 struct sixpack *sp = netdev_priv(dev); in sp_open_dev() local 267 struct sixpack *sp = netdev_priv(dev); in sp_close() local 326 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump() 368 struct sixpack *sp; in sp_get() local 379 static void sp_put(struct sixpack *sp) in sp_put() 391 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup() local 427 struct sixpack *sp; in sixpack_receive_buf() local [all …]
|
/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 123 static inline int is_s2io_card_up(const struct s2io_nic *sp) in is_s2io_card_up() 342 static void do_s2io_copy_mac_addr(struct s2io_nic *sp, int offset, u64 mac_addr) in do_s2io_copy_mac_addr() 499 static inline void s2io_stop_all_tx_queue(struct s2io_nic *sp) in s2io_stop_all_tx_queue() 510 static inline void s2io_stop_tx_queue(struct s2io_nic *sp, int fifo_no) in s2io_stop_tx_queue() 519 static inline void s2io_start_all_tx_queue(struct s2io_nic *sp) in s2io_start_all_tx_queue() 530 static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp) in s2io_wake_all_tx_queue() 2076 static int verify_pcc_quiescent(struct s2io_nic *sp, int flag) in verify_pcc_quiescent() 2118 static int verify_xena_quiescence(struct s2io_nic *sp) in verify_xena_quiescence() 2185 static void fix_mac_address(struct s2io_nic *sp) in fix_mac_address() 2661 static void free_rxd_blk(struct s2io_nic *sp, int ring_no, int blk) in free_rxd_blk() [all …]
|
/linux/drivers/misc/ibmasm/ |
H A D | command.c | 20 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command() 63 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command() 68 static struct command *dequeue_command(struct service_processor *sp) in dequeue_command() 83 static inline void do_exec_command(struct service_processor *sp) in do_exec_command() 105 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command() 125 static void exec_next_command(struct service_processor *sp) in exec_next_command() 161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response()
|
H A D | event.c | 26 static void wake_up_event_readers(struct service_processor *sp) in wake_up_event_readers() 43 void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size) in ibmasm_receive_event() 77 int ibmasm_get_next_event(struct service_processor *sp, struct event_reader *reader) in ibmasm_get_next_event() 116 void ibmasm_event_reader_register(struct service_processor *sp, struct event_reader *reader) in ibmasm_event_reader_register() 127 void ibmasm_event_reader_unregister(struct service_processor *sp, struct event_reader *reader) in ibmasm_event_reader_unregister() 136 int ibmasm_event_buffer_init(struct service_processor *sp) in ibmasm_event_buffer_init() 160 void ibmasm_event_buffer_exit(struct service_processor *sp) in ibmasm_event_buffer_exit()
|
H A D | remote.h | 75 #define mouse_addr(sp) (sp->base_address + CONDOR_MOUSE_DATA) argument 76 #define display_width(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_RESX) argument 77 #define display_height(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_RESY) argument 78 #define display_depth(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_BITS) argument 79 #define desktop_info(sp) (mouse_addr(sp) + CONDOR_INPUT_DESKTOP_INFO) argument 80 #define vnc_status(sp) (mouse_addr(sp) + CONDOR_OUTPUT_VNC_STATUS) argument 81 #define isr_control(sp) (mouse_addr(sp) + CONDOR_MOUSE_ISR_CONTROL) argument 83 #define mouse_interrupt_pending(sp) readl(mouse_addr(sp) + CONDOR_MOUSE_ISR_STATUS) argument 84 #define clear_mouse_interrupt(sp) writel(0, mouse_addr(sp) + CONDOR_MOUSE_ISR_STATUS) argument 85 #define enable_mouse_interrupts(sp) writel(1, mouse_addr(sp) + CONDOR_MOUSE_ISR_CONTROL) argument [all …]
|
H A D | heartbeat.c | 52 int ibmasm_heartbeat_init(struct service_processor *sp) in ibmasm_heartbeat_init() 61 void ibmasm_heartbeat_exit(struct service_processor *sp) in ibmasm_heartbeat_exit() 72 void ibmasm_receive_heartbeat(struct service_processor *sp, void *message, size_t size) in ibmasm_receive_heartbeat()
|
/linux/drivers/gpu/host1x/hw/ |
H A D | syncpt_hw.c | 16 static void syncpt_restore(struct host1x_syncpt *sp) in syncpt_restore() 27 static void syncpt_restore_wait_base(struct host1x_syncpt *sp) in syncpt_restore_wait_base() 40 static void syncpt_read_wait_base(struct host1x_syncpt *sp) in syncpt_read_wait_base() 53 static u32 syncpt_load(struct host1x_syncpt *sp) in syncpt_load() 76 static int syncpt_cpu_incr(struct host1x_syncpt *sp) in syncpt_cpu_incr() 103 static void syncpt_assign_to_channel(struct host1x_syncpt *sp, in syncpt_assign_to_channel()
|
/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | 463 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked() 525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() 548 struct fc_seq *sp; in fc_seq_alloc() local 562 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked() 577 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next() 594 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp() 636 struct fc_seq *sp; in fc_exch_abort_locked() local 729 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp() 768 struct fc_seq *sp = &ep->seq; in fc_exch_timeout() local 967 void fc_exch_done(struct fc_seq *sp) in fc_exch_done() [all …]
|
/linux/io_uring/ |
H A D | splice.c | 30 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in __io_splice_prep() local 52 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); in io_splice_cleanup() local 61 struct io_splice *sp in io_splice_get_file() local 83 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); io_tee() local 111 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); io_splice_prep() local 120 struct io_splice *sp = io_kiocb_to_cmd(req, struct io_splice); io_splice() local [all...] |
/linux/drivers/tty/serial/ |
H A D | sprd_serial.c | 198 struct sprd_uart_port *sp = in sprd_stop_rx() local 229 struct sprd_uart_port *sp = in sprd_stop_tx_dma() local 250 struct sprd_uart_port *sp = in sprd_tx_buf_remap() local 267 struct sprd_uart_port *sp = in sprd_complete_tx_dma() local 320 struct sprd_uart_port *sp = in sprd_tx_dma_config() local 342 struct sprd_uart_port *sp = in sprd_start_tx_dma() local 374 static int sprd_rx_alloc_buf(struct sprd_uart_port *sp) in sprd_rx_alloc_buf() 384 static void sprd_rx_free_buf(struct sprd_uart_port *sp) in sprd_rx_free_buf() 394 struct sprd_uart_port *sp = in sprd_rx_dma_config() local 408 struct sprd_uart_port *sp = in sprd_uart_dma_rx() local [all …]
|
/linux/drivers/net/fddi/skfp/ |
H A D | pmf.c | 700 struct smt_p_1048 *sp ; in smt_add_para() local 709 struct smt_p_208c *sp ; in smt_add_para() local 726 struct smt_p_208d *sp ; in smt_add_para() local 743 struct smt_p_208e *sp ; in smt_add_para() local 758 struct smt_p_208f *sp ; in smt_add_para() local 781 struct smt_p_2090 *sp ; in smt_add_para() local 796 struct smt_p_4050 *sp ; in smt_add_para() local 817 struct smt_p_4051 *sp ; in smt_add_para() local 834 struct smt_p_4052 *sp ; in smt_add_para() local 845 struct smt_p_4053 *sp ; in smt_add_para() local
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 286 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in kvm_flush_remote_tlbs_sptep() local 370 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in count_spte_clear() local 454 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in __get_spte_lockless() local 639 static gfn_t kvm_mmu_page_get_gfn(struct kvm_mmu_page *sp, int index) in kvm_mmu_page_get_gfn() 656 static u32 kvm_mmu_page_get_access(struct kvm_mmu_page *sp, int index) in kvm_mmu_page_get_access() 676 static void kvm_mmu_page_set_translation(struct kvm_mmu_page *sp, int index, in kvm_mmu_page_set_translation() 695 static void kvm_mmu_page_set_access(struct kvm_mmu_page *sp, int index, in kvm_mmu_page_set_access() 749 static void account_shadowed(struct kvm *kvm, struct kvm_mmu_page *sp) in account_shadowed() 779 void track_possible_nx_huge_page(struct kvm *kvm, struct kvm_mmu_page *sp) in track_possible_nx_huge_page() 797 static void account_nx_huge_page(struct kvm *kvm, struct kvm_mmu_page *sp, in account_nx_huge_page() [all …]
|
H A D | tdp_mmu.c | 56 static void tdp_mmu_free_sp(struct kvm_mmu_page *sp) in tdp_mmu_free_sp() 73 struct kvm_mmu_page *sp = container_of(head, struct kvm_mmu_page, in tdp_mmu_free_sp_rcu_callback() local 216 struct kvm_mmu_page *sp; in tdp_mmu_alloc_sp() local 224 static void tdp_mmu_init_sp(struct kvm_mmu_page *sp, tdp_ptep_t sptep, in tdp_mmu_init_sp() 327 static void tdp_account_mmu_page(struct kvm *kvm, struct kvm_mmu_page *sp) in tdp_account_mmu_page() 335 static void tdp_unaccount_mmu_page(struct kvm *kvm, struct kvm_mmu_page *sp) in tdp_unaccount_mmu_page() 349 static void tdp_mmu_unlink_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in tdp_mmu_unlink_sp() 404 struct kvm_mmu_page *sp = sptep_to_sp(rcu_dereference(pt)); in handle_removed_pt() local 505 struct kvm_mmu_page *sp = spte_to_child_sp(new_spte); in get_external_spt() local 928 bool kvm_tdp_mmu_zap_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in kvm_tdp_mmu_zap_sp() [all …]
|
/linux/arch/s390/kernel/ |
H A D | unwind_bc.c | 20 static bool outside_of_stack(struct unwind_state *state, unsigned long sp) in outside_of_stack() 26 static bool update_stack_info(struct unwind_state *state, unsigned long sp) in update_stack_info() 59 unsigned long sp, ip; in unwind_next_frame() local 130 unsigned long ip, sp; in __unwind_start() local
|
/linux/drivers/mfd/ |
H A D | rave-sp.c | 210 struct rave_sp *sp = dev_get_drvdata(dev->parent); in rave_sp_unregister_event_notifier() local 220 struct rave_sp *sp = dev_get_drvdata(dev->parent); in devm_rave_sp_register_event_notifier() local 282 static int rave_sp_write(struct rave_sp *sp, const u8 *data, u8 data_size) in rave_sp_write() 342 int rave_sp_exec(struct rave_sp *sp, in rave_sp_exec() 388 static void rave_sp_receive_event(struct rave_sp *sp, in rave_sp_receive_event() 403 static void rave_sp_receive_reply(struct rave_sp *sp, in rave_sp_receive_reply() 437 static void rave_sp_receive_frame(struct rave_sp *sp, in rave_sp_receive_frame() 478 struct rave_sp *sp = dev_get_drvdata(dev); in rave_sp_receive_buf() local 664 static int rave_sp_rdu1_get_status(struct rave_sp *sp, in rave_sp_rdu1_get_status() 675 static int rave_sp_emulated_get_status(struct rave_sp *sp, in rave_sp_emulated_get_status() [all …]
|
/linux/tools/testing/selftests/powerpc/papr_sysparm/ |
H A D | papr_sysparm.c | 28 struct papr_sysparm_io_block sp = { in get_splpar() local 47 struct papr_sysparm_io_block sp = { in get_bad_parameter() local 101 struct papr_sysparm_io_block sp = { in set_hmc0() local 123 struct papr_sysparm_io_block sp = { in set_with_ro_fd() local
|
/linux/net/sctp/ |
H A D | socket.c | 364 static void sctp_auto_asconf_init(struct sctp_sock *sp) in sctp_auto_asconf_init() 380 struct sctp_sock *sp = sctp_sk(sk); in sctp_do_bind() local 560 struct sctp_sock *sp; in sctp_send_asconf_add_ip() local 681 struct sctp_sock *sp = sctp_sk(sk); in sctp_bindx_rem() local 762 struct sctp_sock *sp; in sctp_send_asconf_del_ip() local 910 int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw) in sctp_asconf_mgmt() 1170 struct sctp_sock *sp = sctp_sk(sk); in __sctp_connect() local 1797 struct sctp_sock *sp = sctp_sk(sk); in sctp_sendmsg_to_asoc() local 2095 struct sctp_sock *sp = sctp_sk(sk); in sctp_recvmsg() local 2224 struct sctp_sock *sp = sctp_sk(sk); in sctp_setsockopt_events() local [all …]
|
/linux/net/rxrpc/ |
H A D | input.c | 448 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_queue_data() local 472 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_data_one() local 615 struct rxrpc_skb_priv *sp = rxrpc_skb(skb), *jsp; in rxrpc_input_split_jumbo() local 684 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_data() local 789 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_ack_trailer() local 963 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_soft_acks() local 1060 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_ack() local 1219 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_abort() local 1232 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_input_call_packet() local
|
/linux/drivers/usb/mon/ |
H A D | mon_stat.c | 30 struct snap *sp; in mon_stat_open() local 49 struct snap *sp = file->private_data; in mon_stat_read() local 56 struct snap *sp = file->private_data; in mon_stat_release() local
|