/linux/drivers/net/fddi/ |
A D | defza.c | 232 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/arch/m68k/kernel/ |
A D | traps.c | 250 fix_xframe040(fp, fp->un.fmt7.wb2a, fp->un.fmt7.wb2s); in do_040writebacks() 261 fix_xframe040(fp, fp->un.fmt7.wb3a, fp->un.fmt7.wb3s); in do_040writebacks() 382 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030() 879 fp->un.fmt7.effaddr, fp->un.fmt7.ssw, fp->un.fmt7.faddr); in show_registers() 881 fp->un.fmt7.wb1s, fp->un.fmt7.wb1a, fp->un.fmt7.wb1dpd0); in show_registers() 883 fp->un.fmt7.wb2s, fp->un.fmt7.wb2a, fp->un.fmt7.wb2d); in show_registers() 885 fp->un.fmt7.wb3s, fp->un.fmt7.wb3a, fp->un.fmt7.wb3d); in show_registers() 887 fp->un.fmt7.wb1dpd0, fp->un.fmt7.pd1, fp->un.fmt7.pd2, in show_registers() 897 fp->un.fmta.ssw, fp->un.fmta.isc, fp->un.fmta.isb, in show_registers() 903 fp->un.fmtb.ssw, fp->un.fmtb.isc, fp->un.fmtb.isb, in show_registers() [all …]
|
/linux/drivers/s390/char/ |
A D | fs3270.c | 60 return fp->active && raw3270_request_final(fp->init); in fs3270_working() 138 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_activate() 139 fp->init->ccw.count = fp->rdbuf_size; in fs3270_activate() 154 fp->init->callback(fp->init, NULL); in fs3270_activate() 185 fp->rdbuf_size = fp->rdbuf->size - rq->rescnt; in fs3270_save_callback() 211 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_deactivate() 218 fp->init->callback(fp->init, NULL); in fs3270_deactivate() 253 if (!fp) in fs3270_read() 297 if (!fp) in fs3270_write() 334 if (!fp) in fs3270_ioctl() [all …]
|
A D | hmcdrv_dev.c | 150 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/sound/usb/ |
A D | format.c | 84 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 D | stream.c | 36 kfree(fp); in audioformat_free() 140 !memcmp(prev->chmap, fp->chmap, sizeof(*fp->chmap))) in have_dup_chmap() 681 fp = kzalloc(sizeof(*fp), GFP_KERNEL); in audio_format_alloc_init() 682 if (!fp) in audio_format_alloc_init() 700 return fp; in audio_format_alloc_init() 831 if (!fp) in snd_usb_get_audioformat_uac12() 853 return fp; in snd_usb_get_audioformat_uac12() 1034 if (!fp) { in snd_usb_get_audioformat_uac3() 1163 fp && fp->altsetting == 1 && fp->channels == 1 && in __snd_usb_parse_audio_interface() 1181 if (!fp) in __snd_usb_parse_audio_interface() [all …]
|
A D | proc.c | 94 struct audioformat *fp; in proc_dump_substream_formats() local 112 fp->endpoint, in proc_dump_substream_formats() 118 fp->rate_min, fp->rate_max); in proc_dump_substream_formats() 122 for (i = 0; i < fp->nr_rates; i++) { in proc_dump_substream_formats() 134 if (fp->dsd_raw) in proc_dump_substream_formats() 136 fp->dsd_dop, fp->dsd_bitrev); in proc_dump_substream_formats() 138 if (fp->chmap) { in proc_dump_substream_formats() 154 if (fp->sync_ep) { in proc_dump_substream_formats() 156 fp->sync_ep, in proc_dump_substream_formats() 160 fp->sync_iface); in proc_dump_substream_formats() [all …]
|
/linux/fs/ksmbd/ |
A D | vfs_cache.c | 341 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() 391 if (fp) { in ksmbd_close_fd() 399 if (!fp) in ksmbd_close_fd() 408 if (!fp) in ksmbd_fd_put() 418 if (!fp) in __sanity_check() 460 return fp; in ksmbd_lookup_fd_slow() 478 fp = ksmbd_fp_get(fp); in ksmbd_lookup_fd_cguid() [all …]
|
/linux/include/scsi/ |
A D | fc_frame.h | 50 #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/drivers/sbus/char/ |
A D | bbc_envctrl.c | 108 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/tools/perf/ui/stdio/ |
A D | hist.c | 28 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/tools/perf/util/ |
A D | evsel_fprintf.c | 22 ret += fprintf(fp, ","); in comma_fprintf() 24 ret += fprintf(fp, ":"); in comma_fprintf() 29 ret += vfprintf(fp, fmt, args); in comma_fprintf() 58 printed += fprintf(fp, "}"); in evsel__fprintf() 100 fputc('\n', fp); in evsel__fprintf() 160 printed += fprintf(fp, " "); in sample__fprintf_callchain() 167 true, fp); in sample__fprintf_callchain() 177 printed += fprintf(fp, ")"); in sample__fprintf_callchain() 226 printed += fprintf(fp, " "); in sample__fprintf_sym() 230 true, fp); in sample__fprintf_sym() [all …]
|
/linux/drivers/usb/gadget/function/ |
A D | f_phonet.c | 235 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/drivers/net/fddi/skfp/ |
A D | fplustm.c | 275 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/arch/nios2/kernel/ |
A D | traps.c | 116 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 D | process.c | 151 void dump(struct pt_regs *fp) in dump() argument 175 (long) fp->estatus, (long) fp); in dump() 178 fp->r1, fp->r2, fp->r3); in dump() 181 fp->r4, fp->r5, fp->r6, fp->r7); in dump() 183 fp->r8, fp->r9, fp->r10, fp->r11); in dump() 185 fp->r12, fp->r13, fp->r14, fp->r15); in dump() 187 fp->orig_r2, fp->ra, fp->fp, fp->sp); in dump() 189 (unsigned int) fp->sp, (unsigned int) fp); in dump() 222 unsigned long fp, pc; in __get_wchan() local 227 fp = ((struct switch_stack *)p->thread.ksp)->fp; /* ;dgt2 */ in __get_wchan() [all …]
|
A D | misaligned.c | 75 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/drivers/net/phy/ |
A D | fixed_phy.c | 52 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/arch/powerpc/net/ |
A D | bpf_jit_comp.c | 114 fp = tmp_fp; in bpf_int_jit_compile() 121 fp = org_fp; in bpf_int_jit_compile() 127 flen = fp->len; in bpf_int_jit_compile() 141 fp = org_fp; in bpf_int_jit_compile() 154 fp = org_fp; in bpf_int_jit_compile() 166 fp = org_fp; in bpf_int_jit_compile() 185 fp = org_fp; in bpf_int_jit_compile() 215 fp = org_fp; in bpf_int_jit_compile() 240 fp->jited = 1; in bpf_int_jit_compile() 261 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile() [all …]
|
/linux/arch/csky/kernel/ |
A D | ptrace.c | 492 fp->a0, fp->a1, fp->a2, fp->a3); in show_regs() 495 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs() 497 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs() 499 fp->regs[8], fp->regs[9], fp->lr); in show_regs() 501 fp->exregs[0], fp->exregs[1], fp->exregs[2], fp->exregs[3]); in show_regs() 503 fp->exregs[4], fp->exregs[5], fp->exregs[6], fp->exregs[7]); in show_regs() 505 fp->exregs[8], fp->exregs[9], fp->exregs[10], fp->exregs[11]); in show_regs() 507 fp->exregs[12], fp->exregs[13], fp->exregs[14], fp->tls); in show_regs() 509 fp->rhi, fp->rlo); in show_regs() 512 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs() [all …]
|
A D | perf_callchain.c | 9 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 95 fp = regs->regs[4]; in perf_callchain_user() 104 fp = user_backtrace(entry, fp, regs->lr); in perf_callchain_user() 106 while (fp && !(fp & 0x3) && entry->nr < entry->max_stack) in perf_callchain_user() 107 fp = user_backtrace(entry, fp, 0); in perf_callchain_user() [all …]
|
/linux/drivers/scsi/libfc/ |
A D | fc_rport.c | 749 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 …]
|
A D | fc_lport.c | 433 if (fp) { in fc_lport_recv_echo_req() 481 if (fp) { in fc_lport_recv_rnid_req() 835 if (fp) { in fc_lport_recv_flogi_req() 1088 if (!fp) in fc_lport_error() 1323 if (!fp) { in fc_lport_enter_scr() 1389 if (!fp) { in fc_lport_enter_ns() 1539 if (!fp) { in fc_lport_enter_ms() 1707 if (!fp) { in fc_lport_enter_logo() 1853 if (!fp) in fc_lport_enter_flogi() 2026 if (!fp) in fc_lport_els_request() [all …]
|
A D | fc_exch.c | 663 if (fp) { in fc_exch_abort_locked() 1152 fr_seq(fp) = sp; in fc_seq_lookup_recip() 1290 if (!fp) { in fc_seq_send_ack() 1353 if (!fp) { in fc_exch_send_ba_rjt() 1424 if (!fp) { in fc_exch_recv_abts() 1609 fr_seq(fp) = sp; in fc_exch_recv_seq_resp() 1839 if (!fp) { in fc_seq_ls_acc() 1871 if (!fp) { in fc_seq_ls_rjt() 2062 if (!fp) { in fc_exch_els_rec() 2253 if (!fp) in fc_exch_rrq() [all …]
|
/linux/security/selinux/ss/ |
A D | policydb.c | 2781 void *fp = pd->fp; in sens_write() local 2809 void *fp = pd->fp; in cat_write() local 2834 void *fp = pd->fp; in role_trans_write_one() local 2950 void *fp = pd->fp; in common_write() local 3045 void *fp = pd->fp; in class_write() local 3130 void *fp = pd->fp; in role_write() local 3170 void *fp = pd->fp; in type_write() local 3211 void *fp = pd->fp; in user_write() local 3447 void *fp = pd->fp; in range_write_helper() local 3476 pd.fp = fp; in range_write() [all …]
|