Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 25 of 154) sorted by relevance

1234567

/linux/drivers/target/iscsi/
H A Discsi_target_erl2.c30 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
H A Discsi_target_tmr.c111 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/drivers/crypto/ccp/
H A Dccp-dev-v3.c74 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/fs/xfs/scrub/
H A Drtrmap.c97 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/drivers/tty/serial/
H A Dapbuart.c40 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
H A Dfsl_linflexuart.c317 unsigned long cr, ier, cr1; in linflex_setup_watermark() local
407 unsigned long cr, old_cr, cr1; in linflex_set_termios() local
558 unsigned long cr; in linflex_console_putchar() local
626 unsigned long cr, ier = 0; in linflex_string_write() local
667 unsigned long cr; in linflex_console_get_options() local
/linux/net/bluetooth/rfcomm/
H A Dcore.c85 #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/arch/s390/include/asm/
H A Dctlreg.h127 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/arch/arm/mm/
H A Dcache-feroceon-l2.c240 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/drivers/gpu/drm/mcde/
H A Dmcde_clk_div.c13 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/drivers/rtc/
H A Drtc-stm32.c139 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
H A Drtc-ds1374.c190 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/arch/parisc/include/asm/
H A Dspecial_insns.h48 #define mtctl(gr, cr) \ argument
65 #define mtsp(val, cr) \ argument
/linux/drivers/clocksource/
H A Dtimer-fttmr010.c146 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/arch/mips/kernel/
H A Dirq_txx9.c24 u32 cr[2]; member
45 #define TXx9_IRCR_EDGE(cr) ((cr) & 0x00000002) argument
102 u32 cr; in txx9_irq_set_type() local
/linux/arch/s390/kernel/
H A Dctlreg.c52 int cr; member
87 void system_ctlreg_modify(unsigned int cr, unsigned long data, int request) in system_ctlreg_modify()
/linux/drivers/video/fbdev/
H A Dbt455.h73 int cr, u8 *grey) in bt455_read_cmap_entry()
80 int cr, u8 grey) in bt455_write_cmap_entry()
/linux/drivers/spi/
H A Dspi-stm32-ospi.c158 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
/linux/drivers/iommu/
H A Domap-iommu.c211 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
H A Domap-iommu-debug.c135 static ssize_t iotlb_dump_cr(struct omap_iommu *obj, struct cr_regs *cr, in iotlb_dump_cr()
146 struct cr_regs *cr; in omap_dump_tlb_entries() local
/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c327 #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/arch/x86/kvm/
H A Dtrace.h499 #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
/linux/drivers/i2c/busses/
H A Di2c-xiic.c514 u8 cr; in xiic_deinit() local
581 u8 bytes_in_fifo, cr = 0, bytes_to_read = 0; in xiic_read_rx() local
696 u8 cr; in xiic_fill_tx_fifo() local
956 u8 cr = 0, rfd_set = 0; in xiic_start_recv() local
1095 u8 cr; in xiic_send_rem_atomic() local
1126 u8 cr = 0; in xiic_start_send() local
/linux/drivers/usb/gadget/function/
H A Df_uac2.c1524 in_rq_cur(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_cur()
1601 in_rq_range(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_range()
1693 ac_rq_in(struct usb_function *fn, const struct usb_ctrlrequest *cr) in ac_rq_in()
1729 struct usb_ctrlrequest *cr = &uac2->setup_cr; in out_rq_cur_complete() local
1771 out_rq_cur(struct usb_function *fn, const struct usb_ctrlrequest *cr) in out_rq_cur()
1810 setup_rq_inf(struct usb_function *fn, const struct usb_ctrlrequest *cr) in setup_rq_inf()
1832 afunc_setup(struct usb_function *fn, const struct usb_ctrlrequest *cr) in afunc_setup()
H A Df_uac1.c487 in_rq_cur(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_cur()
538 in_rq_min(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_min()
585 in_rq_max(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_max()
632 in_rq_res(struct usb_function *fn, const struct usb_ctrlrequest *cr) in in_rq_res()
685 struct usb_ctrlrequest *cr = &uac1->setup_cr; in out_rq_cur_complete() local
733 out_rq_cur(struct usb_function *fn, const struct usb_ctrlrequest *cr) in out_rq_cur()

1234567