/linux-6.15/drivers/target/iscsi/ |
D | iscsi_target_erl2.c | 30 struct iscsi_conn_recovery *cr) in iscsit_attach_active_connection_recovery_entry() 41 struct iscsi_conn_recovery *cr) in iscsit_attach_inactive_connection_recovery_entry() 58 struct iscsi_conn_recovery *cr; in iscsit_get_inactive_connection_recovery_entry() local 75 struct iscsi_conn_recovery *cr, *cr_tmp; in iscsit_free_connection_recovery_entries() local 123 struct iscsi_conn_recovery *cr, in iscsit_remove_active_connection_recovery_entry() 140 struct iscsi_conn_recovery *cr, in iscsit_remove_inactive_connection_recovery_entry() 155 struct iscsi_conn_recovery *cr; in iscsit_remove_cmd_from_connection_recovery() local 169 struct iscsi_conn_recovery *cr, in iscsit_discard_cr_cmds_by_expstatsn() 263 struct iscsi_conn_recovery *cr; in iscsit_prepare_cmds_for_reallegiance() local
|
D | iscsi_target_tmr.c | 111 struct iscsi_conn_recovery *cr = NULL; in iscsit_tmr_task_reassign() local 179 struct iscsi_conn_recovery *cr, in iscsit_task_reassign_remove_cmd() 199 struct iscsi_conn_recovery *cr; in iscsit_task_reassign_complete_nop_out() local 367 struct iscsi_conn_recovery *cr; in iscsit_task_reassign_complete_scsi_cmnd() local
|
/linux-6.15/drivers/crypto/ccp/ |
D | ccp-dev-v3.c | 74 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd() 150 u32 cr[6]; in ccp_perform_aes() local 181 u32 cr[6]; in ccp_perform_xts_aes() local 208 u32 cr[6]; in ccp_perform_sha() local 234 u32 cr[6]; in ccp_perform_rsa() local 255 u32 cr[6]; in ccp_perform_passthru() local 296 u32 cr[6]; in ccp_perform_ecc() local
|
/linux-6.15/fs/xfs/scrub/ |
D | rmap.c | 204 struct xchk_rmap *cr, in xchk_rmapbt_check_overlapping() 238 struct xchk_rmap *cr, in xchk_rmap_mergeable() 268 struct xchk_rmap *cr, in xchk_rmapbt_check_mergeable() 284 struct xchk_rmap *cr, in xchk_rmapbt_mark_bitmap() 357 struct xchk_rmap *cr = bs->private; in xchk_rmapbt_rec() local 398 struct xchk_rmap *cr) in xchk_rmapbt_walk_ag_metadata() 511 struct xchk_rmap *cr) in xchk_rmapbt_check_bitmaps() 548 struct xchk_rmap *cr; in xchk_rmapbt() local
|
D | rtrmap.c | 97 struct xchk_rtrmap *cr, in xchk_rtrmapbt_check_overlapping() 131 struct xchk_rtrmap *cr, in xchk_rtrmap_mergeable() 156 struct xchk_rtrmap *cr, in xchk_rtrmapbt_check_mergeable() 224 struct xchk_rtrmap *cr = bs->private; in xchk_rtrmapbt_rec() local 249 struct xchk_rtrmap cr = { }; in xchk_rtrmapbt() local
|
/linux-6.15/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 67 u32 cr = IOP3XX_ICR_GCD | IOP3XX_ICR_SCLEN | IOP3XX_ICR_UE; in iop3xx_i2c_enable() local 95 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); in iop3xx_i2c_transaction_cleanup() local 233 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); in iop3xx_i2c_send_target_addr() local 259 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); in iop3xx_i2c_write_byte() local 281 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); in iop3xx_i2c_read_byte() local 395 unsigned long cr = __raw_readl(adapter_data->ioaddr + CR_OFFSET); in iop3xx_i2c_remove() local
|
/linux-6.15/drivers/tty/serial/ |
D | apbuart.c | 40 unsigned int cr; in apbuart_stop_tx() local 49 unsigned int cr; in apbuart_start_tx() local 61 unsigned int cr; in apbuart_stop_rx() local 174 unsigned int cr; in apbuart_startup() local 192 unsigned int cr; in apbuart_shutdown() local 207 unsigned int cr; in apbuart_set_termios() local
|
D | amba-pl010.c | 63 unsigned int cr; in pl010_stop_tx() local 74 unsigned int cr; in pl010_start_tx() local 85 unsigned int cr; in pl010_stop_rx() local 95 unsigned int cr; in pl010_disable_ms() local 106 unsigned int cr; in pl010_enable_ms() local
|
/linux-6.15/net/bluetooth/rfcomm/ |
D | core.c | 85 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) argument 94 #define __mcc_type(cr, type) (((type << 2) | (cr << 1) | 0x01)) argument 929 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) in rfcomm_send_nsc() 954 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) in rfcomm_send_pn() 996 int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn() 1034 static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) in rfcomm_send_rls() 1061 static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) in rfcomm_send_msc() 1088 static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr) in rfcomm_send_fcoff() 1110 static int rfcomm_send_fcon(struct rfcomm_session *s, int cr) in rfcomm_send_fcon() 1132 static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len) in rfcomm_send_test() [all …]
|
/linux-6.15/arch/arm/mm/ |
D | cache-feroceon-l2.c | 240 u32 cr; in flush_and_disable_dcache() local 257 u32 cr; in enable_dcache() local 270 u32 cr; in invalidate_and_disable_icache() local 283 u32 cr; in enable_icache() local
|
/linux-6.15/arch/s390/include/asm/ |
D | ctlreg.h | 127 static __always_inline void local_ctl_load(unsigned int cr, struct ctlreg *reg) in local_ctl_load() 136 static __always_inline void local_ctl_store(unsigned int cr, struct ctlreg *reg) in local_ctl_store() 144 static __always_inline struct ctlreg local_ctl_set_bit(unsigned int cr, unsigned int bit) in local_ctl_set_bit() 155 static __always_inline struct ctlreg local_ctl_clear_bit(unsigned int cr, unsigned int bit) in local_ctl_clear_bit() 179 static inline void system_ctl_set_bit(unsigned int cr, unsigned int bit) in system_ctl_set_bit() 184 static inline void system_ctl_clear_bit(unsigned int cr, unsigned int bit) in system_ctl_clear_bit() 189 static inline void system_ctl_load(unsigned int cr, struct ctlreg *reg) in system_ctl_load()
|
/linux-6.15/drivers/gpu/drm/mcde/ |
D | mcde_clk_div.c | 13 u32 cr; member 87 u32 cr; in mcde_clk_div_recalc_rate() local 114 u32 cr = 0; in mcde_clk_div_set_rate() local
|
/linux-6.15/arch/parisc/include/asm/ |
D | special_insns.h | 48 #define mtctl(gr, cr) \ argument 65 #define mtsp(val, cr) \ argument
|
/linux-6.15/drivers/rtc/ |
D | rtc-stm32.c | 139 u16 cr; member 255 unsigned int cr = readl_relaxed(rtc->base + regs.cr); in stm32_rtc_pinmux_action_alarm() local 296 unsigned int cr = readl_relaxed(rtc->base + regs.cr); in stm32_rtc_pinmux_lsco_available() local 466 unsigned int status, cr; in stm32_rtc_alarm_irq() local 598 unsigned int alrmar, cr, status; in stm32_rtc_read_alarm() local 665 unsigned int cr; in stm32_rtc_alarm_irq_enable() local 729 unsigned int cr, isr, alrmar; in stm32_rtc_set_alarm() local 930 unsigned int cr = readl_relaxed(rtc->base + regs.cr); in stm32_rtc_clean_outs() local 974 unsigned int prer, pred_a, pred_s, pred_a_max, pred_s_max, cr; in stm32_rtc_init() local 1218 unsigned int cr; in stm32_rtc_remove() local
|
D | rtc-ds1374.c | 190 int cr, sr; in ds1374_read_alarm() local 229 int cr; in ds1374_set_alarm() local 396 int ret, cr; in ds1374_wdt_settimeout() local 444 int cr; in ds1374_wdt_stop() local
|
/linux-6.15/drivers/clocksource/ |
D | timer-fttmr010.c | 146 u32 cr; in fttmr010_timer_set_next_event() local 184 u32 cr; in fttmr010_timer_shutdown() local 197 u32 cr; in fttmr010_timer_set_oneshot() local 223 u32 cr; in fttmr010_timer_set_periodic() local
|
/linux-6.15/arch/mips/kernel/ |
D | irq_txx9.c | 24 u32 cr[2]; member 45 #define TXx9_IRCR_EDGE(cr) ((cr) & 0x00000002) argument 102 u32 cr; in txx9_irq_set_type() local
|
/linux-6.15/arch/s390/kernel/ |
D | ctlreg.c | 52 int cr; member 87 void system_ctlreg_modify(unsigned int cr, unsigned long data, int request) in system_ctlreg_modify()
|
/linux-6.15/drivers/video/fbdev/ |
D | bt455.h | 73 int cr, u8 *grey) in bt455_read_cmap_entry() 80 int cr, u8 grey) in bt455_write_cmap_entry()
|
/linux-6.15/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 244 u32 cr; in axienet_calc_cr() local 274 static void axienet_coalesce_params(struct axienet_local *lp, u32 cr, in axienet_coalesce_params() 656 u32 cr, sr; in axienet_dma_stop() local 1345 u32 cr; in axienet_tx_irq() local 1394 u32 cr; in axienet_rx_irq() local 2076 static void axienet_update_coalesce_rx(struct axienet_local *lp, u32 cr, in axienet_update_coalesce_rx() 2115 u32 cr = axienet_calc_cr(lp, axienet_dim_coalesce_count_rx(lp), 0); in axienet_rx_dim_work() local 2129 static void axienet_update_coalesce_tx(struct axienet_local *lp, u32 cr, in axienet_update_coalesce_tx() 2171 u32 cr; in axienet_ethtools_get_coalesce() local 2213 u32 cr, mask = ~XAXIDMA_CR_RUNSTOP_MASK; in axienet_ethtools_set_coalesce() local
|
/linux-6.15/drivers/spi/ |
D | spi-stm32-ospi.c | 158 u32 cr; in stm32_ospi_abort() local 214 u32 cr, sr; in stm32_ospi_wait_cmd() local 257 u32 cr, sr; in stm32_ospi_irq() local 320 u32 cr, t_out; in stm32_ospi_tx_dma() local 404 u32 cr; in stm32_ospi_wait_poll_status() local 440 u32 ccr, cr, dcr2, tcr; in stm32_ospi_send() local
|
D | spi-stm32-qspi.c | 132 u32 cr, sr; in stm32_qspi_irq() local 221 u32 cr, t_out; in stm32_qspi_tx_dma() local 304 u32 cr, sr; in stm32_qspi_wait_cmd() local 335 u32 cr; in stm32_qspi_wait_poll_status() local 362 u32 ccr, cr; in stm32_qspi_send() local
|
/linux-6.15/drivers/iommu/ |
D | omap-iommu.c | 211 static u32 iotlb_cr_to_virt(struct cr_regs *cr) in iotlb_cr_to_virt() 270 static void iotlb_read_cr(struct omap_iommu *obj, struct cr_regs *cr) in iotlb_read_cr() 276 static void iotlb_load_cr(struct omap_iommu *obj, struct cr_regs *cr) in iotlb_load_cr() 288 struct cr_regs cr; in __iotlb_read_cr() local 303 struct cr_regs *cr; in iotlb_alloc_cr() local 333 struct cr_regs *cr; in load_iotlb_entry() local 410 struct cr_regs cr; in flush_iotlb_page() local 903 struct cr_regs cr; in omap_iommu_save_tlb_entries() local
|
/linux-6.15/drivers/pcmcia/ |
D | db1xxx_ss.c | 327 #define GET_VCC(cr, socknr) \ argument 335 #define GET_RESET(cr, socknr) \ argument 342 unsigned short cr, sr; in db1x_pcmcia_get_status() local
|
/linux-6.15/arch/x86/kvm/ |
D | trace.h | 499 #define trace_kvm_cr_read(cr, val) trace_kvm_cr(0, cr, val) argument 500 #define trace_kvm_cr_write(cr, val) trace_kvm_cr(1, cr, val) argument
|