/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 184 /* Write Register 15 (external/status interrupt control) */ 234 /* Read Register 10 (misc status bits) */ 257 void (*status)(struct z8530_channel *); member 276 u8 status; /* Current DCD */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 65 /* connect response status codes */ 203 u8 status; member 320 /* completion status */ 322 int status; member
|
/kernel/linux/linux-5.10/drivers/phy/samsung/ |
H A D | phy-exynos5250-sata.c | 57 u32 status) in wait_for_reg_status() 62 if ((readl(base + reg) & checkbit) == status) in wait_for_reg_status() 56 wait_for_reg_status(void __iomem *base, u32 reg, u32 checkbit, u32 status) wait_for_reg_status() argument
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-bridge-emul.c | 203 * Device status register has bits 6 and [3:0] W1C, [5:4] RO, 224 * Link status has bits [13:0] RO, and bits [15:14] 241 * Slot status has bits 8 and [4:0] W1C, bits [7:5] RO, the 267 * Root status has bits 17 and [15:0] RO, bit 16 W1C, the rest 290 bridge->conf.status = cpu_to_le16(PCI_STATUS_CAP_LIST); in pci_bridge_emul_init() 299 bridge->conf.status |= cpu_to_le16(PCI_STATUS_CAP_LIST); in pci_bridge_emul_init()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd-pci.c | 38 enum ufs_notify_change_status status) in ufs_intel_link_startup_notify() 42 switch (status) { in ufs_intel_link_startup_notify() 37 ufs_intel_link_startup_notify(struct ufs_hba *hba, enum ufs_notify_change_status status) ufs_intel_link_startup_notify() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sgiwd93.c | 137 int status) in dma_stop() 150 pr_debug("dma_stop: status<%d> ", status); in dma_stop() 136 dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, int status) dma_stop() argument
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | wcnss_ctrl.c | 30 * @ack_status: status of the outstanding request 102 * @status: boolean to indicate success of the download 106 u8 status; member 151 wcnss->ack_status = nvresp->status; in wcnss_ctrl_smd_callback()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-cavium.h | 12 int status; member 27 #define OCTEON_SPI_STS(x) (x->regs.status)
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 152 switch (req->status) { in uvc_video_complete() 163 "VS request completed with status %d.\n", in uvc_video_complete() 164 req->status); in uvc_video_complete()
|
H A D | u_uac1_legacy.c | 161 if (runtime->status->state == SNDRV_PCM_STATE_XRUN || in u_audio_playback() 162 runtime->status->state == SNDRV_PCM_STATE_SUSPENDED) { in u_audio_playback()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 406 /* device status */ 428 /* endpoint status */ 453 /* status quadlet */ 454 u32 status; member 465 /* status quadlet */ 466 u32 status; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_runtime.h | 43 extern int __pm_runtime_set_status(struct device *dev, unsigned int status); 69 * Increment the runtime PM usage counter of @dev if its runtime PM status is 115 * Return %true if runtime PM is enabled for @dev and its runtime PM status is 121 * status cannot change. 133 * Return %true if runtime PM is disabled for @dev or its runtime PM status is 139 * status cannot change. 148 * pm_runtime_status_suspended - Check if runtime PM status is "suspended". 151 * Return %true if the runtime PM status of @dev is %RPM_SUSPENDED, or %false 156 * runtime PM status of @dev cannot change. 252 unsigned int status) { retur in __pm_runtime_set_status() 251 __pm_runtime_set_status(struct device *dev, unsigned int status) __pm_runtime_set_status() argument [all...] |
H A D | psp-sev.h | 201 * @handle: handle of the VM to retrieve status 505 * @status: sev_user_data_status structure to be processed 515 int sev_platform_status(struct sev_user_data_status *status, int *error); 605 sev_platform_status(struct sev_user_data_status *status, int *error) { return -ENODEV; } in sev_platform_status() argument
|
H A D | tpm.h | 64 bool (*req_canceled)(struct tpm_chip *chip, u8 status); 68 u8 (*status) (struct tpm_chip *chip); member
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | digi00x-pcm.c | 193 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 215 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 190 pipe->status = PCXHR_PIPE_DEFINED; in pcxhr_dsp_allocate_pipe() 223 pipe->status = PCXHR_PIPE_UNDEFINED;
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_pcm.c | 253 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 275 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 217 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 239 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A D | tascam-pcm.c | 122 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 144 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-pcm.c | 213 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 235 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | rpc_pipefs.c | 98 if (reply->status != BL_DEVICE_REQUEST_PROC) { in bl_resolve_deviceid() 100 __func__, reply->status); in bl_resolve_deviceid()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_cm.h | 234 enum ib_cm_sidr_status status; member 548 enum ib_cm_sidr_status status; member 568 * @reason: Value returned in the REJECT event status field.
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | imx2_wdt.c | 226 set_bit(WDOG_HW_RUNNING, &wdog->status); in imx2_wdt_start() 317 set_bit(WDOG_HW_RUNNING, &wdog->status); in imx2_wdt_probe()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dynroot.c | 143 (v1->status != DNS_LOOKUP_GOOD && in afs_probe_cell_name() 144 v1->status != DNS_LOOKUP_GOOD_WITH_BAD)) in afs_probe_cell_name()
|
H A D | dir_silly.c | 41 dvnode->status.data_version == dvp->dv_before + dvp->dv_delta) { in afs_silly_rename_edit_dir() 175 dvnode->status.data_version == dvp->dv_before + dvp->dv_delta) in afs_silly_unlink_edit_dir() 218 /* If there was a conflict with a third party, check the status of the in afs_do_silly_unlink()
|