Home
last modified time | relevance | path

Searched defs:r (Results 201 – 225 of 3317) sorted by relevance

12345678910>>...133

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c47 int r = 0; in manager_display_store() local
132 int r; in manager_default_color_store() local
176 int r; in manager_trans_key_type_store() local
212 int r; in manager_trans_key_value_store() local
248 int r; in manager_trans_key_enabled_store() local
289 int r; in manager_alpha_blending_enabled_store() local
327 int r; in manager_cpr_enable_store() local
380 int r, i; in manager_cpr_coef_store() local
/openbmc/linux/net/sctp/
H A Ddiag.c26 static void inet_diag_msg_sctpasoc_fill(struct inet_diag_msg *r, in inet_diag_msg_sctpasoc_fill()
129 struct inet_diag_msg *r; in inet_sctp_diag_fill() local
221 const struct inet_diag_req_v2 *r; member
292 const struct inet_diag_req_v2 *r = commp->r; in sctp_sock_dump() local
345 const struct inet_diag_req_v2 *r = commp->r; in sctp_sock_filter() local
363 const struct inet_diag_req_v2 *r = commp->r; in sctp_ep_dump() local
404 static void sctp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, in sctp_diag_get_info()
460 const struct inet_diag_req_v2 *r) in sctp_diag_dump()
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dhw_host1x04_channel.h48 static inline u32 host1x_channel_fifostat_cfempty_v(u32 r) in host1x_channel_fifostat_cfempty_v()
52 #define HOST1X_CHANNEL_FIFOSTAT_CFEMPTY_V(r) \ argument
90 static inline u32 host1x_channel_dmactrl_dmastop_v(u32 r) in host1x_channel_dmactrl_dmastop_v()
94 #define HOST1X_CHANNEL_DMACTRL_DMASTOP_V(r) \ argument
H A Dhw_host1x05_channel.h48 static inline u32 host1x_channel_fifostat_cfempty_v(u32 r) in host1x_channel_fifostat_cfempty_v()
52 #define HOST1X_CHANNEL_FIFOSTAT_CFEMPTY_V(r) \ argument
90 static inline u32 host1x_channel_dmactrl_dmastop_v(u32 r) in host1x_channel_dmactrl_dmastop_v()
94 #define HOST1X_CHANNEL_DMACTRL_DMASTOP_V(r) \ argument
/openbmc/btbridge/
H A Dbtbridged.c215 struct bt_queue *r; in bt_q_drop() local
243 struct bt_queue *r; in bt_q_dequeue() local
264 int r; in method_send_sms_atn() local
292 int r = 1; in method_send_message() local
345 int r = 0, len; in bt_host_write() local
437 int r = 0; in dispatch_timer() local
487 int r = 0; in dispatch_sd_bus() local
500 int r = 0; in dispatch_bt() local
632 int opt, polled, r; in main() local
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c77 int r; in rx_urb_complete() local
204 int i, r; in __lf_x_usb_enable_rx() local
257 int r; in plfxlc_usb_enable_rx() local
434 int r; in plfxlc_usb_init_hw() local
497 int r; in plfxlc_usb_wreq_async() local
520 int r; in plfxlc_usb_wreq() local
588 int r = 0; in probe() local
738 int r; in plfxlc_usb_resume() local
869 int r; in usb_init() local
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c471 struct ssh_request *r = NULL; in ssh_rtl_complete() local
581 static bool ssh_rtl_cancel_nonpending(struct ssh_request *r) in ssh_rtl_cancel_nonpending()
657 static bool ssh_rtl_cancel_pending(struct ssh_request *r) in ssh_rtl_cancel_pending()
753 struct ssh_request *r = to_ssh_request(p); in ssh_rtl_packet_callback() local
810 static ktime_t ssh_request_get_expiration(struct ssh_request *r, ktime_t timeout) in ssh_request_get_expiration()
823 struct ssh_request *r, *n; in ssh_rtl_timeout_reap() local
1102 static void ssh_rtl_flush_request_complete(struct ssh_request *r, in ssh_rtl_flush_request_complete()
1113 static void ssh_rtl_flush_request_release(struct ssh_request *r) in ssh_rtl_flush_request_release()
1199 struct ssh_request *r, *n; in ssh_rtl_shutdown() local
/openbmc/qemu/tests/unit/
H A Dtest-int128.c55 Int128 r = expand(tests[i] & tests[j]); in test_and() local
71 Int128 r = expand(tests[i] + tests[j]); in test_add() local
87 Int128 r = expand(tests[i] - tests[j]); in test_sub() local
101 Int128 r = expand(-tests[i]); in test_neg() local
182 Int128 r = int128_rshift(a, n); in test_rshift_one() local
213 Int128 r = int128_urshift(a, n); in test_urshift_one() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_ai.c103 int r, timeout = AI_MAILBOX_POLL_MSG_TIMEDOUT; in xgpu_ai_poll_msg() local
122 int r; in xgpu_ai_mailbox_trans_msg() local
166 int r; in xgpu_ai_send_access_requests() local
222 int r = 0; in xgpu_ai_release_full_gpu_access() local
363 int r; in xgpu_ai_mailbox_add_irq_id() local
380 int r; in xgpu_ai_mailbox_get_irq() local
H A Dmxgpu_nv.c101 int r; in xgpu_nv_poll_msg() local
123 int r; in xgpu_nv_mailbox_trans_msg() local
158 int r, retry = 1; in xgpu_nv_send_access_requests() local
236 int r = 0; in xgpu_nv_release_full_gpu_access() local
388 int r; in xgpu_nv_mailbox_add_irq_id() local
405 int r; in xgpu_nv_mailbox_get_irq() local
/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_usb.c174 struct usb_rx *r = NULL; in alloc_rx_struct() local
203 static void free_rx_struct(struct usb_rx *r) in free_rx_struct()
214 struct usb_rx *r; in get_rx_struct() local
236 static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r) in put_rx_struct()
253 struct usb_rx *r, *r_next; in release_usb() local
307 struct usb_rx *r = NULL; in init_usb() local
386 struct usb_rx *r; in do_rx() local
441 static void remove_rx_submit_list(struct usb_rx *r, struct rx_cxt *rx) in remove_rx_submit_list()
459 struct usb_rx *r = urb->context; in gdm_usb_rcv_complete() local
492 struct usb_rx *r; in gdm_usb_recv() local
[all …]
/openbmc/linux/drivers/usb/serial/
H A Dch341.c114 int r; in ch341_control_out() local
132 int r; in ch341_control_in() local
244 int r; in ch341_set_baudrate_lcr() local
295 int r; in ch341_get_status() local
315 int r; in ch341_configure() local
347 int r; in ch341_detect_quirks() local
378 int r; in ch341_port_probe() local
450 int r; in ch341_open() local
492 int r; in ch341_set_termios() local
570 int r, r2; in ch341_simulate_break() local
[all …]
/openbmc/linux/fs/ntfs3/
H A Drun.c37 struct ntfs_run *r; in run_lookup() local
96 struct ntfs_run *r = run->runs + index; in run_consolidate() local
170 const struct ntfs_run *r, *end; in run_is_mapped_full() local
197 struct ntfs_run *r; in run_lookup_entry() local
231 struct ntfs_run *r; in run_truncate_head() local
274 struct ntfs_run *r = run->runs + index; in run_truncate() local
320 struct ntfs_run *r; in run_add_entry() local
492 struct ntfs_run *r, *e, *eat_start, *eat_end; in run_collapse_range() local
558 struct ntfs_run *r, *e; in run_insert_range() local
598 const struct ntfs_run *r; in run_get_entry() local
[all …]
/openbmc/qemu/crypto/
H A Dclmul.c13 uint64_t r = 0; in clmul_8x8_low() local
26 uint64_t r = 0; in clmul_8x4_even_int() local
64 uint64_t r = 0; in clmul_16x2_even() local
85 uint64_t r = 0; in clmul_32() local
/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-spi.c37 int r; in spi_xmit() local
70 int r = 0; in s5c73m3_spi_write() local
97 int r = 0; in s5c73m3_spi_read() local
114 int r; in s5c73m3_spi_probe() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_gart.c130 int r; in radeon_gart_table_vram_alloc() local
155 int r; in radeon_gart_table_vram_pin() local
197 int r; in radeon_gart_table_vram_unpin() local
330 int r, i; in radeon_gart_init() local
H A Dr600.c123 u32 r; in r600_rcu_rreg() local
145 u32 r; in r600_uvd_ctx_rreg() local
206 int r; in r600_set_uvd_clocks() local
1114 int r; in r600_pcie_gart_init() local
1509 int r; in r600_vram_scratch_init() local
1540 int r; in r600_vram_scratch_fini() local
2398 u32 r; in r600_pciep_rreg() local
2689 int r; in r600_cp_start() local
2721 int r; in r600_cp_resume() local
2783 int r; in r600_ring_init() local
[all …]
H A Dradeon_bios.c267 bool r; in ni_read_disabled_bios() local
313 bool r; in r700_read_disabled_bios() local
386 bool r; in r600_read_disabled_bios() local
460 bool r; in avivo_read_disabled_bios() local
519 bool r; in legacy_read_disabled_bios() local
616 bool r = false; in radeon_acpi_vfct_bios() local
676 bool r; in radeon_get_bios() local
/openbmc/openpower-hw-diags/test/
H A Dtest-bin-stream.cpp12 inline BinFileReader& BinFileReader::operator>>(RegisterId_t& r) in operator >>()
24 inline BinFileWriter& BinFileWriter::operator<<(RegisterId_t r) in operator <<()
59 util::BinFileReader r{"bin_stream_test.bin"}; in TEST() local
/openbmc/qemu/target/alpha/
H A Dvax_helper.c32 uint64_t r, exp, mant, sig; in float32_to_f() local
66 CPU_FloatU r; in f_to_float32() local
88 uint32_t r; in helper_f_to_memory() local
97 uint64_t r; in helper_memory_to_f() local
163 uint64_t r, exp, mant, sig; in float64_to_g() local
197 CPU_DoubleU r; in g_to_float64() local
219 uint64_t r; in helper_g_to_memory() local
229 uint64_t r; in helper_memory_to_g() local
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_uw2453.c245 int r; in uw2453_synth_set_channel() local
298 int i, r; in uw2453_init_hw() local
430 int r; in uw2453_set_channel() local
471 int r; in uw2453_switch_radio_on() local
490 int r; in uw2453_switch_radio_off() local
/openbmc/linux/crypto/
H A Dcast5_generic.c295 #define F1(D, m, r) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument
297 #define F2(D, m, r) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument
299 #define F3(D, m, r) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
305 u32 l, r, t; in __cast5_encrypt() local
360 u32 l, r, t; in __cast5_decrypt() local
/openbmc/linux/tools/virtio/linux/
H A Ddma-mapping.h30 #define dma_unmap_single(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
31 #define dma_unmap_page(d, a, s, r) do { (void)(d); (void)(a); (void)(s); (void)(r); } while (0) argument
35 #define dma_unmap_single_attrs(d, a, s, r, t) do { \ argument
38 #define dma_sync_single_range_for_cpu(d, a, o, s, r) do { \ argument
41 #define dma_sync_single_range_for_device(d, a, o, s, r) do { \ argument
/openbmc/linux/security/tomoyo/
H A Denviron.c18 static bool tomoyo_check_env_acl(struct tomoyo_request_info *r, in tomoyo_check_env_acl()
34 static int tomoyo_audit_env_log(struct tomoyo_request_info *r) in tomoyo_audit_env_log()
50 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
/openbmc/linux/fs/dlm/
H A Ddir.c45 int dlm_dir_nodeid(struct dlm_rsb *r) in dlm_dir_nodeid()
52 struct dlm_rsb *r; in dlm_recover_dir_nodeid() local
202 struct dlm_rsb *r; in find_rsb_root() local
240 struct dlm_rsb *r; in dlm_copy_master_names() local

12345678910>>...133