| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 117 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready() 122 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y) in raw3270_buffer_address() 250 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() 271 struct raw3270 *rp = view->dev; in raw3270_view_active() local 279 struct raw3270 *rp; in raw3270_start() local 313 struct raw3270 *rp; in raw3270_start_locked() local 329 struct raw3270 *rp; in raw3270_start_irq() local 344 struct raw3270 *rp; in raw3270_irq() local 450 static void raw3270_size_device_vm(struct raw3270 *rp) in raw3270_size_device_vm() 499 static void raw3270_size_device(struct raw3270 *rp, char *init_data) in raw3270_size_device() [all …]
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 521 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool low) in rhine_wait_bit() 539 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_high() 544 static void rhine_wait_bit_low(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_low() 549 static u32 rhine_get_events(struct rhine_private *rp) in rhine_get_events() 561 static void rhine_ack_events(struct rhine_private *rp, u32 mask) in rhine_ack_events() 576 struct rhine_private *rp = netdev_priv(dev); in rhine_power_init() local 632 struct rhine_private *rp = netdev_priv(dev); in rhine_chip_reset() local 702 struct rhine_private *rp = netdev_priv(dev); in rhine_reload_eeprom() local 730 struct rhine_private *rp = netdev_priv(dev); in rhine_poll() local 739 static void rhine_kick_tx_threshold(struct rhine_private *rp) in rhine_kick_tx_threshold() [all …]
|
| /linux/drivers/pwm/ |
| H A D | pwm-rcar.c | 51 static void rcar_pwm_write(struct rcar_pwm_chip *rp, u32 data, in rcar_pwm_write() 57 static u32 rcar_pwm_read(struct rcar_pwm_chip *rp, unsigned int offset) in rcar_pwm_read() 62 static void rcar_pwm_update(struct rcar_pwm_chip *rp, u32 mask, u32 data, in rcar_pwm_update() 73 static int rcar_pwm_get_clock_division(struct rcar_pwm_chip *rp, int period_ns) in rcar_pwm_get_clock_division() 89 static void rcar_pwm_set_clock_control(struct rcar_pwm_chip *rp, in rcar_pwm_set_clock_control() 106 static int rcar_pwm_set_counter(struct rcar_pwm_chip *rp, int div, u64 duty_ns, in rcar_pwm_set_counter() 144 static int rcar_pwm_enable(struct rcar_pwm_chip *rp) in rcar_pwm_enable() 159 static void rcar_pwm_disable(struct rcar_pwm_chip *rp) in rcar_pwm_disable() 167 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); in rcar_pwm_apply() local
|
| /linux/drivers/tee/optee/ |
| H A D | protmem.c | 35 static int init_dyn_protmem(struct optee_protmem_dyn_pool *rp) in init_dyn_protmem() 86 static int get_dyn_protmem(struct optee_protmem_dyn_pool *rp) in get_dyn_protmem() 109 static void release_dyn_protmem(struct optee_protmem_dyn_pool *rp) in release_dyn_protmem() 122 static void put_dyn_protmem(struct optee_protmem_dyn_pool *rp) in put_dyn_protmem() 136 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_alloc() local 170 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_free() local 185 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_update_shm() local 194 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in pool_op_dyn_destroy_pool() local 292 struct optee_protmem_dyn_pool *rp; in optee_protmem_alloc_dyn_pool() local
|
| /linux/drivers/usb/mon/ |
| H A D | mon_text.c | 193 static void mon_text_event(struct mon_reader_text *rp, struct urb *urb, in mon_text_event() 261 struct mon_reader_text *rp = data; in mon_text_submit() local 267 struct mon_reader_text *rp = data; in mon_text_complete() local 273 struct mon_reader_text *rp = data; in mon_text_error() local 304 static struct mon_event_text *mon_text_fetch(struct mon_reader_text *rp, in mon_text_fetch() 327 struct mon_reader_text *rp; in mon_text_open() local 381 static ssize_t mon_text_copy_to_user(struct mon_reader_text *rp, in mon_text_copy_to_user() 397 struct mon_reader_text *rp = file->private_data; in mon_text_read_t() local 436 struct mon_reader_text *rp = file->private_data; in mon_text_read_u() local 480 static struct mon_event_text *mon_text_read_wait(struct mon_reader_text *rp, in mon_text_read_wait() [all …]
|
| H A D | mon_bin.c | 205 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR() 212 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) argument 300 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc() 325 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous() 364 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink() 378 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free() 387 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill() 408 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data() 452 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc() 470 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc() [all …]
|
| /linux/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil-host.c | 52 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_map_bus() local 88 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_isr() local 171 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_parse_dt() local 218 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_host_init() local 305 struct mobiveil_root_port *rp; in mobiveil_mask_intx_irq() local 321 struct mobiveil_root_port *rp; in mobiveil_unmask_intx_irq() local 465 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_init_irq_domain() local 485 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_integrated_interrupt_init() local 521 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_interrupt_init() local 541 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_host_probe() local
|
| /linux/drivers/md/ |
| H A D | raid1-10.c | 38 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages() 57 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages() 65 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages() 73 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page() 91 static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, in md_bio_reset_resync_pages()
|
| /linux/include/asm-generic/ |
| H A D | flat.h | 7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() 17 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) in flat_put_addr_at_rp()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | flat.h | 7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() 13 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) in flat_put_addr_at_rp()
|
| /linux/arch/sh/include/asm/ |
| H A D | flat.h | 14 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() 20 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) in flat_put_addr_at_rp()
|
| /linux/scripts/ |
| H A D | recordmcount.c | 439 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount() 451 static int arm64_is_fake_mcount(Elf64_Rel const *rp) in arm64_is_fake_mcount() 456 static int LARCH32_is_fake_mcount(Elf32_Rel const *rp) in LARCH32_is_fake_mcount() 467 static int LARCH64_is_fake_mcount(Elf64_Rel const *rp) in LARCH64_is_fake_mcount() 499 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym() 504 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
| H A D | recordmcount.h | 137 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount() 143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM() 149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO() 178 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount()
|
| /linux/arch/microblaze/include/asm/ |
| H A D | flat.h | 27 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() 56 flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 relval) in flat_put_addr_at_rp()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 3289 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr() 3297 static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr, in niu_find_rxpage() 3317 static void niu_hash_page(struct rx_ring_info *rp, struct page *page, u64 base) in niu_hash_page() 3326 static int niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, in niu_rbr_add_page() 3358 static void niu_rbr_refill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_refill() 3383 static int niu_rx_pkt_ignore(struct niu *np, struct rx_ring_info *rp) in niu_rx_pkt_ignore() 3424 struct rx_ring_info *rp) in niu_process_rx_pkt() 3513 static int niu_rbr_fill(struct niu *np, struct rx_ring_info *rp, gfp_t mask) in niu_rbr_fill() 3531 static void niu_rbr_free(struct niu *np, struct rx_ring_info *rp) in niu_rbr_free() 3559 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | sigutil_32.c | 88 struct reg_window32 *rp; in save_rwin_state() local 100 int restore_rwin_state(__siginfo_rwin_t __user *rp) in restore_rwin_state()
|
| H A D | sigutil_64.c | 64 struct reg_window *rp = ¤t_thread_info()->reg_window[i]; in save_rwin_state() local 74 int restore_rwin_state(__siginfo_rwin_t __user *rp) in restore_rwin_state()
|
| /linux/include/linux/ |
| H A D | rtnetlink.h | 97 #define rcu_replace_pointer_rtnl(rp, p) \ argument 122 #define rcu_replace_pointer_rtnl_net(net, rp, p) \ argument 157 #define rcu_replace_pointer_rtnl_net(net, rp, p) \ argument
|
| H A D | kprobes.h | 142 struct kretprobe __rcu *rp; member 256 static inline void arch_prepare_kretprobe(struct kretprobe *rp, in arch_prepare_kretprobe() 473 static inline int register_kretprobe(struct kretprobe *rp) in register_kretprobe() 481 static inline void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe() 516 static inline int disable_kretprobe(struct kretprobe *rp) in disable_kretprobe() 520 static inline int enable_kretprobe(struct kretprobe *rp) in enable_kretprobe()
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-core.c | 989 static __le32 *cx25821_risc_field(__le32 * rp, struct scatterlist *sglist, in cx25821_risc_field() 1058 __le32 *rp; in cx25821_risc_buffer() local 1100 static __le32 *cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, in cx25821_risc_field_audio() 1168 __le32 *rp; in cx25821_risc_databuffer_audio() local
|
| /linux/arch/sparc/prom/ |
| H A D | init_32.c | 35 void __init prom_init(struct linux_romvec *rp) in prom_init()
|
| /linux/arch/m68k/sun3/prom/ |
| H A D | init.c | 30 void __init prom_init(struct linux_romvec *rp) in prom_init()
|
| /linux/kernel/ |
| H A D | kprobes.c | 1964 struct kretprobe *rp = get_kretprobe(ri); in recycle_rp_inst() local 2002 static inline void free_rp_inst(struct kretprobe *rp) in free_rp_inst() 2086 struct kretprobe *rp; in __kretprobe_trampoline_handler() local 2150 struct kretprobe *rp = container_of(p, struct kretprobe, kp); in NOKPROBE_SYMBOL() local 2179 struct kretprobe *rp = container_of(p, struct kretprobe, kp); in pre_handler_kretprobe() local 2204 struct kretprobe *rp = (struct kretprobe *)data; in kretprobe_rethook_handler() local 2252 int register_kretprobe(struct kretprobe *rp) in register_kretprobe() 2342 void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe() 2379 int register_kretprobe(struct kretprobe *rp) in register_kretprobe() 2391 void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe()
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-core.c | 70 static __le32 *cx88_risc_field(__le32 *rp, struct scatterlist *sglist, in cx88_risc_field() 136 __le32 *rp; in cx88_risc_buffer() local 182 __le32 *rp; in cx88_risc_databuffer() local
|
| /linux/sound/hda/core/ |
| H A D | controller.c | 222 unsigned int wp, rp; in snd_hdac_bus_send_cmd_corb() local 261 unsigned int rp, wp; in snd_hdac_bus_update_rirb() local
|