Home
last modified time | relevance | path

Searched defs:head (Results 76 – 100 of 2081) sorted by relevance

12345678910>>...84

/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
67 struct list_head *next, *pre, *head; in input_mapper_delete() local
96 void free_input_mapper_list(struct list_head *head) in free_input_mapper_list()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgv100.c46 struct nvkm_head *head; in gv100_disp_super() local
193 int head; in gv100_disp_intr_exc_other() local
256 gv100_disp_intr_head_timing(struct nv50_disp *disp, int head) in gv100_disp_intr_head_timing()
287 int head; in gv100_disp_intr() local
331 struct nvkm_head *head; in gv100_disp_init() local
H A Dsorgv100.c27 gv100_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gv100_sor_dp_watermark()
35 gv100_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gv100_sor_dp_audio_sym()
44 gv100_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gv100_sor_dp_audio()
H A Dsorgf119.c29 gf119_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gf119_sor_dp_watermark()
37 gf119_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gf119_sor_dp_audio_sym()
46 gf119_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gf119_sor_dp_audio()
60 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, in gf119_sor_dp_vcpi()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header()
59 struct _aarch64_ctx *head = in validate_reserved() local
175 struct _aarch64_ctx *head; in get_starting_head() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c69 int head, bool dl) in nv04_dfp_bind_head()
93 void nv04_dfp_disable(struct drm_device *dev, int head) in nv04_dfp_disable()
205 struct nouveau_encoder *nv_encoder, int head) in nv04_dfp_prepare_sel_clk()
250 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_prepare() local
454 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_commit() local
535 int head = crtc ? nouveau_crtc(crtc)->index : in nv04_lvds_dpms() local
591 int head = nv_encoder->restore.head; in nv04_dfp_restore() local
/OK3568_Linux_fs/kernel/fs/
H A Dseq_file.c891 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
903 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
912 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next()
929 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
948 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
965 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next()
989 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu()
1013 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu()
1036 struct hlist_head *head, in seq_hlist_next_rcu()
1058 seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t pos) in seq_hlist_start_percpu()
[all …]
H A Dmbcache.c79 struct hlist_bl_head *head; in mb_cache_entry_create() local
134 struct hlist_bl_head *head; in __entry_find() local
202 struct hlist_bl_head *head; in mb_cache_entry_get() local
230 struct hlist_bl_head *head; in mb_cache_entry_delete() local
284 struct hlist_bl_head *head; in mb_cache_shrink() local
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c54 *vidtv_channel_s302m_init(struct vidtv_channel *head, u16 transport_stream_id) in vidtv_channel_s302m_init()
164 struct vidtv_psi_table_eit_event *head = NULL; in vidtv_channel_eit_event_cat_into_new() local
210 struct vidtv_psi_table_sdt_service *head = NULL; in vidtv_channel_sdt_serv_cat_into_new() local
265 struct vidtv_psi_table_pat_program *head = NULL; in vidtv_channel_pat_prog_cat_into_new() local
316 struct vidtv_psi_table_pmt_stream *head = NULL; in vidtv_channel_pmt_match_sections() local
/OK3568_Linux_fs/kernel/lib/
H A Dlist_sort.c22 struct list_head *head, **tail = &head; in merge() local
55 static void merge_final(void *priv, cmp_func cmp, struct list_head *head, in merge_final()
188 void list_sort(void *priv, struct list_head *head, in list_sort()
/OK3568_Linux_fs/kernel/include/linux/
H A Drculist_nulls.h45 #define hlist_nulls_first_rcu(head) \ argument
167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ argument
H A Dbtree.h216 #define btree_for_each_safel(head, key, val) \ argument
227 #define btree_for_each_safe32(head, key, val) \ argument
239 #define btree_for_each_safe64(head, key, val) \ argument
H A Dpipe_fs_i.h60 unsigned int head; member
130 static inline bool pipe_empty(unsigned int head, unsigned int tail) in pipe_empty()
140 static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail) in pipe_occupancy()
151 static inline bool pipe_full(unsigned int head, unsigned int tail, in pipe_full()
163 static inline unsigned int pipe_space_for_user(unsigned int head, unsigned int tail, in pipe_space_for_user()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_bpf.c83 struct cls_bpf_head *head = rcu_dereference_bh(tp->root); in cls_bpf_classify() local
244 struct cls_bpf_head *head; in cls_bpf_init() local
290 struct cls_bpf_head *head = rtnl_dereference(tp->root); in __cls_bpf_delete() local
305 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_delete() local
315 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_destroy() local
327 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_get() local
464 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_change() local
650 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_walk() local
668 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_reoffload() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.h110 nv50_head_crc_late_register(struct nv50_head *head) { return 0; } in nv50_head_crc_late_register()
111 static inline void nv50_crc_handle_vblank(struct nv50_head *head) {} in nv50_crc_handle_vblank()
114 nv50_crc_atomic_check_head(struct nv50_head *head, in nv50_crc_atomic_check_head()
127 nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {} in nv50_crc_atomic_set()
129 nv50_crc_atomic_clr(struct nv50_head *head) {} in nv50_crc_atomic_clr()
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dring.c114 unsigned head, index; in add_inbuf() local
145 unsigned head = (ring_size - 1) & guest.last_used_idx; in get_buf() local
166 unsigned head = (ring_size - 1) & guest.last_used_idx; in used_empty() local
221 unsigned head = (ring_size - 1) & host.used_idx; in avail_empty() local
228 unsigned head = (ring_size - 1) & host.used_idx; in use_buf() local
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h154 xorg_list_add(struct xorg_list *entry, struct xorg_list *head) in xorg_list_add()
175 xorg_list_append(struct xorg_list *entry, struct xorg_list *head) in xorg_list_append()
218 xorg_list_is_empty(struct xorg_list *head) in xorg_list_is_empty()
308 #define xorg_list_for_each_entry(pos, head, member) \ argument
321 #define xorg_list_for_each_entry_safe(pos, tmp, head, member) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dhead.hpp19 struct head< T, N, Ns... > struct
24 struct head< integer_sequence< T, Ns... > > struct
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Disoch.c23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert()
40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
322 struct list_head *head, *pos; in agp_3_5_enable() local
/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_sess.c161 struct hlist_head *head; in ft_sess_get() local
194 struct hlist_head *head = &tport->hash[ft_sess_hash(sess->port_id)]; in ft_sess_alloc_cb() local
212 struct hlist_head *head; in ft_sess_create() local
263 struct hlist_head *head; in ft_sess_delete() local
289 struct hlist_head *head; in ft_sess_delete_all() local
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dqcom_glink_rpm.c51 void __iomem *head; member
59 unsigned int head; in glink_rpm_rx_avail() local
113 unsigned int head; in glink_rpm_tx_avail() local
126 unsigned int head, in glink_rpm_tx_write_one()
156 unsigned int head; in glink_rpm_tx_write() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dcirc_buf.h18 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dcirc_buf.h18 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dcirc_buf.h18 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dcirc_buf.h18 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument

12345678910>>...84