/kernel/linux/linux-5.10/include/net/ |
H A D | netlabel.h | 465 u32 offset, u8 state); 466 void netlbl_bitmap_setbit(unsigned char *bitmap, u32 bit, u8 state);
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | gadget.h | 201 * @enabled: The current endpoint enabled/disabled state. 343 * @state: the state we are now (attached, suspended, configured, etc) 346 * @dev: Driver model state for this abstract device. 376 * @deactivated: True if gadget is deactivated - in deactivated state it cannot 410 enum usb_device_state state; member 652 * @driver: Driver model state for this driver. 699 * the (remote) host can't do that any longer; or an error state might 757 * to unbind() and clean up any device state, before this procedure 869 /* utility to set gadget state properl [all...] |
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A D | ff-pcm.c | 233 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 255 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A D | dice-pcm.c | 269 if (substream->runtime->status->state == SNDRV_PCM_STATE_OPEN) { in pcm_hw_params() 296 if (substream->runtime->status->state != SNDRV_PCM_STATE_OPEN) in pcm_hw_free()
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
H A D | core.c | 379 static int i2sbus_suspend(struct macio_dev* dev, pm_message_t state) in i2sbus_suspend() argument 391 err = cii->codec->suspend(cii, state); in i2sbus_suspend()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst.c | 209 skl->cores.state[core_id] = SKL_DSP_RUNNING; in skl_set_dsp_D0() 240 skl->cores.state[core_id] = SKL_DSP_RESET; in skl_set_dsp_D3()
|
/kernel/linux/linux-5.10/sound/soc/sti/ |
H A D | sti_uniperif.c | 317 /* The uniperipheral should be in stopped state */ in sti_uniperiph_suspend() 318 if (uni->state != UNIPERIF_STATE_STOPPED) { in sti_uniperiph_suspend() 319 dev_err(uni->dev, "%s: invalid uni state( %d)\n", in sti_uniperiph_suspend() 320 __func__, (int)uni->state); in sti_uniperiph_suspend() 327 dev_err(uni->dev, "%s: failed to select pinctrl state\n", in sti_uniperiph_suspend() 348 dev_err(uni->dev, "%s: failed to select pinctrl state\n", in sti_uniperiph_resume()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | nodelist.h | 173 uint16_t state; member 185 /* Inode states for 'state' above. We need the 'GC' state to prevent 365 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state);
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | bmap.c | 326 * nilfs_bmap_propagate - propagate dirty state 427 * nilfs_bmap_test_and_clear_dirty - test and clear a bmap dirty state 431 * clear the dirty state of @bmap. 578 store->state = bmap->b_state; in nilfs_bmap_save() 587 bmap->b_state = store->state; in nilfs_bmap_restore()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 32 * sdev state: If you alter this, you also need to alter scsi_sysfs.c 33 * (for the ascii descriptions) and the state model enforcer: 323 enum scsi_target_state state; member 421 enum scsi_device_state state); 497 * checks for positions of the SCSI state machine
|
H A D | libsas.h | 201 unsigned long state; member 365 unsigned long state; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | root-tree.c | 281 WARN_ON(!test_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &root->state)); in btrfs_find_orphan_roots() 283 set_bit(BTRFS_ROOT_DEAD_TREE, &root->state); in btrfs_find_orphan_roots()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | static_call.c | 172 init = mod->state == MODULE_STATE_COMING; in __static_call_update() 329 start, end, mod->state == MODULE_STATE_COMING); in __static_call_mod_text_reserved()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | fgraph.c | 205 * The state of the current task is too much unstable during 209 ftrace_suspend_notifier_call(struct notifier_block *bl, unsigned long state, in ftrace_suspend_notifier_call() argument 212 switch (state) { in ftrace_suspend_notifier_call() 289 * 'idx' is a state variable which should be initialized by the caller to zero
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_refcount_item.c | 367 struct xfs_btree_cur **state) in xfs_refcount_update_finish_item() 377 &new_fsb, &new_aglen, state); in xfs_refcount_update_finish_item() 363 xfs_refcount_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_refcount_update_finish_item() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmast.c | 346 if (res->state & DLM_LOCK_RES_RECOVERING) { in dlm_proxy_ast_handler() 351 if (res->state & DLM_LOCK_RES_MIGRATING) { in dlm_proxy_ast_handler()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_in.c | 161 if (ax25->state == AX25_STATE_0) in ax25_process_rx_frame() 299 /* AX.25 state 1-4 */ in ax25_rcv() 317 /* AX.25 state 0 (disconnected) */ in ax25_rcv() 411 ax25->state = AX25_STATE_3; in ax25_rcv()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_device.c | 35 u8 state = BR_STATE_FORWARDING; in br_dev_xmit() local 60 if (!br_allowed_ingress(br, br_vlan_group_rcu(br), skb, &vid, &state)) in br_dev_xmit()
|
H A D | br_sysfs_if.c | 144 return sprintf(buf, "%d\n", p->state); in show_port_state() 146 static BRPORT_ATTR(state, 0444, show_port_state, NULL);
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | dccp.h | 53 void dccp_time_wait(struct sock *sk, int state, int timeo); 72 * state, about 60 seconds */ 82 * - Acks in client-PARTOPEN state (sec. 8.1.5). 257 void dccp_set_state(struct sock *sk, const int state);
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 174 #define IFACE(dir) (par->state->dir ? par->state->dir->name : "") in hash_netiface4_kadt()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_ftp.c | 266 if (cp->state != IP_VS_TCP_S_ESTABLISHED) in ip_vs_ftp_out() 432 if (cp->state != IP_VS_TCP_S_ESTABLISHED) in ip_vs_ftp_in() 549 * Move tunnel to listen state in ip_vs_ftp_in()
|
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | memstick.c | 113 static int memstick_device_suspend(struct device *dev, pm_message_t state) in memstick_device_suspend() argument 122 return drv->suspend(card, state); in memstick_device_suspend() 218 * Host calls this function from idle state (*mrq == NULL) or after finishing
|
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
H A D | tm6000-input.c | 64 void tm6000_ir_wait(struct tm6000_core *dev, u8 state) in tm6000_ir_wait() argument 73 if (state) in tm6000_ir_wait()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 444 struct mlx5e_accel_tx_tls_state *state) in mlx5e_ktls_handle_tx_skb() 477 state->tls_tisn = priv_tx->tisn; in mlx5e_ktls_handle_tx_skb() 442 mlx5e_ktls_handle_tx_skb(struct tls_context *tls_ctx, struct mlx5e_txqsq *sq, struct sk_buff *skb, int datalen, struct mlx5e_accel_tx_tls_state *state) mlx5e_ktls_handle_tx_skb() argument
|