Home
last modified time | relevance | path

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

123456789

/Linux-v6.6/drivers/s390/char/
Draw3270.c113 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready()
118 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y) in raw3270_buffer_address()
244 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start()
265 struct raw3270 *rp = view->dev; in raw3270_view_active() local
273 struct raw3270 *rp; in raw3270_start() local
307 struct raw3270 *rp; in raw3270_start_locked() local
323 struct raw3270 *rp; in raw3270_start_irq() local
338 struct raw3270 *rp; in raw3270_irq() local
444 static void raw3270_size_device_vm(struct raw3270 *rp) in raw3270_size_device_vm()
493 static void raw3270_size_device(struct raw3270 *rp, char *init_data) in raw3270_size_device()
[all …]
/Linux-v6.6/drivers/net/ethernet/via/
Dvia-rhine.c521 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-v6.6/fs/nfsd/
Dnfscache.c91 struct nfsd_cacherep *rp; in nfsd_cacherep_alloc() local
113 static void nfsd_cacherep_free(struct nfsd_cacherep *rp) in nfsd_cacherep_free()
123 struct nfsd_cacherep *rp; in nfsd_cacherep_dispose() local
137 struct nfsd_cacherep *rp) in nfsd_cacherep_unlink_locked()
150 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free_locked()
158 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free()
239 struct nfsd_cacherep *rp; in nfsd_reply_cache_shutdown() local
264 lru_put_end(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp) in lru_put_end()
287 struct nfsd_cacherep *rp, *tmp; in nfsd_prune_bucket_locked() local
406 const struct nfsd_cacherep *rp, struct nfsd_net *nn) in nfsd_cache_key_cmp()
[all …]
/Linux-v6.6/drivers/usb/mon/
Dmon_text.c193 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 …]
Dmon_bin.c203 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR()
210 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) argument
298 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc()
323 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous()
362 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink()
376 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free()
385 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill()
406 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data()
450 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc()
468 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc()
[all …]
/Linux-v6.6/drivers/pwm/
Dpwm-rcar.c51 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, int duty_ns, in rcar_pwm_set_counter()
143 static int rcar_pwm_enable(struct rcar_pwm_chip *rp) in rcar_pwm_enable()
158 static void rcar_pwm_disable(struct rcar_pwm_chip *rp) in rcar_pwm_disable()
166 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); in rcar_pwm_apply() local
/Linux-v6.6/net/bluetooth/
Dhci_event.c91 struct hci_ev_status *rp = data; in hci_cc_inquiry_cancel() local
131 struct hci_ev_status *rp = data; in hci_cc_periodic_inq() local
146 struct hci_ev_status *rp = data; in hci_cc_exit_periodic_inq() local
163 struct hci_ev_status *rp = data; in hci_cc_remote_name_req_cancel() local
173 struct hci_rp_role_discovery *rp = data; in hci_cc_role_discovery() local
195 struct hci_rp_read_link_policy *rp = data; in hci_cc_read_link_policy() local
217 struct hci_rp_write_link_policy *rp = data; in hci_cc_write_link_policy() local
244 struct hci_rp_read_def_link_policy *rp = data; in hci_cc_read_def_link_policy() local
259 struct hci_ev_status *rp = data; in hci_cc_write_def_link_policy() local
278 struct hci_ev_status *rp = data; in hci_cc_reset() local
[all …]
Dhci_codec.c11 struct hci_rp_read_local_codec_caps *rp, in hci_codec_list_add()
56 struct hci_rp_read_local_codec_caps *rp; in hci_read_codec_capabilities() local
123 struct hci_rp_read_local_supported_codecs *rp; in hci_read_supported_codecs() local
192 struct hci_rp_read_local_supported_codecs_v2 *rp; in hci_read_supported_codecs_v2() local
Dmgmt.c360 struct mgmt_rp_read_version *rp = ver; in mgmt_fill_version_info() local
369 struct mgmt_rp_read_version rp; in read_version() local
382 struct mgmt_rp_read_commands *rp; in read_commands() local
434 struct mgmt_rp_read_index_list *rp; in read_index_list() local
494 struct mgmt_rp_read_unconf_index_list *rp; in read_unconf_index_list() local
554 struct mgmt_rp_read_ext_index_list *rp; in read_ext_index_list() local
674 struct mgmt_rp_read_config_info rp; in read_config_info() local
1155 struct mgmt_rp_read_info rp; in read_controller_info() local
1210 struct mgmt_rp_read_ext_info *rp = (void *)buf; in read_ext_controller_info() local
2341 struct mgmt_rp_mesh_read_features *rp = data; in send_count() local
[all …]
/Linux-v6.6/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c51 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_map_bus() local
87 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_isr() local
170 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_parse_dt() local
217 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_host_init() local
304 struct mobiveil_root_port *rp; in mobiveil_mask_intx_irq() local
320 struct mobiveil_root_port *rp; in mobiveil_unmask_intx_irq() local
472 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_init_irq_domain() local
493 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_integrated_interrupt_init() local
529 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_interrupt_init() local
549 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_host_probe() local
/Linux-v6.6/drivers/md/
Draid1-10.c43 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages()
62 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages()
70 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages()
78 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page()
96 static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, in md_bio_reset_resync_pages()
/Linux-v6.6/drivers/powercap/
Dintel_rapl_common.c216 static struct rapl_defaults *get_defaults(struct rapl_package *rp) in get_defaults()
310 struct rapl_package *rp = rd->rp; in release_zone() local
438 struct rapl_package *rp; in set_power_limit() local
561 static int get_rid(struct rapl_package *rp) in get_rid()
567 static void rapl_init_domains(struct rapl_package *rp) in rapl_init_domains()
736 static struct rapl_primitive_info *get_rpi(struct rapl_package *rp, int prim) in get_rpi()
746 static int rapl_config(struct rapl_package *rp) in rapl_config()
971 struct rapl_package *rp = (struct rapl_package *)info; in power_limit_irq_save_cpu() local
993 static void package_power_limit_irq_save(struct rapl_package *rp) in package_power_limit_irq_save()
1008 static void package_power_limit_irq_restore(struct rapl_package *rp) in package_power_limit_irq_restore()
[all …]
/Linux-v6.6/fs/ntfs/
Dlogfile.c39 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header()
144 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area()
260 RESTART_PAGE_HEADER *rp) in ntfs_check_log_client_array()
337 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page()
471 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) in ntfs_check_logfile()
665 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean()
/Linux-v6.6/tools/perf/arch/x86/util/
Diostat.c77 const struct iio_root_port * const rp) in iio_root_port_show()
114 struct iio_root_port *rp; in iio_root_port_find_by_notation() local
127 struct iio_root_port * const rp) in iio_root_ports_list_insert()
151 struct iio_root_port *rp; in iio_mapping() local
252 struct iio_root_port *rp; in iio_root_ports_list_filter() local
376 struct iio_root_port *rp = NULL; in iostat_list() local
389 struct iio_root_port *rp = NULL; in iostat_release() local
403 struct iio_root_port *rp = evlist->selected->priv; in iostat_prefix() local
/Linux-v6.6/drivers/net/ethernet/8390/
Dmcf8390.c61 NE2000_BYTE *rp; in ei_outb() local
70 NE2000_BYTE *rp, val; in ei_inb() local
79 NE2000_BYTE *rp, val; in ei_insb() local
92 volatile u16 *rp; in ei_insw() local
105 NE2000_BYTE *rp, val; in ei_outsb() local
118 volatile u16 *rp; in ei_outsw() local
/Linux-v6.6/include/asm-generic/
Dflat.h7 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-v6.6/arch/xtensa/include/asm/
Dflat.h7 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-v6.6/scripts/
Drecordmcount.c439 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()
/Linux-v6.6/arch/sh/include/asm/
Dflat.h14 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-v6.6/drivers/net/ethernet/sun/
Dniu.c3289 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-v6.6/arch/microblaze/include/asm/
Dflat.h27 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-v6.6/arch/sparc/kernel/
Dsigutil_32.c88 struct reg_window32 *rp; in save_rwin_state() local
100 int restore_rwin_state(__siginfo_rwin_t __user *rp) in restore_rwin_state()
Dsigutil_64.c64 struct reg_window *rp = &current_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-v6.6/drivers/media/pci/tw68/
Dtw68-risc.c33 static __le32 *tw68_risc_field(__le32 *rp, struct scatterlist *sglist, in tw68_risc_field()
138 __le32 *rp; in tw68_risc_buffer() local
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_rapl.c24 struct rapl_package *rp; in rapl_mmio_cpu_online() local
42 struct rapl_package *rp; in rapl_mmio_cpu_down_prep() local

123456789