/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.c | 113 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 …]
|
/openbmc/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 …]
|
/openbmc/linux/fs/nfsd/ |
H A D | nfscache.c | 91 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() 218 struct nfsd_cacherep *rp; in nfsd_reply_cache_shutdown() local 243 lru_put_end(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp) in lru_put_end() 266 struct nfsd_cacherep *rp, *tmp; in nfsd_prune_bucket_locked() local 404 const struct nfsd_cacherep *rp, struct nfsd_net *nn) in nfsd_cache_key_cmp() [all …]
|
/openbmc/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, 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
|
/openbmc/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 | 203 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 …]
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 89 struct hci_ev_status *rp = data; in hci_cc_inquiry_cancel() local 127 struct hci_ev_status *rp = data; in hci_cc_periodic_inq() local 142 struct hci_ev_status *rp = data; in hci_cc_exit_periodic_inq() local 157 struct hci_ev_status *rp = data; in hci_cc_remote_name_req_cancel() local 167 struct hci_rp_role_discovery *rp = data; in hci_cc_role_discovery() local 189 struct hci_rp_read_link_policy *rp = data; in hci_cc_read_link_policy() local 211 struct hci_rp_write_link_policy *rp = data; in hci_cc_write_link_policy() local 238 struct hci_rp_read_def_link_policy *rp = data; in hci_cc_read_def_link_policy() local 253 struct hci_ev_status *rp = data; in hci_cc_write_def_link_policy() local 272 struct hci_ev_status *rp = data; in hci_cc_reset() local [all …]
|
H A D | hci_codec.c | 11 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
|
/openbmc/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 51 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
|
/openbmc/linux/drivers/md/ |
H A D | raid1-10.c | 43 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()
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 217 static struct rapl_defaults *get_defaults(struct rapl_package *rp) in get_defaults() 311 struct rapl_package *rp = rd->rp; in release_zone() local 439 struct rapl_package *rp; in set_power_limit() local 562 static int get_rid(struct rapl_package *rp) in get_rid() 568 static void rapl_init_domains(struct rapl_package *rp) in rapl_init_domains() 737 static struct rapl_primitive_info *get_rpi(struct rapl_package *rp, int prim) in get_rpi() 747 static int rapl_config(struct rapl_package *rp) in rapl_config() 977 struct rapl_package *rp = (struct rapl_package *)info; in power_limit_irq_save_cpu() local 999 static void package_power_limit_irq_save(struct rapl_package *rp) in package_power_limit_irq_save() 1014 static void package_power_limit_irq_restore(struct rapl_package *rp) in package_power_limit_irq_restore() [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | logfile.c | 39 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()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | iostat.c | 77 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
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | mcf8390.c | 61 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
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_rapl.c | 49 struct rapl_package *rp; in proc_thermal_rapl_add() local 101 struct rapl_package *rp; in proc_thermal_rapl_remove() local
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_flat.h | 8 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) argument 10 #define flat_put_addr_at_rp(rp, addr, relval) put_user_ual(addr, rp) argument
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_flat.h | 12 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) argument 14 #define flat_put_addr_at_rp(rp, addr, relval) put_user_ual(addr, rp) argument
|
/openbmc/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()
|
/openbmc/linux/drivers/media/pci/tw68/ |
H A D | tw68-risc.c | 33 static __le32 *tw68_risc_field(__le32 *rp, struct scatterlist *sglist, in tw68_risc_field() 138 __le32 *rp; in tw68_risc_buffer() local
|