| /linux/drivers/media/platform/renesas/ |
| H A D | rcar-fcp.c | 37 static inline void rcar_fcp_write(struct rcar_fcp_device *fcp, u32 reg, u32 val) in rcar_fcp_write() argument 39 iowrite32(val, fcp->base + reg); in rcar_fcp_write() 58 struct rcar_fcp_device *fcp; in rcar_fcp_get() local 62 list_for_each_entry(fcp, &fcp_devices, list) { in rcar_fcp_get() 63 if (fcp->dev->of_node != np) in rcar_fcp_get() 66 get_device(fcp->dev); in rcar_fcp_get() 70 fcp = ERR_PTR(-EPROBE_DEFER); in rcar_fcp_get() 74 return fcp; in rcar_fcp_get() 84 void rcar_fcp_put(struct rcar_fcp_device *fcp) in rcar_fcp_put() argument 86 if (fcp) in rcar_fcp_put() [all …]
|
| H A D | rcar_fdp1.c | 575 struct rcar_fcp_device *fcp; member 2299 fdp1->fcp = rcar_fcp_get(fcp_node); in fdp1_probe() 2301 if (IS_ERR(fdp1->fcp)) { in fdp1_probe() 2302 dev_dbg(&pdev->dev, "FCP not found (%pe)\n", fdp1->fcp); in fdp1_probe() 2303 return PTR_ERR(fdp1->fcp); in fdp1_probe() 2392 rcar_fcp_put(fdp1->fcp); in fdp1_probe() 2404 rcar_fcp_put(fdp1->fcp); in fdp1_remove() 2411 rcar_fcp_disable(fdp1->fcp); in fdp1_pm_runtime_suspend() 2423 return rcar_fcp_enable(fdp1->fcp); in fdp1_pm_runtime_resume()
|
| /linux/drivers/target/tcm_fc/ |
| H A D | tfc_cmd.c | 104 struct fcp_resp_with_ext *fcp; in ft_queue_status() local 115 len = sizeof(*fcp) + se_cmd->scsi_sense_length; in ft_queue_status() 122 fcp = fc_frame_payload_get(fp, len); in ft_queue_status() 123 memset(fcp, 0, len); in ft_queue_status() 124 fcp->resp.fr_status = se_cmd->scsi_status; in ft_queue_status() 128 fcp->resp.fr_flags |= FCP_SNS_LEN_VAL; in ft_queue_status() 129 fcp->ext.fr_sns_len = htonl(len); in ft_queue_status() 130 memcpy((fcp + 1), se_cmd->sense_buffer, len); in ft_queue_status() 139 fcp->resp.fr_flags |= FCP_RESID_OVER; in ft_queue_status() 141 fcp->resp.fr_flags |= FCP_RESID_UNDER; in ft_queue_status() [all …]
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fc.h | 229 void zfcp_fc_scsi_to_fcp(struct fcp_cmnd *fcp, struct scsi_cmnd *scsi) in zfcp_fc_scsi_to_fcp() argument 233 int_to_scsilun(scsi->device->lun, (struct scsi_lun *) &fcp->fc_lun); in zfcp_fc_scsi_to_fcp() 235 fcp->fc_pri_ta = FCP_PTA_SIMPLE; in zfcp_fc_scsi_to_fcp() 238 fcp->fc_flags |= FCP_CFL_RDDATA; in zfcp_fc_scsi_to_fcp() 240 fcp->fc_flags |= FCP_CFL_WRDATA; in zfcp_fc_scsi_to_fcp() 242 memcpy(fcp->fc_cdb, scsi->cmnd, scsi->cmd_len); in zfcp_fc_scsi_to_fcp() 245 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp() 249 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp() 260 void zfcp_fc_fcp_tm(struct fcp_cmnd *fcp, struct scsi_device *dev, u8 tm_flags) in zfcp_fc_fcp_tm() argument 262 int_to_scsilun(dev->lun, (struct scsi_lun *) &fcp->fc_lun); in zfcp_fc_fcp_tm() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | ipl.h | 23 struct ipl_pb0_fcp fcp; member 55 fcp.scp_data) 94 } fcp; member
|
| /linux/sound/firewire/ |
| H A D | Makefile | 6 fcp.o cmp.o amdtp-stream.o amdtp-am824.o
|
| /linux/sound/usb/ |
| H A D | Makefile | 9 fcp.o \
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a07g043u.dtsi | 142 renesas,fcp = <&fcpvd>; 145 fcpvd: fcp@10880000 {
|
| H A D | r8a774c0.dtsi | 1770 renesas,fcp = <&fcpvb0>; 1780 renesas,fcp = <&fcpvd0>; 1790 renesas,fcp = <&fcpvd1>; 1800 renesas,fcp = <&fcpvi0>; 1803 fcpvb0: fcp@fe96f000 { 1812 fcpvd0: fcp@fea27000 { 1821 fcpvd1: fcp@fea2f000 { 1830 fcpvi0: fcp@fe9af000 {
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mb86a16.c | 1005 int fcp; in mb86a16_set_fe() local 1043 fcp = 3000; in mb86a16_set_fe() 1123 (ftemp - state->frequency * 1000 >= fcp + state->srate / 4)) in mb86a16_set_fe() 1141 (state->frequency * 1000 - ftemp >= fcp + state->srate / 4)) in mb86a16_set_fe() 1196 …if ((signal_dupl == 0) && (swp_freq > 0) && (abs(swp_freq - state->frequency * 1000) < fcp + state… in mb86a16_set_fe()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 2915 struct dasd_ccw_req *fcp; in dasd_eckd_build_format() local 3020 fcp = dasd_fmalloc_request(DASD_ECKD_MAGIC, cplength, datasize, startdev); in dasd_eckd_build_format() 3021 if (IS_ERR(fcp)) in dasd_eckd_build_format() 3022 return fcp; in dasd_eckd_build_format() 3025 data = fcp->data; in dasd_eckd_build_format() 3026 ccw = fcp->cpaddr; in dasd_eckd_build_format() 3185 fcp->startdev = startdev; in dasd_eckd_build_format() 3186 fcp->memdev = startdev; in dasd_eckd_build_format() 3187 fcp->basedev = base; in dasd_eckd_build_format() 3188 fcp->retries = 256; in dasd_eckd_build_format() [all …]
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local 2066 fcp = xtal / prediv; in dib8096p_get_best_sampling() 2067 if (fcp > fcp_min && fcp < fcp_max) { in dib8096p_get_best_sampling() 2567 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local 2592 fcp = xtal / prediv; in dib7090p_get_best_sampling() 2593 if (fcp > fcp_min && fcp < fcp_max) { in dib7090p_get_best_sampling()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 660 from hbadisc.c, sli.c, and fcp.c since these modules had no
|
| /linux/ |
| H A D | MAINTAINERS | 10215 W: https://github.com/geoffreybennett/linux-fcp 10216 B: https://github.com/geoffreybennett/linux-fcp/issues 10217 T: git https://github.com/geoffreybennett/linux-fcp.git 10218 F: include/uapi/sound/fcp.h 10220 F: sound/usb/fcp.c 16445 F: Documentation/devicetree/bindings/media/renesas,fcp.yaml 16446 F: drivers/media/platform/renesas/rcar-fcp.c 16447 F: include/media/rcar-fcp.h
|