/linux-6.1.9/drivers/s390/char/ |
D | raw3270.c | 93 static void __raw3270_disconnect(struct raw3270 *rp); 109 static inline int raw3270_state_ready(struct raw3270 *rp) in raw3270_state_ready() argument 111 return rp->state == RAW3270_STATE_READY; in raw3270_state_ready() 114 static inline int raw3270_state_final(struct raw3270 *rp) in raw3270_state_final() argument 116 return rp->state == RAW3270_STATE_INIT || in raw3270_state_final() 117 rp->state == RAW3270_STATE_READY; in raw3270_state_final() 121 raw3270_buffer_address(struct raw3270 *rp, char *cp, unsigned short addr) in raw3270_buffer_address() argument 123 if (test_bit(RAW3270_FLAGS_14BITADDR, &rp->flags)) { in raw3270_buffer_address() 238 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument 243 if (list_empty(&rp->req_queue) && in __raw3270_start() [all …]
|
/linux-6.1.9/drivers/usb/mon/ |
D | mon_bin.c | 203 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, in MON_OFF2HDR() argument 207 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE); in MON_OFF2HDR() 210 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) argument 220 static void mon_buff_area_fill(const struct mon_reader_bin *rp, 222 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp); 295 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, in mon_buff_area_alloc() argument 301 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc() 303 offset = rp->b_in; in mon_buff_area_alloc() 304 rp->b_cnt += size; in mon_buff_area_alloc() 305 if ((rp->b_in += size) >= rp->b_size) in mon_buff_area_alloc() [all …]
|
D | mon_text.c | 106 mon_text_read_wait(struct mon_reader_text *rp, struct file *file); 107 static void mon_text_read_head_t(struct mon_reader_text *rp, 109 static void mon_text_read_head_u(struct mon_reader_text *rp, 111 static void mon_text_read_statset(struct mon_reader_text *rp, 113 static void mon_text_read_intstat(struct mon_reader_text *rp, 115 static void mon_text_read_isostat(struct mon_reader_text *rp, 117 static void mon_text_read_isodesc(struct mon_reader_text *rp, 119 static void mon_text_read_data(struct mon_reader_text *rp, 193 static void mon_text_event(struct mon_reader_text *rp, struct urb *urb, in mon_text_event() argument 204 if (rp->nevents >= EVENT_MAX || in mon_text_event() [all …]
|
/linux-6.1.9/drivers/net/ethernet/via/ |
D | via-rhine.c | 521 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool low) in rhine_wait_bit() argument 523 void __iomem *ioaddr = rp->base; in rhine_wait_bit() 534 netif_dbg(rp, hw, rp->dev, "%s bit wait (%02x/%02x) cycle " in rhine_wait_bit() 539 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) in rhine_wait_bit_high() argument 541 rhine_wait_bit(rp, reg, mask, false); 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() argument 546 rhine_wait_bit(rp, reg, mask, true); in rhine_wait_bit_low() 549 static u32 rhine_get_events(struct rhine_private *rp) in rhine_get_events() argument 551 void __iomem *ioaddr = rp->base; in rhine_get_events() 556 if (rp->quirks & rqStatusWBRace) in rhine_get_events() [all …]
|
/linux-6.1.9/drivers/powercap/ |
D | intel_rapl_common.c | 108 int (*check_unit)(struct rapl_package *rp, int cpu); 110 u64 (*compute_time_window)(struct rapl_package *rp, u64 val, 146 static void rapl_init_domains(struct rapl_package *rp); 155 static void package_power_limit_irq_save(struct rapl_package *rp); 201 struct rapl_package *rp = rd->rp; in release_zone() local 208 rp->domains = NULL; in release_zone() 331 struct rapl_package *rp; in set_power_limit() local 343 rp = rd->rp; in set_power_limit() 366 package_power_limit_irq_save(rp); in set_power_limit() 549 static void rapl_init_domains(struct rapl_package *rp) in rapl_init_domains() argument [all …]
|
D | intel_rapl_msr.c | 69 struct rapl_package *rp; in rapl_cpu_online() local 71 rp = rapl_find_package_domain(cpu, rapl_msr_priv); in rapl_cpu_online() 72 if (!rp) { in rapl_cpu_online() 73 rp = rapl_add_package(cpu, rapl_msr_priv); in rapl_cpu_online() 74 if (IS_ERR(rp)) in rapl_cpu_online() 75 return PTR_ERR(rp); in rapl_cpu_online() 77 cpumask_set_cpu(cpu, &rp->cpumask); in rapl_cpu_online() 83 struct rapl_package *rp; in rapl_cpu_down_prep() local 86 rp = rapl_find_package_domain(cpu, rapl_msr_priv); in rapl_cpu_down_prep() 87 if (!rp) in rapl_cpu_down_prep() [all …]
|
/linux-6.1.9/arch/arm/include/debug/ |
D | brcmstb.S | 36 #define checkuart(rp, rv, family_id, family) \ argument 38 ldr rp, =family_id ; \ 40 cmp rp, rv ; \ 42 ldreq rp, =UARTA_##family ; \ 46 .macro addruart, rp, rv, tmp 47 adr \rp, 99f @ actual addr of 99f 48 ldr \rv, [\rp] @ linked addr is stored there 49 sub \rv, \rv, \rp @ offset between the two 50 ldr \rp, [\rp, #4] @ linked brcmstb_uart_config 51 sub \tmp, \rp, \rv @ actual brcmstb_uart_config [all …]
|
D | tegra.S | 45 #define checkuart(rp, rv, lhu, bit, uart) \ argument 47 ldr rp, =TEGRA_CLK_RST_DEVICES_##lhu ; \ 49 ldr rp, [rp, #0] ; \ 51 tst rp, #(1 << bit) ; \ 55 ldr rp, =TEGRA_CLK_OUT_ENB_##lhu ; \ 57 ldr rp, [rp, #0] ; \ 59 tst rp, #(1 << bit) ; \ 63 ldr rp, =TEGRA_UART##uart##_BASE ; \ 67 .macro addruart, rp, rv, tmp 68 adr \rp, 99f @ actual addr of 99f [all …]
|
D | sa1100.S | 17 .macro addruart, rp, rv, tmp 18 mrc p15, 0, \rp, c1, c0 19 tst \rp, #1 @ MMU enabled? 20 moveq \rp, #0x80000000 @ physical base address 21 movne \rp, #0xf8000000 @ virtual address 28 add \rp, \rp, #0x00050000 29 ldr \rv, [\rp, #UTCR3] 33 addeq \rp, \rp, #(0x00010000 - 0x00050000) 34 ldreq \rv, [\rp, #UTCR3] 38 addeq \rp, \rp, #(0x00030000 - 0x00010000) [all …]
|
D | omap2plus.S | 27 .macro addruart, rp, rv, tmp 30 10: adr \rp, 99f @ get effective addr of 99f 31 ldr \rv, [\rp] @ get absolute addr of 99f 32 sub \rv, \rv, \rp @ offset between the two 33 ldr \rp, [\rp, #4] @ abs addr of omap_uart_phys 34 sub \tmp, \rp, \rv @ make it effective 35 ldr \rp, [\tmp, #0] @ omap_uart_phys 37 cmp \rp, #0 @ is port configured? 43 ldr \rp, =ZOOM_UART_BASE 44 str \rp, [\tmp, #0] @ omap_uart_phys [all …]
|
D | vexpress.S | 22 .macro addruart,rp,rv,tmp 30 mrc p15, 0, \rp, c0, c0, 0 33 cmp \rp, \rv 36 moveq \rp, #DEBUG_LL_UART_OFFSET 37 orreq \rv, \rp, #DEBUG_LL_VIRT_BASE 38 orreq \rp, \rp, #DEBUG_LL_PHYS_BASE 41 movne \rp, #DEBUG_LL_UART_OFFSET_RS1 42 orrne \rv, \rp, #DEBUG_LL_VIRT_BASE 43 orrne \rp, \rp, #DEBUG_LL_PHYS_BASE_RS1
|
/linux-6.1.9/fs/nfsd/ |
D | nfscache.c | 91 struct svc_cacherep *rp; in nfsd_reply_cache_alloc() local 93 rp = kmem_cache_alloc(drc_slab, GFP_KERNEL); in nfsd_reply_cache_alloc() 94 if (rp) { in nfsd_reply_cache_alloc() 95 rp->c_state = RC_UNUSED; in nfsd_reply_cache_alloc() 96 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc() 97 RB_CLEAR_NODE(&rp->c_node); in nfsd_reply_cache_alloc() 98 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc() 100 memset(&rp->c_key, 0, sizeof(rp->c_key)); in nfsd_reply_cache_alloc() 101 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_reply_cache_alloc() 102 rp->c_key.k_proc = rqstp->rq_proc; in nfsd_reply_cache_alloc() [all …]
|
/linux-6.1.9/lib/mpi/ |
D | mpi-pow.c | 30 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local 46 rp = res->d; in mpi_powm() 59 rp = res->d; in mpi_powm() 60 rp[0] = 1; in mpi_powm() 108 if (rp == ep || rp == mp || rp == bp) { in mpi_powm() 109 rp = mpi_alloc_limb_space(size); in mpi_powm() 110 if (!rp) in mpi_powm() 116 rp = res->d; in mpi_powm() 119 if (rp == bp) { in mpi_powm() 125 MPN_COPY(bp, rp, bsize); in mpi_powm() [all …]
|
/linux-6.1.9/net/bluetooth/ |
D | hci_event.c | 87 struct hci_ev_status *rp = data; in hci_cc_inquiry_cancel() local 89 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_inquiry_cancel() 98 if (rp->status == 0x0c && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel() 100 rp->status = 0x00; in hci_cc_inquiry_cancel() 103 if (rp->status) in hci_cc_inquiry_cancel() 104 return rp->status; in hci_cc_inquiry_cancel() 121 return rp->status; in hci_cc_inquiry_cancel() 127 struct hci_ev_status *rp = data; in hci_cc_periodic_inq() local 129 bt_dev_dbg(hdev, "status 0x%2.2x", rp->status); in hci_cc_periodic_inq() 131 if (rp->status) in hci_cc_periodic_inq() [all …]
|
D | hci_codec.c | 11 struct hci_rp_read_local_codec_caps *rp, in hci_codec_list_add() argument 29 if (rp) { in hci_codec_list_add() 30 entry->num_caps = rp->num_caps; in hci_codec_list_add() 56 struct hci_rp_read_local_codec_caps *rp; in hci_read_codec_capabilities() local 83 if (skb->len < sizeof(*rp)) in hci_read_codec_capabilities() 86 rp = (void *)skb->data; in hci_read_codec_capabilities() 88 if (rp->status) in hci_read_codec_capabilities() 91 if (!rp->num_caps) { in hci_read_codec_capabilities() 97 skb_pull(skb, sizeof(*rp)); in hci_read_codec_capabilities() 99 for (j = 0, len = 0; j < rp->num_caps; j++) { in hci_read_codec_capabilities() [all …]
|
/linux-6.1.9/drivers/pwm/ |
D | pwm-rcar.c | 51 static void rcar_pwm_write(struct rcar_pwm_chip *rp, u32 data, in rcar_pwm_write() argument 54 writel(data, rp->base + offset); in rcar_pwm_write() 57 static u32 rcar_pwm_read(struct rcar_pwm_chip *rp, unsigned int offset) in rcar_pwm_read() argument 59 return readl(rp->base + offset); in rcar_pwm_read() 62 static void rcar_pwm_update(struct rcar_pwm_chip *rp, u32 mask, u32 data, in rcar_pwm_update() argument 67 value = rcar_pwm_read(rp, offset); in rcar_pwm_update() 70 rcar_pwm_write(rp, value, offset); 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() argument 75 unsigned long clk_rate = clk_get_rate(rp->clk); 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() argument [all …]
|
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | iostat.c | 76 const struct iio_root_port * const rp) in iio_root_port_show() argument 78 if (output && rp) in iio_root_port_show() 80 rp->die, rp->pmu_idx, rp->domain, rp->bus); in iio_root_port_show() 113 struct iio_root_port *rp; in iio_root_port_find_by_notation() local 117 rp = list->rps[idx]; in iio_root_port_find_by_notation() 118 if (rp && rp->domain == domain && rp->bus == bus) in iio_root_port_find_by_notation() 119 return rp; in iio_root_port_find_by_notation() 126 struct iio_root_port * const rp) in iio_root_ports_list_insert() argument 130 if (list && rp) { in iio_root_ports_list_insert() 131 rp->idx = list->nr_entries++; in iio_root_ports_list_insert() [all …]
|
/linux-6.1.9/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil-host.c | 54 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_map_bus() local 76 return rp->config_axi_slave_base + where; in mobiveil_pcie_map_bus() 90 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_isr() local 91 struct mobiveil_msi *msi = &rp->msi; in mobiveil_pcie_isr() 118 ret = generic_handle_domain_irq(rp->intx_domain, in mobiveil_pcie_isr() 173 struct mobiveil_root_port *rp = &pcie->rp; in mobiveil_pcie_parse_dt() local 179 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 180 if (IS_ERR(rp->config_axi_slave_base)) in mobiveil_pcie_parse_dt() 181 return PTR_ERR(rp->config_axi_slave_base); in mobiveil_pcie_parse_dt() 182 rp->ob_io_res = res; in mobiveil_pcie_parse_dt() [all …]
|
/linux-6.1.9/drivers/media/pci/tw68/ |
D | tw68-risc.c | 33 static __le32 *tw68_risc_field(__le32 *rp, struct scatterlist *sglist, in tw68_risc_field() argument 42 *(rp++) = cpu_to_le32(RISC_JUMP); in tw68_risc_field() 43 *(rp++) = 0; in tw68_risc_field() 48 *(rp++) = cpu_to_le32(RISC_SYNCO); in tw68_risc_field() 50 *(rp++) = cpu_to_le32(RISC_SYNCE); in tw68_risc_field() 51 *(rp++) = 0; in tw68_risc_field() 63 *(rp++) = cpu_to_le32(RISC_LINESTART | in tw68_risc_field() 65 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in tw68_risc_field() 77 *(rp++) = cpu_to_le32(RISC_LINESTART | in tw68_risc_field() 80 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in tw68_risc_field() [all …]
|
/linux-6.1.9/fs/ntfs/ |
D | logfile.c | 39 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header() argument 50 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header() 51 logfile_log_page_size = le32_to_cpu(rp->log_page_size); in ntfs_check_restart_page_header() 70 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header() 71 sle16_to_cpu(rp->minor_ver) != 1) { in ntfs_check_restart_page_header() 74 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header() 75 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header() 82 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header() 88 if (usa_count != le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header() 94 usa_ofs = le16_to_cpu(rp->usa_ofs); in ntfs_check_restart_page_header() [all …]
|
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_rapl.c | 24 struct rapl_package *rp; in rapl_mmio_cpu_online() local 30 rp = rapl_find_package_domain(cpu, &rapl_mmio_priv); in rapl_mmio_cpu_online() 31 if (!rp) { in rapl_mmio_cpu_online() 32 rp = rapl_add_package(cpu, &rapl_mmio_priv); in rapl_mmio_cpu_online() 33 if (IS_ERR(rp)) in rapl_mmio_cpu_online() 34 return PTR_ERR(rp); in rapl_mmio_cpu_online() 36 cpumask_set_cpu(cpu, &rp->cpumask); in rapl_mmio_cpu_online() 42 struct rapl_package *rp; in rapl_mmio_cpu_down_prep() local 45 rp = rapl_find_package_domain(cpu, &rapl_mmio_priv); in rapl_mmio_cpu_down_prep() 46 if (!rp) in rapl_mmio_cpu_down_prep() [all …]
|
/linux-6.1.9/drivers/md/ |
D | raid1-10.c | 41 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages() argument 47 rp->pages[i] = alloc_page(gfp_flags); in resync_alloc_pages() 48 if (!rp->pages[i]) in resync_alloc_pages() 56 put_page(rp->pages[i]); in resync_alloc_pages() 60 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages() argument 65 put_page(rp->pages[i]); in resync_free_pages() 68 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages() argument 73 get_page(rp->pages[i]); in resync_get_all_pages() 76 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page() argument 81 return rp->pages[idx]; in resync_fetch_page() [all …]
|
/linux-6.1.9/fs/ksmbd/ |
D | unicode.h | 283 register const struct UniCaseRange *rp; in UniToupper() local 290 rp = SmbUniUpperRange; /* Use range tables */ in UniToupper() 291 while (rp->start) { in UniToupper() 292 if (uc < rp->start) /* Before start of range */ in UniToupper() 294 if (uc <= rp->end) /* In range */ in UniToupper() 295 return uc + rp->table[uc - rp->start]; in UniToupper() 296 rp++; /* Try next range */ in UniToupper() 323 register const struct UniCaseRange *rp; in UniTolower() local 330 rp = CifsUniLowerRange; /* Use range tables */ in UniTolower() 331 while (rp->start) { in UniTolower() [all …]
|
/linux-6.1.9/arch/parisc/kernel/ |
D | hpmc.S | 153 ldil L%PA(os_hpmc_2), rp 155 ldo R%PA(os_hpmc_2)(rp), rp 168 ldil L%PA(os_hpmc_3),rp 170 ldo R%PA(os_hpmc_3)(rp),rp 198 ldil L%PA(os_hpmc_4),rp 200 ldo R%PA(os_hpmc_4)(rp),rp 220 ldil L%PA(os_hpmc_5),rp 222 ldo R%PA(os_hpmc_5)(rp),rp 268 ldil L%PA(os_hpmc_6),rp 270 ldo R%PA(os_hpmc_6)(rp),rp
|
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_svc.c | 228 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp); 229 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp); 230 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp); 239 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp, 241 static void bfa_rport_sm_created(struct bfa_rport_s *rp, 243 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp, 245 static void bfa_rport_sm_online(struct bfa_rport_s *rp, 247 static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp, 249 static void bfa_rport_sm_offline(struct bfa_rport_s *rp, 251 static void bfa_rport_sm_deleting(struct bfa_rport_s *rp, [all …]
|