Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/linux-6.3-rc2/drivers/s390/char/
A Dfs3270.c127 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_activate()
137 fp->init->ccw.count = fp->rdbuf_size; in fs3270_activate()
151 fp->init->callback(fp->init, NULL); in fs3270_activate()
181 fp->rdbuf_size = fp->rdbuf->size - rq->rescnt; in fs3270_save_callback()
207 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_deactivate()
214 fp->init->callback(fp->init, NULL); in fs3270_deactivate()
249 if (!fp) in fs3270_read()
293 if (!fp) in fs3270_write()
331 if (!fp) in fs3270_ioctl()
374 fp = kzalloc(sizeof(*fp), GFP_KERNEL); in fs3270_alloc_view()
[all …]
A Dhmcdrv_dev.c150 kfree(fp->private_data); in hmcdrv_dev_release()
151 fp->private_data = NULL; in hmcdrv_dev_release()
175 if (fp->private_data) { in hmcdrv_dev_seek()
176 kfree(fp->private_data); in hmcdrv_dev_seek()
177 fp->private_data = NULL; in hmcdrv_dev_seek()
189 if (fp->f_pos != pos) in hmcdrv_dev_seek()
190 ++fp->f_version; in hmcdrv_dev_seek()
192 fp->f_pos = pos; in hmcdrv_dev_seek()
257 if (!fp->private_data) in hmcdrv_dev_write()
265 kfree(fp->private_data); in hmcdrv_dev_write()
[all …]
/linux-6.3-rc2/drivers/net/fddi/
A Ddefza.c232 writew_o(fp->int_mask, &fp->regs->int_mask); in fza_do_reset()
372 writew_u(fp->int_mask, &fp->regs->int_mask); in fza_cmd_send()
488 fp->ring_rmc_tx_index = (fp->ring_rmc_tx_index + 1) % in fza_do_xmit()
533 (fp->ring_smt_rx_index + 1) % fp->ring_smt_rx_size; in fza_do_recv_smt()
781 (fp->ring_hst_rx_index + 1) % fp->ring_hst_rx_size; in fza_rx()
839 (fp->ring_smt_tx_index + 1) % fp->ring_smt_tx_size; in fza_tx_smt()
1064 writew_o(fp->int_mask, &fp->regs->int_mask); in fza_reset_timer()
1131 writew_u(fp->int_mask, &fp->regs->int_mask); in fza_start_xmit()
1173 dma_unmap_single(fp->bdev, fp->rx_dma[i], in fza_open()
1256 dma_unmap_single(fp->bdev, fp->rx_dma[i], in fza_close()
[all …]
/linux-6.3-rc2/sound/usb/
A Dformat.c84 fp->iface, fp->altsetting); in parse_audio_format_i_type()
96 fp->iface, fp->altsetting, in parse_audio_format_i_type()
122 fp->iface, fp->altsetting, in parse_audio_format_i_type()
147 fp->iface, fp->altsetting, format); in parse_audio_format_i_type()
180 fp->rate_min = min(fp->rate_min, rate); in set_rate_table_min_max()
181 fp->rate_max = max(fp->rate_max, rate); in set_rate_table_min_max()
204 fp->iface, fp->altsetting); in parse_audio_format_rates_v1()
245 fp->iface, fp->altsetting); in parse_audio_format_rates_v1()
500 fp->iface, fp->altsetting); in validate_sample_rate_table_v2v3()
695 fp->iface, fp->altsetting, fp->channels); in parse_audio_format_i()
[all …]
A Dstream.c36 kfree(fp); in audioformat_free()
140 !memcmp(prev->chmap, fp->chmap, sizeof(*fp->chmap))) in have_dup_chmap()
682 fp = kzalloc(sizeof(*fp), GFP_KERNEL); in audio_format_alloc_init()
683 if (!fp) in audio_format_alloc_init()
701 return fp; in audio_format_alloc_init()
832 if (!fp) in snd_usb_get_audioformat_uac12()
854 return fp; in snd_usb_get_audioformat_uac12()
1035 if (!fp) { in snd_usb_get_audioformat_uac3()
1164 fp && fp->altsetting == 1 && fp->channels == 1 && in __snd_usb_parse_audio_interface()
1182 if (!fp) in __snd_usb_parse_audio_interface()
[all …]
/linux-6.3-rc2/arch/m68k/kernel/
A Dtraps.c252 fix_xframe040(fp, fp->un.fmt7.wb2a, fp->un.fmt7.wb2s); in do_040writebacks()
263 fix_xframe040(fp, fp->un.fmt7.wb3a, fp->un.fmt7.wb3s); in do_040writebacks()
384 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
882 fp->un.fmt7.effaddr, fp->un.fmt7.ssw, fp->un.fmt7.faddr); in show_registers()
884 fp->un.fmt7.wb1s, fp->un.fmt7.wb1a, fp->un.fmt7.wb1dpd0); in show_registers()
886 fp->un.fmt7.wb2s, fp->un.fmt7.wb2a, fp->un.fmt7.wb2d); in show_registers()
888 fp->un.fmt7.wb3s, fp->un.fmt7.wb3a, fp->un.fmt7.wb3d); in show_registers()
890 fp->un.fmt7.wb1dpd0, fp->un.fmt7.pd1, fp->un.fmt7.pd2, in show_registers()
900 fp->un.fmta.ssw, fp->un.fmta.isc, fp->un.fmta.isb, in show_registers()
906 fp->un.fmtb.ssw, fp->un.fmtb.isc, fp->un.fmtb.isb, in show_registers()
[all …]
/linux-6.3-rc2/include/scsi/
A Dfc_frame.h50 #define fp_skb(fp) (&((fp)->skb)) argument
51 #define fr_hdr(fp) ((fp)->skb.data) argument
52 #define fr_len(fp) ((fp)->skb.len) argument
54 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument
55 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument
56 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument
57 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument
58 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument
59 #define fr_encaps(fp) (fr_cb(fp)->fr_encaps) argument
61 #define fr_fsp(fp) (fr_cb(fp)->fr_fsp) argument
[all …]
/linux-6.3-rc2/fs/ksmbd/
A Dvfs_cache.c341 return fp; in ksmbd_fp_get()
354 if (fp) in __ksmbd_lookup_fd()
355 fp = ksmbd_fp_get(fp); in __ksmbd_lookup_fd()
357 return fp; in __ksmbd_lookup_fd()
390 if (fp) { in ksmbd_close_fd()
398 if (!fp) in ksmbd_close_fd()
407 if (!fp) in ksmbd_fd_put()
417 if (!fp) in __sanity_check()
459 return fp; in ksmbd_lookup_fd_slow()
477 fp = ksmbd_fp_get(fp); in ksmbd_lookup_fd_cguid()
[all …]
/linux-6.3-rc2/kernel/trace/
A Dfprobe.c27 struct fprobe *fp; in fprobe_handler() local
36 fp->nmissed++; in fprobe_handler()
41 fp->entry_handler(fp, ip, ftrace_get_regs(fregs)); in fprobe_handler()
46 fp->nmissed++; in fprobe_handler()
65 fp->nmissed++; in fprobe_kprobe_handler()
79 if (!fp || fprobe_disabled(fp)) in fprobe_exit_handler()
84 fp->exit_handler(fp, fpr->entry_ip, regs); in fprobe_exit_handler()
118 fp->nmissed = 0; in fprobe_init()
143 fp->rethook = rethook_alloc((void *)fp, fprobe_exit_handler); in fprobe_init_rethook()
190 fprobe_init(fp); in register_fprobe()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_ethtool.c220 xcvr = fp->xcvr_type; in fun_get_link_ksettings()
432 return fp->msg_enable; in fun_get_msglevel()
507 db_val = FUN_IRQ_CQ_DB(fp->rx_coal_usec, fp->rx_coal_count); in fun_set_coalesce()
517 db_val = FUN_IRQ_SQ_DB(fp->tx_coal_usec, fp->tx_coal_count); in fun_set_coalesce()
611 fp->cq_depth = 2 * fp->rq_depth; in fun_set_ringparam()
840 #define RX_STAT(fp, s) be64_to_cpu((fp)->stats[PORT_MAC_RX_##s]) argument
985 if (!fp->rss_cfg) in fun_get_rxfh()
993 memcpy(key, fp->rss_key, sizeof(fp->rss_key)); in fun_get_rxfh()
1010 if (!fp->rss_cfg) in fun_set_rxfh()
1033 fp->hash_algo = algo; in fun_set_rxfh()
[all …]
A Dfuneth_main.c229 fun_res_destroy(fp->fdev, FUN_ADMIN_OP_RSS, 0, fp->rss_hw_id); in fun_destroy_rss()
337 irq = fun_alloc_qirq(fp, i, node, fp->rx_irq_ofst); in fun_alloc_queue_irqs()
397 xa_load(&fp->irqs, i + fp->rx_irq_ofst), in alloc_rxqs()
805 err = fun_config_rss(dev, fp->hash_algo, fp->rss_key, in fun_up()
1417 err = fun_config_rss(dev, fp->hash_algo, fp->rss_key, in fun_rss_set_qnum()
1441 fp->rss_cfg = dma_alloc_coherent(&fp->pdev->dev, size, in fun_init_rss()
1447 netdev_rss_key_fill(fp->rss_key, sizeof(fp->rss_key)); in fun_init_rss()
1456 sizeof(fp->rss_key) + sizeof(fp->indir_table), in fun_free_rss()
1457 fp->rss_cfg, fp->rss_dma_addr); in fun_free_rss()
1496 fp->stats, fp->stats_dma_addr); in fun_free_stats_area()
[all …]
/linux-6.3-rc2/include/linux/
A Dfprobe.h46 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() argument
48 return (fp) ? fp->flags & FPROBE_FL_DISABLED : false; in fprobe_disabled()
53 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false; in fprobe_shared_with_kprobes()
60 int unregister_fprobe(struct fprobe *fp);
74 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe() argument
87 static inline void disable_fprobe(struct fprobe *fp) in disable_fprobe() argument
89 if (fp) in disable_fprobe()
90 fp->flags |= FPROBE_FL_DISABLED; in disable_fprobe()
99 static inline void enable_fprobe(struct fprobe *fp) in enable_fprobe() argument
101 if (fp) in enable_fprobe()
[all …]
/linux-6.3-rc2/drivers/sbus/char/
A Dbbc_envctrl.c108 fp->index, in set_fan_speeds()
109 fp->cpu_fan_speed, fp->system_fan_speed); in set_fan_speeds()
112 bbc_i2c_writeb(fp->client, fp->cpu_fan_speed, CPU_FAN_REG); in set_fan_speeds()
113 bbc_i2c_writeb(fp->client, fp->system_fan_speed, SYS_FAN_REG); in set_fan_speeds()
398 set_fan_speeds(fp); in maybe_new_fan_speeds()
499 fp = kzalloc(sizeof(*fp), GFP_KERNEL); in attach_one_fan()
500 if (!fp) in attach_one_fan()
507 if (!fp->client) { in attach_one_fan()
508 kfree(fp); in attach_one_fan()
529 set_fan_speeds(fp); in attach_one_fan()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Devsel_fprintf.c25 ret += fprintf(fp, ","); in comma_fprintf()
27 ret += fprintf(fp, ":"); in comma_fprintf()
32 ret += vfprintf(fp, fmt, args); in comma_fprintf()
61 printed += fprintf(fp, "}"); in evsel__fprintf()
105 fputc('\n', fp); in evsel__fprintf()
165 printed += fprintf(fp, " "); in sample__fprintf_callchain()
172 true, fp); in sample__fprintf_callchain()
182 printed += fprintf(fp, ")"); in sample__fprintf_callchain()
231 printed += fprintf(fp, " "); in sample__fprintf_sym()
235 true, fp); in sample__fprintf_sym()
[all …]
/linux-6.3-rc2/tools/perf/ui/stdio/
A Dhist.c28 ret += fprintf(fp, " "); in callchain__fprintf_left_margin()
87 fputs(str, fp); in ipchain__fprintf_graph()
88 fputc('\n', fp); in ipchain__fprintf_graph()
383 FILE *fp) in hist_entry_callchain__fprintf() argument
460 FILE *fp) in hist_entry__hierarchy_fprintf() argument
540 FILE *fp) in hist_entry__block_fprintf() argument
564 FILE *fp) in hist_entry__individual_block_fprintf() argument
755 FILE *fp) in hists__fprintf_standard_headers() argument
777 fprintf(fp, "# "); in hists__fprintf_standard_headers()
795 fprintf(fp, "\n"); in hists__fprintf_standard_headers()
[all …]
/linux-6.3-rc2/arch/nios2/kernel/
A Dtraps.c116 fp->ea -= 4; in breakpoint_c()
117 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c()
127 fp->ea -= 4; in handle_unaligned_c()
132 if (!user_mode(fp)) { in handle_unaligned_c()
138 show_regs(fp); in handle_unaligned_c()
149 fp->ea -= 4; in handle_illegal_c()
150 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
156 fp->ea -= 4; in handle_supervisor_instr()
157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
163 fp->ea -= 4; in handle_diverror_c()
[all …]
A Dprocess.c152 void dump(struct pt_regs *fp) in dump() argument
176 (long) fp->estatus, (long) fp); in dump()
179 fp->r1, fp->r2, fp->r3); in dump()
182 fp->r4, fp->r5, fp->r6, fp->r7); in dump()
184 fp->r8, fp->r9, fp->r10, fp->r11); in dump()
186 fp->r12, fp->r13, fp->r14, fp->r15); in dump()
188 fp->orig_r2, fp->ra, fp->fp, fp->sp); in dump()
190 (unsigned int) fp->sp, (unsigned int) fp); in dump()
223 unsigned long fp, pc; in __get_wchan() local
228 fp = ((struct switch_stack *)p->thread.ksp)->fp; /* ;dgt2 */ in __get_wchan()
[all …]
A Dmisaligned.c75 fp->ea -= 4; in handle_unaligned_c()
77 if (fixup_exception(fp)) { in handle_unaligned_c()
81 in_kernel = !user_mode(fp); in handle_unaligned_c()
101 put_reg_val(fp, b, val); in handle_unaligned_c()
119 put_reg_val(fp, b, val); in handle_unaligned_c()
160 fp->ea, in handle_unaligned_c()
164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea); in handle_unaligned_c()
174 fp->ea += 4; in handle_unaligned_c()
178 fp->ea, in handle_unaligned_c()
195 fp->ea, fp->ra, fp->sp); in handle_unaligned_c()
[all …]
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_phonet.c235 fp = port->usb; in pn_net_xmit()
433 fp->out_ep->driver_data = fp; in pn_set_alt()
434 fp->in_ep->driver_data = fp; in pn_set_alt()
438 pn_rx_submit(fp, fp->out_reqv[i], GFP_ATOMIC); in pn_set_alt()
532 fp->in_ep = ep; in pn_bind()
557 fp->in_req = usb_ep_alloc_request(fp->in_ep, GFP_KERNEL); in pn_bind()
563 fp->out_ep->name, fp->in_ep->name); in pn_bind()
568 usb_ep_free_request(fp->out_ep, fp->out_reqv[i]); in pn_bind()
659 usb_ep_free_request(fp->in_ep, fp->in_req); in pn_unbind()
662 usb_ep_free_request(fp->out_ep, fp->out_reqv[i]); in pn_unbind()
[all …]
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dfplustm.c275 smc->hw.fp.rx[QUEUE_R1] = queue = &smc->hw.fp.rx_q[QUEUE_R1] ; in init_rx()
282 smc->hw.fp.rx[QUEUE_R2] = queue = &smc->hw.fp.rx_q[QUEUE_R2] ; in init_rx()
305 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
316 smc->hw.fp.tx[QUEUE_A0] = queue = &smc->hw.fp.tx_q[QUEUE_A0] ; in init_tx()
871 smc->hw.fp.s2l = smc->hw.fp.s2u = 0 ; in init_fplus()
1285 smc->hw.fp.rx_mode = (smc->hw.fp.rx_mode & ~FM_ADDET) | in mac_set_rx_mode()
1290 smc->hw.fp.rx_mode = (smc->hw.fp.rx_mode & ~FM_ADDET) | in mac_set_rx_mode()
1298 smc->hw.fp.rx_mode = smc->hw.fp.nsa_mode | FM_EXGPA0 ; in mac_set_rx_mode()
1301 smc->hw.fp.rx_mode = smc->hw.fp.nsa_mode ; in mac_set_rx_mode()
1457 smc->hw.fp.fifo.tx_s_start = smc->hw.fp.fifo.rx1_fifo_start + in smt_split_up_fifo()
[all …]
/linux-6.3-rc2/drivers/net/phy/
A Dfixed_phy.c52 struct fixed_phy *fp; in fixed_phy_change_carrier() local
69 if (!fp->no_carrier && fp->link_gpiod) in fixed_phy_update()
70 fp->status.link = !!gpiod_get_value_cansleep(fp->link_gpiod); in fixed_phy_update()
76 struct fixed_phy *fp; in fixed_mdio_read() local
82 fp->status.link = !fp->no_carrier; in fixed_mdio_read()
86 fp->link_update(fp->phydev->attached_dev, in fixed_mdio_read()
87 &fp->status); in fixed_mdio_read()
145 fp = kzalloc(sizeof(*fp), GFP_KERNEL); in fixed_phy_add_gpiod()
146 if (!fp) in fixed_phy_add_gpiod()
182 kfree(fp); in fixed_phy_del()
[all …]
/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit_comp.c83 fp = tmp_fp; in bpf_int_jit_compile()
90 fp = org_fp; in bpf_int_jit_compile()
96 flen = fp->len; in bpf_int_jit_compile()
109 fp = org_fp; in bpf_int_jit_compile()
122 fp = org_fp; in bpf_int_jit_compile()
136 fp = org_fp; in bpf_int_jit_compile()
159 fp = org_fp; in bpf_int_jit_compile()
177 fp = org_fp; in bpf_int_jit_compile()
201 fp->jited = 1; in bpf_int_jit_compile()
222 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()
[all …]
/linux-6.3-rc2/arch/csky/kernel/
A Dperf_callchain.c9 unsigned long fp; member
18 if (unlikely(frame->fp < low || frame->fp > high)) in unwind_frame_kernel()
21 if (kstack_end((void *)frame->fp) || frame->fp & 0x3) in unwind_frame_kernel()
66 fp = buftail.fp; in user_backtrace()
69 return fp; in user_backtrace()
89 unsigned long fp = 0; in perf_callchain_user() local
91 fp = regs->regs[4]; in perf_callchain_user()
100 fp = user_backtrace(entry, fp, regs->lr); in perf_callchain_user()
102 while (fp && !(fp & 0x3) && entry->nr < entry->max_stack) in perf_callchain_user()
103 fp = user_backtrace(entry, fp, 0); in perf_callchain_user()
[all …]
A Dptrace.c491 fp->a0, fp->a1, fp->a2, fp->a3); in show_regs()
494 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
496 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs()
498 fp->regs[8], fp->regs[9], fp->lr); in show_regs()
500 fp->exregs[0], fp->exregs[1], fp->exregs[2], fp->exregs[3]); in show_regs()
502 fp->exregs[4], fp->exregs[5], fp->exregs[6], fp->exregs[7]); in show_regs()
504 fp->exregs[8], fp->exregs[9], fp->exregs[10], fp->exregs[11]); in show_regs()
506 fp->exregs[12], fp->exregs[13], fp->exregs[14], fp->tls); in show_regs()
508 fp->rhi, fp->rlo); in show_regs()
511 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
[all …]
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_rport.c749 IS_ERR(fp) ? "error" : fc_els_resp_type(fp)); in fc_rport_flogi_resp()
836 if (!fp) in fc_rport_enter_flogi()
938 if (!fp) in fc_rport_recv_flogi_req()
1089 if (!fp) { in fc_rport_enter_plogi()
1281 if (!fp) { in fc_rport_enter_prli()
1397 if (!fp) { in fc_rport_enter_rtv()
1430 if (!fp) { in fc_rport_recv_rtv_req()
1483 if (!fp) in fc_rport_enter_logo()
1572 if (!fp) { in fc_rport_enter_adisc()
1612 if (!fp) in fc_rport_recv_adisc_req()
[all …]

Completed in 88 milliseconds

12345678910>>...30