/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | sp-dev.c | 42 static void sp_add_device(struct sp_device *sp) in sp_add_device() 53 static void sp_del_device(struct sp_device *sp) in sp_del_device() 66 struct sp_device *sp = data; in sp_irq_handler() local 77 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_ccp_irq() 105 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_psp_irq() 133 void sp_free_ccp_irq(struct sp_device *sp, void *data) in sp_free_ccp_irq() 152 void sp_free_psp_irq(struct sp_device *sp, void *data) in sp_free_psp_irq() 178 struct sp_device *sp; in sp_alloc_struct() local 191 int sp_init(struct sp_device *sp) in sp_init() 203 void sp_destroy(struct sp_device *sp) in sp_destroy() [all …]
|
D | sp-pci.c | 35 static int sp_get_msix_irqs(struct sp_device *sp) in sp_get_msix_irqs() 58 static int sp_get_msi_irq(struct sp_device *sp) in sp_get_msi_irq() 74 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs() 95 static void sp_free_irqs(struct sp_device *sp) in sp_free_irqs() 110 static bool sp_pci_is_master(struct sp_device *sp) in sp_pci_is_master() 133 static void psp_set_master(struct sp_device *sp) in psp_set_master() 149 static void psp_clear_master(struct sp_device *sp) in psp_clear_master() 159 struct sp_device *sp; in sp_pci_probe() local 247 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown() local 258 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove() local [all …]
|
D | sp-platform.c | 83 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs() 124 struct sp_device *sp; in sp_platform_probe() local 194 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_remove() local 208 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_suspend() local 216 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_resume() local
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
D | syncpt.c | 49 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc() local 99 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id() 110 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max() 157 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load() 170 u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp) in host1x_syncpt_load_wait_base() 181 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr() 191 static bool syncpt_load_min_is_expired(struct host1x_syncpt *sp, u32 thresh) in syncpt_load_min_is_expired() 205 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() 307 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired() 440 void host1x_syncpt_free(struct host1x_syncpt *sp) in host1x_syncpt_free() [all …]
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-io.c | 120 struct pvr2_stream *sp = bp->stream; in pvr2_buffer_remove() local 152 struct pvr2_stream *sp; in pvr2_buffer_set_none() local 169 struct pvr2_stream *sp; in pvr2_buffer_set_ready() local 195 struct pvr2_stream *sp; in pvr2_buffer_set_idle() local 219 struct pvr2_stream *sp; in pvr2_buffer_set_queued() local 248 struct pvr2_stream *sp, in pvr2_buffer_init() 281 static int pvr2_stream_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_buffer_count() 350 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *sp) in pvr2_stream_achieve_buffer_count() 378 static void pvr2_stream_internal_flush(struct pvr2_stream *sp) in pvr2_stream_internal_flush() 398 static void pvr2_stream_init(struct pvr2_stream *sp) in pvr2_stream_init() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 53 #define TX_BUFFS_AVAIL(sp) ((sp->tx_old <= sp->tx_new) ? \ argument 57 #define VIRT_TO_DMA(sp, v) ((sp)->srings_dma + \ argument 115 struct sgiseeq_private *sp = netdev_priv(dev); in dma_sync_desc_cpu() local 123 struct sgiseeq_private *sp = netdev_priv(dev); in dma_sync_desc_dev() local 146 static inline void seeq_go(struct sgiseeq_private *sp, in seeq_go() 156 struct sgiseeq_private *sp = netdev_priv(dev); in __sgiseeq_set_mac_address() local 167 struct sgiseeq_private *sp = netdev_priv(dev); in sgiseeq_set_mac_address() local 185 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_init_ring() local 225 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_purge_ring() local 291 static int init_seeq(struct net_device *dev, struct sgiseeq_private *sp, in init_seeq() [all …]
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-mtk-nor.c | 96 #define CLK_TO_US(sp, clkcnt) DIV_ROUND_UP(clkcnt, sp->spi_freq / 1000000) argument 113 static inline void mtk_nor_rmw(struct mtk_nor *sp, u32 reg, u32 set, u32 clr) in mtk_nor_rmw() 122 static inline int mtk_nor_cmd_exec(struct mtk_nor *sp, u32 cmd, ulong clk) in mtk_nor_cmd_exec() 136 static void mtk_nor_set_addr(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_set_addr() 153 static bool need_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in need_bounce() 251 struct mtk_nor *sp = spi_controller_get_devdata(mem->spi->master); in mtk_nor_adjust_op_size() local 313 static void mtk_nor_setup_bus(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_setup_bus() 339 static int mtk_nor_dma_exec(struct mtk_nor *sp, u32 from, unsigned int length, in mtk_nor_dma_exec() 382 static int mtk_nor_read_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_bounce() 400 static int mtk_nor_read_dma(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_dma() [all …]
|
D | spi-ath79.c | 49 static inline u32 ath79_spi_rr(struct ath79_spi *sp, unsigned int reg) in ath79_spi_rr() 54 static inline void ath79_spi_wr(struct ath79_spi *sp, unsigned int reg, u32 val) in ath79_spi_wr() 64 static inline void ath79_spi_delay(struct ath79_spi *sp, unsigned int nsecs) in ath79_spi_delay() 72 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_chipselect() local 84 static void ath79_spi_enable(struct ath79_spi *sp) in ath79_spi_enable() 100 static void ath79_spi_disable(struct ath79_spi *sp) in ath79_spi_disable() 111 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_txrx_mode0() local 140 struct ath79_spi *sp; in ath79_spi_probe() local 215 struct ath79_spi *sp = platform_get_drvdata(pdev); in ath79_spi_remove() local
|
D | spi-sh-sci.c | 33 #define SCSPTR(sp) (sp->membase + 0x1c) argument 39 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits() 69 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in getmiso() local 108 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in sh_sci_spi_chipselect() local 118 struct sh_sci_spi *sp; in sh_sci_spi_probe() local 176 struct sh_sci_spi *sp = platform_get_drvdata(dev); in sh_sci_spi_remove() local
|
/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
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()
|
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()
|
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 …]
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
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()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_iocb.c | 21 qla2x00_get_cmd_direction(srb_t *sp) in qla2x00_get_cmd_direction() 145 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode() 190 void qla2x00_build_scsi_iocbs_32(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_32() 246 void qla2x00_build_scsi_iocbs_64(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_64() 321 qla2x00_start_scsi(srb_t *sp) in qla2x00_start_scsi() 583 qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt, in qla24xx_build_scsi_type_6_iocbs() 698 qla24xx_build_scsi_iocbs(srb_t *sp, struct cmd_type_7 *cmd_pkt, in qla24xx_build_scsi_iocbs() 770 qla24xx_set_t10dif_tags(srb_t *sp, struct fw_dif_context *pkt, in qla24xx_set_t10dif_tags() 888 qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist_no_difb() 1002 qla24xx_walk_and_build_sglist(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist() [all …]
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
D | 6pack.c | 141 struct sixpack *sp = from_timer(sp, t, tx_t); in sp_xmit_on_air() local 164 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps() 248 struct sixpack *sp = netdev_priv(dev); in sp_xmit() local 267 struct sixpack *sp = netdev_priv(dev); in sp_open_dev() local 277 struct sixpack *sp = netdev_priv(dev); in sp_close() local 336 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump() 378 struct sixpack *sp; in sp_get() local 389 static void sp_put(struct sixpack *sp) in sp_put() 401 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup() local 437 struct sixpack *sp; in sixpack_receive_buf() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
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() 498 static inline void s2io_stop_all_tx_queue(struct s2io_nic *sp) in s2io_stop_all_tx_queue() 509 static inline void s2io_stop_tx_queue(struct s2io_nic *sp, int fifo_no) in s2io_stop_tx_queue() 518 static inline void s2io_start_all_tx_queue(struct s2io_nic *sp) in s2io_start_all_tx_queue() 529 static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp) in s2io_wake_all_tx_queue() 2073 static int verify_pcc_quiescent(struct s2io_nic *sp, int flag) in verify_pcc_quiescent() 2115 static int verify_xena_quiescence(struct s2io_nic *sp) in verify_xena_quiescence() 2182 static void fix_mac_address(struct s2io_nic *sp) in fix_mac_address() 2658 static void free_rxd_blk(struct s2io_nic *sp, int ring_no, int blk) in free_rxd_blk() [all …]
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | dumpstack.c | 43 static inline bool in_stack(unsigned long sp, struct stack_info *info, in in_stack() 55 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack() 64 static bool in_irq_stack(unsigned long sp, struct stack_info *info) in in_irq_stack() 73 static bool in_nodat_stack(unsigned long sp, struct stack_info *info) in in_nodat_stack() 82 static bool in_restart_stack(unsigned long sp, struct stack_info *info) in in_restart_stack() 91 int get_stack_info(unsigned long sp, struct task_struct *task, in get_stack_info()
|
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() 57 unsigned long sp, ip; in unwind_next_frame() local 128 unsigned long ip, sp; in __unwind_start() local
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | mmu_audit.c | 34 static void __mmu_spte_walk(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in __mmu_spte_walk() 57 struct kvm_mmu_page *sp; in mmu_spte_walk() local 87 struct kvm_mmu_page *sp; in walk_all_active_sps() local 95 struct kvm_mmu_page *sp; in audit_mappings() local 168 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in audit_spte_after_sync() local 175 static void check_mappings_rmap(struct kvm *kvm, struct kvm_mmu_page *sp) in check_mappings_rmap() 190 static void audit_write_protection(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_write_protection() 213 static void audit_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_sp()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | stacktrace.h | 72 static inline bool on_stack(unsigned long sp, unsigned long low, in on_stack() 90 static inline bool on_irq_stack(unsigned long sp, in on_irq_stack() 100 unsigned long sp, in on_task_stack() 112 static inline bool on_overflow_stack(unsigned long sp, in on_overflow_stack() 121 static inline bool on_overflow_stack(unsigned long sp, in on_overflow_stack() 131 unsigned long sp, in on_accessible_stack()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
D | fc_exch.c | 464 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked() 526 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() 549 struct fc_seq *sp; in fc_seq_alloc() local 563 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked() 578 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next() 595 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp() 637 struct fc_seq *sp; in fc_exch_abort_locked() local 730 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp() 769 struct fc_seq *sp = &ep->seq; in fc_exch_timeout() local 969 void fc_exch_done(struct fc_seq *sp) in fc_exch_done() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/ |
D | backtrace.c | 26 static unsigned int user_getsp32(unsigned int sp, int is_first) in user_getsp32() 51 static unsigned long user_getsp64(unsigned long sp, int is_first) in user_getsp64() 66 static unsigned long kernel_getsp(unsigned long sp, int is_first) in kernel_getsp() 87 unsigned long sp = regs->gpr[1]; in op_powerpc_backtrace() local
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | sprd_serial.c | 176 struct sprd_uart_port *sp = in sprd_stop_rx() local 207 struct sprd_uart_port *sp = in sprd_stop_tx_dma() local 230 struct sprd_uart_port *sp = in sprd_tx_buf_remap() local 247 struct sprd_uart_port *sp = in sprd_complete_tx_dma() local 301 struct sprd_uart_port *sp = in sprd_tx_dma_config() local 323 struct sprd_uart_port *sp = in sprd_start_tx_dma() local 355 static int sprd_rx_alloc_buf(struct sprd_uart_port *sp) in sprd_rx_alloc_buf() 365 static void sprd_rx_free_buf(struct sprd_uart_port *sp) in sprd_rx_free_buf() 375 struct sprd_uart_port *sp = in sprd_rx_dma_config() local 389 struct sprd_uart_port *sp = in sprd_uart_dma_rx() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
D | pmf.c | 704 struct smt_p_1048 *sp ; in smt_add_para() local 713 struct smt_p_208c *sp ; in smt_add_para() local 730 struct smt_p_208d *sp ; in smt_add_para() local 747 struct smt_p_208e *sp ; in smt_add_para() local 762 struct smt_p_208f *sp ; in smt_add_para() local 785 struct smt_p_2090 *sp ; in smt_add_para() local 800 struct smt_p_4050 *sp ; in smt_add_para() local 821 struct smt_p_4051 *sp ; in smt_add_para() local 838 struct smt_p_4052 *sp ; in smt_add_para() local 849 struct smt_p_4053 *sp ; in smt_add_para() local
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | rcu.h | 48 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state() 55 static inline void rcu_seq_start(unsigned long *sp) in rcu_seq_start() 63 static inline unsigned long rcu_seq_endval(unsigned long *sp) in rcu_seq_endval() 69 static inline void rcu_seq_end(unsigned long *sp) in rcu_seq_end() 87 static inline unsigned long rcu_seq_snap(unsigned long *sp) in rcu_seq_snap() 97 static inline unsigned long rcu_seq_current(unsigned long *sp) in rcu_seq_current() 106 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started() 115 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 327 #define srcu_for_each_node_breadth_first(sp, rnp) \ argument 490 struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data() [all …]
|