Home
last modified time | relevance | path

Searched refs:info_id (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddma_local.h83 #define DMA_CG_INFO_REG_IDX(info_id, comp_id) ((DMA_SEL_COMP(_DMA_V2_SEL_CONN_GROUP) | DMA_SEL_CG_I… argument
84 #define DMA_DEV_INFO_REG_IDX(info_id, dev_id) ((DMA_SEL_COMP(_DMA_V2_SEL_DEV_INTERF) | DMA_SEL_DEV_… argument
/OK3568_Linux_fs/kernel/kernel/
H A Dwatch_queue.c218 n->info |= watch->info_id; in __post_watch_notification()
559 n.watch.info = watch->info_id | watch_sizeof(n.watch); in remove_watch_from_object()
562 n.watch.info = watch->info_id | watch_sizeof(n); in remove_watch_from_object()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwatch_queue.h58 u32 info_id; /* ID to be OR'd in to info field */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dp2p.h632 uint16 info_id; /* Info ID: 0xDDDD */ member
660 uint16 info_id; /* Info ID: 0xDDDD */ member
H A Dmbo.h247 uint16 info_id;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dp2p.h643 uint16 info_id; /* Info ID: 0xDDDD */ member
671 uint16 info_id; /* Info ID: 0xDDDD */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dp2p.h632 uint16 info_id; /* Info ID: 0xDDDD */ member
660 uint16 info_id; /* Info ID: 0xDDDD */ member
H A Dmbo.h247 uint16 info_id;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dp2p.h624 uint16 info_id; /* Info ID: 0xDDDD */ member
652 uint16 info_id; /* Info ID: 0xDDDD */ member
H A Dmbo.h238 uint16 info_id;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dp2p.h632 uint16 info_id; /* Info ID: 0xDDDD */ member
660 uint16 info_id; /* Info ID: 0xDDDD */ member
H A Dmbo.h247 uint16 info_id;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dp2p.h624 uint16 info_id; /* Info ID: 0xDDDD */ member
652 uint16 info_id; /* Info ID: 0xDDDD */ member
H A Dmbo.h238 uint16 info_id;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_rx.c268 rtw_hal_query_info(void* hal, u8 info_id, void *value) in rtw_hal_query_info() argument
274 hstatus = trx_ops->query_hal_info(hal_info, info_id, value); in rtw_hal_query_info()
H A Dhal_struct.h116 (*query_hal_info)(struct hal_info_t *hal, u8 info_id, void *value);
H A Dhal_api.h335 rtw_hal_query_info(void* hal, u8 info_id, void *value);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_rx.c268 rtw_hal_query_info(void* hal, u8 info_id, void *value) in rtw_hal_query_info() argument
274 hstatus = trx_ops->query_hal_info(hal_info, info_id, value); in rtw_hal_query_info()
H A Dhal_struct.h117 (*query_hal_info)(struct hal_info_t *hal, u8 info_id, void *value);
H A Dhal_api.h335 rtw_hal_query_info(void* hal, u8 info_id, void *value);
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dqcom_smd.c1197 unsigned info_id; in qcom_channel_scan_worker() local
1227 info_id = smem_items[tbl].info_base_id + cid; in qcom_channel_scan_worker()
1230 channel = qcom_smd_create_channel(edge, info_id, fifo_id, entry->name); in qcom_channel_scan_worker()
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst152 u32 info_id; /* ID to be OR'd in to info field */
160 The ``info_id`` value should be an 8-bit number obtained from userspace and
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtx.c2479 u16 info_id = 0; in ieee80211_store_ack_skb() local
2496 info_id = id; in ieee80211_store_ack_skb()
2507 return info_id; in ieee80211_store_ack_skb()
2549 u16 info_id = 0; in ieee80211_build_hdr() local
2808 info_id = ieee80211_store_ack_skb(local, skb, &info_flags, in ieee80211_build_hdr()
2818 WARN_ON(info_id); in ieee80211_build_hdr()
2900 info->ack_frame_id = info_id; in ieee80211_build_hdr()
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl.c1806 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()