Home
last modified time | relevance | path

Searched defs:rp (Results 1 – 25 of 159) sorted by relevance

1234567

/linux-3.3/drivers/s390/char/
Draw3270.c101 raw3270_buffer_address(struct raw3270 *rp, char *cp, unsigned short addr) in raw3270_buffer_address()
217 raw3270_halt_io_nolock(struct raw3270 *rp, struct raw3270_request *rq) in raw3270_halt_io_nolock()
237 raw3270_halt_io(struct raw3270 *rp, struct raw3270_request *rq) in raw3270_halt_io()
253 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start()
276 struct raw3270 *rp; in raw3270_start() local
295 struct raw3270 *rp; in raw3270_start_locked() local
312 struct raw3270 *rp; in raw3270_start_irq() local
327 struct raw3270 *rp; in raw3270_irq() local
513 raw3270_start_init(struct raw3270 *rp, struct raw3270_view *view, in raw3270_start_init()
553 __raw3270_size_device_vm(struct raw3270 *rp) in __raw3270_size_device_vm()
[all …]
/linux-3.3/drivers/net/ethernet/via/
Dvia-rhine.c506 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool high) in rhine_wait_bit()
522 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_high()
527 static void rhine_wait_bit_low(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_low()
532 static u32 rhine_get_events(struct rhine_private *rp) in rhine_get_events()
544 static void rhine_ack_events(struct rhine_private *rp, u32 mask) in rhine_ack_events()
560 struct rhine_private *rp = netdev_priv(dev); in rhine_power_init() local
616 struct rhine_private *rp = netdev_priv(dev); in rhine_chip_reset() local
660 struct rhine_private *rp = netdev_priv(dev); in rhine_reload_eeprom() local
696 static void rhine_kick_tx_threshold(struct rhine_private *rp) in rhine_kick_tx_threshold()
706 static void rhine_tx_err(struct rhine_private *rp, u32 status) in rhine_tx_err()
[all …]
/linux-3.3/fs/nfsd/
Dnfscache.c50 struct svc_cacherep *rp; in nfsd_reply_cache_init() local
80 struct svc_cacherep *rp; in nfsd_reply_cache_shutdown() local
100 lru_put_end(struct svc_cacherep *rp) in lru_put_end()
109 hash_refile(struct svc_cacherep *rp) in hash_refile()
125 struct svc_cacherep *rp; in nfsd_cache_lookup() local
260 struct svc_cacherep *rp; in nfsd_cache_update() local
/linux-3.3/drivers/usb/mon/
Dmon_bin.c200 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR()
207 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) argument
292 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc()
317 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous()
356 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink()
370 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free()
379 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill()
400 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data()
444 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc()
462 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc()
[all …]
Dmon_text.c188 static void mon_text_event(struct mon_reader_text *rp, struct urb *urb, in mon_text_event()
256 struct mon_reader_text *rp = data; in mon_text_submit() local
262 struct mon_reader_text *rp = data; in mon_text_complete() local
268 struct mon_reader_text *rp = data; in mon_text_error() local
299 static struct mon_event_text *mon_text_fetch(struct mon_reader_text *rp, in mon_text_fetch()
322 struct mon_reader_text *rp; in mon_text_open() local
385 struct mon_reader_text *rp = file->private_data; in mon_text_read_t() local
412 struct mon_reader_text *rp = file->private_data; in mon_text_read_u() local
445 static struct mon_event_text *mon_text_read_wait(struct mon_reader_text *rp, in mon_text_read_wait()
476 static void mon_text_read_head_t(struct mon_reader_text *rp, in mon_text_read_head_t()
[all …]
/linux-3.3/arch/m32r/include/asm/
Dflat.h20 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
23 #define flat_put_addr_at_rp(rp, addr, relval) \ argument
60 static inline unsigned long m32r_flat_get_addr_from_rp (unsigned long *rp, in m32r_flat_get_addr_from_rp()
103 static inline void m32r_flat_put_addr_at_rp (unsigned long *rp, in m32r_flat_put_addr_at_rp()
/linux-3.3/fs/ntfs/
Dlogfile.c52 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header()
157 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area()
273 RESTART_PAGE_HEADER *rp) in ntfs_check_log_client_array()
350 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page()
484 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) in ntfs_check_logfile()
679 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean()
/linux-3.3/net/bluetooth/
Dhci_event.c95 struct hci_rp_role_discovery *rp = (void *) skb->data; in hci_cc_role_discovery() local
118 struct hci_rp_read_link_policy *rp = (void *) skb->data; in hci_cc_read_link_policy() local
137 struct hci_rp_write_link_policy *rp = (void *) skb->data; in hci_cc_write_link_policy() local
161 struct hci_rp_read_def_link_policy *rp = (void *) skb->data; in hci_cc_read_def_link_policy() local
225 struct hci_rp_read_local_name *rp = (void *) skb->data; in hci_cc_read_local_name() local
332 struct hci_rp_read_class_of_dev *rp = (void *) skb->data; in hci_cc_read_class_of_dev() local
364 struct hci_rp_read_voice_setting *rp = (void *) skb->data; in hci_cc_read_voice_setting() local
424 struct hci_rp_read_ssp_mode *rp = (void *) skb->data; in hci_cc_read_ssp_mode() local
592 struct hci_rp_read_local_version *rp = (void *) skb->data; in hci_cc_read_local_version() local
633 struct hci_rp_read_local_commands *rp = (void *) skb->data; in hci_cc_read_local_commands() local
[all …]
Dmgmt.c154 static int cmd_complete(struct sock *sk, u16 index, u16 cmd, void *rp, in cmd_complete()
189 struct mgmt_rp_read_version rp; in read_version() local
202 struct mgmt_rp_read_index_list *rp; in read_index_list() local
507 struct mgmt_rp_read_info rp; in read_controller_info() local
1105 struct mgmt_rp_remove_keys rp; in remove_keys() local
1256 struct mgmt_rp_get_connections *rp; in get_connections() local
1489 struct mgmt_rp_pair_device rp; in pairing_complete() local
1525 struct mgmt_rp_pair_device rp; in pair_device() local
2404 struct mgmt_rp_disconnect rp; in disconnect_rsp() local
2421 struct mgmt_rp_remove_keys rp; in remove_keys_rsp() local
[all …]
/linux-3.3/arch/m68k/include/asm/
Dmcfne.h171 NE2000_BYTE *rp; in ne2000_outb() local
179 NE2000_BYTE *rp, val; in ne2000_inb() local
188 NE2000_BYTE *rp, val; in ne2000_insb() local
201 volatile unsigned short *rp; in ne2000_insw() local
214 NE2000_BYTE *rp, val; in ne2000_outsb() local
227 volatile unsigned short *rp; in ne2000_outsw() local
Dflat.h11 #define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp) argument
12 #define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp) argument
/linux-3.3/drivers/isdn/i4l/
Disdn_ttyfax.c54 char *rp; in isdn_tty_fax_modem_result() local
704 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2() local
750 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2() local
834 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2() local
/linux-3.3/arch/arm/include/asm/
Dflat.h11 #define flat_get_addr_from_rp(rp, relval, flags, persistent) get_unaligned(rp) argument
12 #define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp) argument
/linux-3.3/arch/sparc/kernel/
Dsigutil_32.c82 struct reg_window32 *rp; in save_rwin_state() local
94 int restore_rwin_state(__siginfo_rwin_t __user *rp) in restore_rwin_state()
Dsigutil_64.c59 struct reg_window *rp = &current_thread_info()->reg_window[i]; in save_rwin_state() local
69 int restore_rwin_state(__siginfo_rwin_t __user *rp) in restore_rwin_state()
/linux-3.3/arch/h8300/include/asm/
Dflat.h21 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
23 #define flat_put_addr_at_rp(rp, addr, rel) \ argument
/linux-3.3/arch/xtensa/include/asm/
Dflat.h7 #define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp) argument
8 #define flat_put_addr_at_rp(rp, val, relval ) put_unaligned(val, rp) argument
/linux-3.3/net/wireless/
Dethtool.c42 struct ethtool_ringparam *rp) in cfg80211_get_ringparam()
56 struct ethtool_ringparam *rp) in cfg80211_set_ringparam()
/linux-3.3/arch/sh/include/asm/
Dflat.h18 #define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp) argument
19 #define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp) argument
/linux-3.3/arch/blackfin/include/asm/
Dflat.h30 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
32 #define flat_put_addr_at_rp(rp, val, relval) \ argument
/linux-3.3/arch/microblaze/include/asm/
Dflat.h36 flat_get_addr_from_rp(unsigned long *rp, unsigned long relval, in flat_get_addr_from_rp()
66 flat_put_addr_at_rp(unsigned long *rp, unsigned long addr, unsigned long relval) in flat_put_addr_at_rp()
/linux-3.3/include/linux/
Dkprobes.h189 struct kretprobe *rp; member
223 static inline void arch_prepare_kretprobe(struct kretprobe *rp, in arch_prepare_kretprobe()
396 static inline int register_kretprobe(struct kretprobe *rp) in register_kretprobe()
404 static inline void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe()
422 static inline int disable_kretprobe(struct kretprobe *rp) in disable_kretprobe()
426 static inline int enable_kretprobe(struct kretprobe *rp) in enable_kretprobe()
/linux-3.3/drivers/net/ethernet/sun/
Dniu.c3288 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr()
3296 static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr, in niu_find_rxpage()
3316 static void niu_hash_page(struct rx_ring_info *rp, struct page *page, u64 base) in niu_hash_page()
3325 static int niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, in niu_rbr_add_page()
3354 static void niu_rbr_refill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_refill()
3379 static int niu_rx_pkt_ignore(struct niu *np, struct rx_ring_info *rp) in niu_rx_pkt_ignore()
3420 struct rx_ring_info *rp) in niu_process_rx_pkt()
3508 static int niu_rbr_fill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_fill()
3526 static void niu_rbr_free(struct niu *np, struct rx_ring_info *rp) in niu_rbr_free()
3554 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet()
[all …]
/linux-3.3/arch/s390/include/asm/
Dcputime.h25 register_pair rp; in __div() local
104 register_pair rp; in cputime_to_timespec() local
132 register_pair rp; in cputime_to_timeval() local
/linux-3.3/net/ipv6/
Draw.c113 struct raw6_sock *rp = raw6_sk(sk); in icmpv6_filter() local
405 struct raw6_sock *rp = raw6_sk(sk); in rawv6_rcv() local
530 struct raw6_sock *rp) in rawv6_push_pending_frames()
736 struct raw6_sock *rp = raw6_sk(sk); in rawv6_sendmsg() local
958 struct raw6_sock *rp = raw6_sk(sk); in do_rawv6_setsockopt() local
1043 struct raw6_sock *rp = raw6_sk(sk); in do_rawv6_getsockopt() local
1183 struct raw6_sock *rp = raw6_sk(sk); in rawv6_init_sk() local

1234567