/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_pxa.c | 113 struct dma_tx_state state; in pxa_bmdma_status() local 116 status = dmaengine_tx_status(pd->dma_chan, pd->dma_cookie, &state); in pxa_bmdma_status()
|
H A D | libata.h | 97 extern void ata_acpi_set_state(struct ata_port *ap, pm_message_t state); 107 pm_message_t state) { } in ata_acpi_set_state() 106 ata_acpi_set_state(struct ata_port *ap, pm_message_t state) ata_acpi_set_state() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hrtimer.h | 71 * Values to track state of the timer 78 * The callback state is not part of the timer->state because clearing it would 82 * Therefore we track the callback state in: 92 * All state transitions are protected by cpu_base->lock. 110 * @state: state information (See bit values above) 123 u8 state; member 472 /* The READ_ONCE pairs with the update functions of timer->state */ in hrtimer_is_queued() 473 return !!(READ_ONCE(timer->state) in hrtimer_is_queued() [all...] |
H A D | key.h | 221 short state; /* Key state (+) or rejection error (-) */ member 461 return smp_load_acquire(&key->state); in key_read_state()
|
H A D | vdpa.h | 39 * struct vdpa_vq_state_split - vDPA split virtqueue state 47 * struct vdpa_vq_state_packed - vDPA packed virtqueue state 173 * @set_vq_state: Set the state for a virtqueue 176 * @state: pointer to set virtqueue state (last_avail_idx) 178 * @get_vq_state: Get the state for a virtqueue 181 * @state: pointer to returned state (last_avail_idx) 349 const struct vdpa_vq_state *state); 351 struct vdpa_vq_state *state); [all...] |
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cache.c | 146 * The cache will be switched over to the preparing state if not currently in 203 * fscache_relinquish_cache - Reset cache state and release cookie 206 * Reset the state of a cache and release the caller's reference on a cache 212 (cache->state == FSCACHE_CACHE_IS_PREPARING) ? in fscache_relinquish_cache() 273 * (1) If the cache tests as not live (state is not FSCACHE_CACHE_IS_ACTIVE), 285 * (5) When the cache is taken offline, the state is changed to prevent new 400 fscache_cache_states[cache->state], in fscache_caches_seq_show()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 210 * enum vb2_buffer_state - current video buffer state. 261 * state: current buffer state; do not change 280 enum vb2_buffer_state state; member 379 * accesses the buffer; optional. The buffer state can be 381 * streaming is in progress, and the %PREPARED state occurs 384 * state. Typically you only have to do something if the 385 * state is %VB2_BUF_STATE_DONE, since in all other cases 389 * @prepare_streaming: called once to prepare for 'streaming' state; this is 395 * @start_streaming: called once to enter 'streaming' state; th [all...] |
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | qp.h | 552 static inline const char *mlx5_qp_state_str(int state) in mlx5_qp_state_str() argument 554 switch (state) { in mlx5_qp_state_str() 573 default: return "Invalid QP state"; in mlx5_qp_state_str()
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_flow_table.h | 308 const struct nf_hook_state *state); 310 const struct nf_hook_state *state);
|
/kernel/linux/linux-6.6/include/rv/ |
H A D | da_monitor.h | 26 "rv: monitor %s does not allow event %s on state %s\n", \ 71 * da_monitor_reset_##name - reset a monitor and setting it to init state \ 80 * da_monitor_curr_state_##name - return the current state \ 88 * da_monitor_set_state_##name - set the new current state \ 91 da_monitor_set_state_##name(struct da_monitor *da_mon, enum states_##name state) \ 93 da_mon->curr_state = state; \ 403 * to the initial state, so the monitor can start monitoring in the next event. \ 432 * initial state, so the monitor can start monitoring and handling event. \ 487 * to the initial state, so the monitor can start monitoring in the next event. \
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic.h | 98 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->state) 256 atomic_t state; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
H A D | ia_css_eed1_8.host.c | 286 void *state, in ia_css_init_eed1_8_state() 289 memset(state, 0, size); in ia_css_init_eed1_8_state() 285 ia_css_init_eed1_8_state( void *state, size_t size) ia_css_init_eed1_8_state() argument
|
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
H A D | jsm_driver.c | 37 pci_channel_state_t state); 330 pci_channel_state_t state) in jsm_io_error_detected() 329 jsm_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) jsm_io_error_detected() argument
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_mctrl_gpio.c | 46 * mctrl_gpio_set - set gpios according to mctrl state 48 * @mctrl: state to set 50 * Set the gpios according to the mctrl state. 192 if (mctrl_diff & MCTRL_ANY_DELTA && port->state != NULL) { in mctrl_gpio_irq_handle() 205 wake_up_interruptible(&port->state->port.delta_msr_wait); in mctrl_gpio_irq_handle()
|
H A D | tegra-tcu.c | 94 struct circ_buf *xmit = &port->state->xmit; in tegra_tcu_uart_start_tx() 163 struct tty_port *port = &tcu->port.state->port; in tegra_tcu_receive()
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 250 if (unlikely(hcd->state == HC_STATE_HALT)) in c67x00_hcd_irq() 269 hcd->state = HC_STATE_RUNNING; in c67x00_hcd_start()
|
/kernel/linux/linux-6.6/drivers/soc/tegra/ |
H A D | regulators-tegra30.c | 59 * the state of all DVFS-critical CORE devices is synced. in tegra30_core_limit() 62 pr_info_once("voltage state synced\n"); in tegra30_core_limit() 343 suspend_state_t state) in tegra30_regulator_balance_voltage() 349 if ((core_rdev != rdev && cpu_rdev != rdev) || state != PM_SUSPEND_ON) { in tegra30_regulator_balance_voltage() 341 tegra30_regulator_balance_voltage(struct regulator_coupler *coupler, struct regulator_dev *rdev, suspend_state_t state) tegra30_regulator_balance_voltage() argument
|
/kernel/linux/linux-6.6/drivers/staging/hilog/ |
H A D | hilog.c | 396 int state = hilogdev_init(); in hilog_init_module() local 398 pr_info("\t hilog_init Start%d\n", state); in hilog_init_module()
|
/kernel/linux/linux-6.6/drivers/staging/hievent/ |
H A D | hievent_driver.c | 410 int state; in hievent_init_module() local 412 state = hieventdev_init(); in hievent_init_module()
|
/kernel/linux/linux-6.6/drivers/pnp/pnpacpi/ |
H A D | core.c | 128 static int pnpacpi_suspend(struct pnp_dev *dev, pm_message_t state) in pnpacpi_suspend() argument 149 power_state = (state.event == PM_EVENT_ON) ? in pnpacpi_suspend()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | cros_peripheral_charger.c | 142 switch (rsp.state) { in cros_pchg_get_status() 171 "Port %d: state=%d battery=%d%%\n", in cros_pchg_get_status() 172 port->port_number, rsp.state, rsp.battery_percentage); in cros_pchg_get_status()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.h | 220 #define DBG_BUS 0x0010 /* report changes in bus state */ 269 int state; member 379 #define ep_is_idle(ep) ((ep)->state == EP_STATE_IDLE)
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_uac1_legacy.c | 161 if (runtime->state == SNDRV_PCM_STATE_XRUN || in u_audio_playback() 162 runtime->state == SNDRV_PCM_STATE_SUSPENDED) { in u_audio_playback()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | connector-dvi.c | 90 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dvic_enable() 105 dssdev->state = OMAP_DSS_DISPLAY_DISABLED; in dvic_disable()
|
H A D | connector-hdmi.c | 96 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmic_enable() 113 dssdev->state = OMAP_DSS_DISPLAY_DISABLED; in hdmic_disable()
|