Home
last modified time | relevance | path

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

12345678910>>...15

/kernel/linux/linux-4.19/drivers/s390/char/
Draw3270.c110 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready()
115 static inline int raw3270_state_final(struct raw3270 *rp) in raw3270_state_final()
122 raw3270_buffer_address(struct raw3270 *rp, char *cp, unsigned short addr) in raw3270_buffer_address()
239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start()
261 struct raw3270 *rp = view->dev; in raw3270_view_active() local
271 struct raw3270 *rp; in raw3270_start() local
290 struct raw3270 *rp; in raw3270_start_locked() local
307 struct raw3270 *rp; in raw3270_start_irq() local
322 struct raw3270 *rp; in raw3270_irq() local
429 raw3270_size_device_vm(struct raw3270 *rp) in raw3270_size_device_vm()
[all …]
/kernel/linux/linux-5.10/drivers/s390/char/
Draw3270.c110 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready()
115 static inline int raw3270_state_final(struct raw3270 *rp) in raw3270_state_final()
122 raw3270_buffer_address(struct raw3270 *rp, char *cp, unsigned short addr) in raw3270_buffer_address()
239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start()
261 struct raw3270 *rp = view->dev; in raw3270_view_active() local
271 struct raw3270 *rp; in raw3270_start() local
290 struct raw3270 *rp; in raw3270_start_locked() local
307 struct raw3270 *rp; in raw3270_start_irq() local
322 struct raw3270 *rp; in raw3270_irq() local
429 raw3270_size_device_vm(struct raw3270 *rp) in raw3270_size_device_vm()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/via/
Dvia-rhine.c527 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool low) in rhine_wait_bit()
545 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_high()
550 static void rhine_wait_bit_low(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_low()
555 static u32 rhine_get_events(struct rhine_private *rp) in rhine_get_events()
567 static void rhine_ack_events(struct rhine_private *rp, u32 mask) in rhine_ack_events()
583 struct rhine_private *rp = netdev_priv(dev); in rhine_power_init() local
639 struct rhine_private *rp = netdev_priv(dev); in rhine_chip_reset() local
709 struct rhine_private *rp = netdev_priv(dev); in rhine_reload_eeprom() local
737 struct rhine_private *rp = netdev_priv(dev); in rhine_poll() local
746 static void rhine_kick_tx_threshold(struct rhine_private *rp) in rhine_kick_tx_threshold()
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/drivers/md/
Draid1-10.c12 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages()
31 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages()
39 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages()
47 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page()
65 static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, in md_bio_reset_resync_pages()
/kernel/linux/linux-5.10/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
295 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc()
320 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous()
359 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink()
373 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free()
382 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill()
403 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data()
447 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc()
465 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc()
[all …]
/kernel/linux/linux-4.19/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
295 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc()
320 static unsigned int mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, in mon_buff_area_alloc_contiguous()
359 static void mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_shrink()
373 static void mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) in mon_buff_area_free()
382 static void mon_buff_area_fill(const struct mon_reader_bin *rp, in mon_buff_area_fill()
403 static unsigned int mon_bin_get_data(const struct mon_reader_bin *rp, in mon_bin_get_data()
447 static unsigned int mon_bin_collate_isodesc(const struct mon_reader_bin *rp, in mon_bin_collate_isodesc()
465 static void mon_bin_get_isodesc(const struct mon_reader_bin *rp, in mon_bin_get_isodesc()
[all …]
/kernel/linux/linux-5.10/drivers/powercap/
Dintel_rapl_common.c186 struct rapl_package *rp = rd->rp; in release_zone() local
316 struct rapl_package *rp; in set_power_limit() local
534 static void rapl_init_domains(struct rapl_package *rp) in rapl_init_domains()
603 struct rapl_package *rp = rd->rp; in rapl_unit_xlate() local
695 struct rapl_primitive_info *rp = &rpi[prim]; in rapl_read_data_raw() local
741 struct rapl_primitive_info *rp = &rpi[prim]; in rapl_write_data_raw() local
774 static int rapl_check_unit_core(struct rapl_package *rp, int cpu) in rapl_check_unit_core()
802 static int rapl_check_unit_atom(struct rapl_package *rp, int cpu) in rapl_check_unit_atom()
833 struct rapl_package *rp = (struct rapl_package *)info; in power_limit_irq_save_cpu() local
855 static void package_power_limit_irq_save(struct rapl_package *rp) in package_power_limit_irq_save()
[all …]
/kernel/linux/linux-4.19/drivers/pwm/
Dpwm-rcar.c49 static void rcar_pwm_write(struct rcar_pwm_chip *rp, u32 data, in rcar_pwm_write()
55 static u32 rcar_pwm_read(struct rcar_pwm_chip *rp, unsigned int offset) in rcar_pwm_read()
60 static void rcar_pwm_update(struct rcar_pwm_chip *rp, u32 mask, u32 data, in rcar_pwm_update()
71 static int rcar_pwm_get_clock_division(struct rcar_pwm_chip *rp, int period_ns) in rcar_pwm_get_clock_division()
91 static void rcar_pwm_set_clock_control(struct rcar_pwm_chip *rp, in rcar_pwm_set_clock_control()
108 static int rcar_pwm_set_counter(struct rcar_pwm_chip *rp, int div, int duty_ns, in rcar_pwm_set_counter()
148 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); in rcar_pwm_config() local
177 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); in rcar_pwm_enable() local
193 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); in rcar_pwm_disable() local
/kernel/linux/linux-4.19/fs/nfsd/
Dnfscache.c126 struct svc_cacherep *rp; in nfsd_reply_cache_alloc() local
138 nfsd_reply_cache_free_locked(struct svc_cacherep *rp) in nfsd_reply_cache_free_locked()
151 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in nfsd_reply_cache_free()
201 struct svc_cacherep *rp; in nfsd_reply_cache_shutdown() local
227 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end()
236 struct svc_cacherep *rp, *tmp; in prune_bucket() local
322 nfsd_cache_match(struct svc_rqst *rqstp, __wsum csum, struct svc_cacherep *rp) in nfsd_cache_match()
354 struct svc_cacherep *rp, *ret = NULL; in nfsd_cache_search() local
390 struct svc_cacherep *rp, *found; in nfsd_cache_lookup() local
517 struct svc_cacherep *rp = rqstp->rq_cacherep; in nfsd_cache_update() local
/kernel/linux/linux-5.10/drivers/md/
Draid1-10.c42 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages()
61 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages()
69 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages()
77 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page()
95 static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, in md_bio_reset_resync_pages()
/kernel/linux/linux-5.10/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c54 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_map_bus() local
90 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_isr() local
176 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_parse_dt() local
223 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_host_init() local
311 struct mobiveil_root_port *rp; in mobiveil_mask_intx_irq() local
329 struct mobiveil_root_port *rp; in mobiveil_unmask_intx_irq() local
482 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_init_irq_domain() local
503 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_integrated_interrupt_init() local
539 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_interrupt_init() local
559 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_host_probe() local
/kernel/linux/linux-5.10/fs/nfsd/
Dnfscache.c97 struct svc_cacherep *rp; in nfsd_reply_cache_alloc() local
120 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free_locked()
137 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free()
196 struct svc_cacherep *rp; in nfsd_reply_cache_shutdown() local
221 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end()
230 struct svc_cacherep *rp, *tmp; in prune_bucket() local
323 const struct svc_cacherep *rp, struct nfsd_net *nn) in nfsd_cache_key_cmp()
343 struct svc_cacherep *rp, *ret = key; in nfsd_cache_insert() local
400 struct svc_cacherep *rp, *found; in nfsd_cache_lookup() local
507 struct svc_cacherep *rp = rqstp->rq_cacherep; in nfsd_cache_update() local
/kernel/linux/linux-4.19/drivers/powercap/
Dintel_rapl.c176 struct rapl_package *rp; member
269 struct rapl_package *rp; in find_package_by_id() local
312 struct rapl_package *rp = rd->rp; in release_zone() local
443 struct rapl_package *rp; in set_power_limit() local
641 static void rapl_init_domains(struct rapl_package *rp) in rapl_init_domains()
712 struct rapl_package *rp = rd->rp; in rapl_unit_xlate() local
802 struct rapl_primitive_info *rp = &rpi[prim]; in rapl_read_data_raw() local
871 struct rapl_primitive_info *rp = &rpi[prim]; in rapl_write_data_raw() local
908 static int rapl_check_unit_core(struct rapl_package *rp, int cpu) in rapl_check_unit_core()
934 static int rapl_check_unit_atom(struct rapl_package *rp, int cpu) in rapl_check_unit_atom()
[all …]
/kernel/linux/linux-5.10/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()
666 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean()
/kernel/linux/linux-4.19/fs/ntfs/
Dlogfile.c53 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header()
158 static bool ntfs_check_restart_area(struct inode *vi, RESTART_PAGE_HEADER *rp) in ntfs_check_restart_area()
274 RESTART_PAGE_HEADER *rp) in ntfs_check_log_client_array()
351 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page()
485 bool ntfs_check_logfile(struct inode *log_vi, RESTART_PAGE_HEADER **rp) in ntfs_check_logfile()
680 bool ntfs_is_logfile_clean(struct inode *log_vi, const RESTART_PAGE_HEADER *rp) in ntfs_is_logfile_clean()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c119 struct hci_rp_role_discovery *rp = (void *) skb->data; in hci_cc_role_discovery() local
138 struct hci_rp_read_link_policy *rp = (void *) skb->data; in hci_cc_read_link_policy() local
157 struct hci_rp_write_link_policy *rp = (void *) skb->data; in hci_cc_write_link_policy() local
182 struct hci_rp_read_def_link_policy *rp = (void *) skb->data; in hci_cc_read_def_link_policy() local
246 struct hci_rp_read_stored_link_key *rp = (void *)skb->data; in hci_cc_read_stored_link_key() local
264 struct hci_rp_delete_stored_link_key *rp = (void *)skb->data; in hci_cc_delete_stored_link_key() local
300 struct hci_rp_read_local_name *rp = (void *) skb->data; in hci_cc_read_local_name() local
400 struct hci_rp_read_class_of_dev *rp = (void *) skb->data; in hci_cc_read_class_of_dev() local
437 struct hci_rp_read_voice_setting *rp = (void *) skb->data; in hci_cc_read_voice_setting() local
490 struct hci_rp_read_num_supported_iac *rp = (void *) skb->data; in hci_cc_read_num_supported_iac() local
[all …]
/kernel/linux/linux-4.19/net/bluetooth/
Dhci_event.c118 struct hci_rp_role_discovery *rp = (void *) skb->data; in hci_cc_role_discovery() local
137 struct hci_rp_read_link_policy *rp = (void *) skb->data; in hci_cc_read_link_policy() local
156 struct hci_rp_write_link_policy *rp = (void *) skb->data; in hci_cc_write_link_policy() local
181 struct hci_rp_read_def_link_policy *rp = (void *) skb->data; in hci_cc_read_def_link_policy() local
245 struct hci_rp_read_stored_link_key *rp = (void *)skb->data; in hci_cc_read_stored_link_key() local
263 struct hci_rp_delete_stored_link_key *rp = (void *)skb->data; in hci_cc_delete_stored_link_key() local
299 struct hci_rp_read_local_name *rp = (void *) skb->data; in hci_cc_read_local_name() local
399 struct hci_rp_read_class_of_dev *rp = (void *) skb->data; in hci_cc_read_class_of_dev() local
436 struct hci_rp_read_voice_setting *rp = (void *) skb->data; in hci_cc_read_voice_setting() local
489 struct hci_rp_read_num_supported_iac *rp = (void *) skb->data; in hci_cc_read_num_supported_iac() local
[all …]
/kernel/linux/linux-5.10/arch/c6x/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/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

12345678910>>...15