Home
last modified time | relevance | path

Searched +defs:head +defs:y (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.10/tools/testing/radix-tree/linux/
Dradix-tree.h10 static inline void trace_call_rcu(struct rcu_head *head, in trace_call_rcu()
11 void (*func)(struct rcu_head *head)) in trace_call_rcu()
24 #define call_rcu(x, y) trace_call_rcu(x, y) argument
/Linux-v5.10/drivers/net/wireless/ath/carl9170/
Dfwdesc.h93 #define CARL9170FW_SET_YEAR(y) (((y) - 10) * 372) argument
97 #define CARL9170FW_GET_YEAR(y) ((y) / 372 + 10) argument
113 struct carl9170fw_desc_head head; member
134 struct carl9170fw_desc_head head; member
151 struct carl9170fw_desc_head head; member
160 struct carl9170fw_desc_head head; member
176 struct carl9170fw_desc_head head; member
186 struct carl9170fw_desc_head head; member
196 struct carl9170fw_desc_head head; member
206 struct carl9170fw_desc_head head; member
[all …]
/Linux-v5.10/drivers/char/agp/
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
74 u32 y; in agp_3_5_isochronous_node_enable() member
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
/Linux-v5.10/drivers/video/fbdev/core/
Dmodedb.c23 #define res_matches(v, x, y) \ argument
955 struct list_head *head) in fb_find_best_mode()
993 struct list_head *head) in fb_find_nearest_mode()
1033 struct list_head *head) in fb_match_mode()
1057 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1093 struct list_head *head) in fb_delete_videomode()
1113 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist()
1131 struct list_head *head) in fb_videomode_to_modelist()
1144 struct list_head *head) in fb_find_best_display()
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c639 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set()
690 int head = nv_crtc->index; in nv_crtc_restore() local
826 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base()
903 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base()
915 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic()
1031 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move()
1040 struct list_head head; member
1161 int head = nouveau_crtc(crtc)->index; in nv04_crtc_page_flip() local
/Linux-v5.10/drivers/input/joystick/iforce/
Diforce-packets.c14 __s32 y; member
33 int head, tail; in iforce_send_packet() local
/Linux-v5.10/drivers/video/fbdev/
Dsm501fb.c104 enum sm501_controller head; member
1076 unsigned int y = cursor->image.dy; in sm501fb_cursor() local
1115 int x, y; in sm501fb_cursor() local
1182 enum sm501_controller head; in sm501fb_crtsrc_store() local
1674 static int sm501fb_init_fb(struct fb_info *fb, enum sm501_controller head, in sm501fb_init_fb()
1860 enum sm501_controller head) in sm501fb_probe_one()
1892 enum sm501_controller head) in sm501_free_init_fb()
1903 enum sm501_controller head, const char *drvname) in sm501fb_start_one()
2074 enum sm501_controller head) in sm501fb_suspend_fb()
2125 enum sm501_controller head) in sm501fb_resume_fb()
/Linux-v5.10/tools/perf/ui/
Dbrowser.c47 void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) in ui_browser__gotorc_title()
52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
105 struct list_head *head = browser->entries; in ui_browser__list_head_seek() local
501 struct list_head *head = browser->entries; in ui_browser__list_head_refresh() local
/Linux-v5.10/include/drm/
Ddrm_crtc.h951 struct list_head head; member
1063 int y; member
1196 uint32_t y; member
/Linux-v5.10/net/sched/
Dsch_hfsc.c96 u64 y; /* current starting position on y-axis */ member
385 u64 y; in seg_x2y() local
397 seg_y2x(u64 y, u64 ism) in seg_y2x()
489 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init()
506 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x()
529 u64 y; in rtsc_x2y() local
548 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_min()
1119 struct hfsc_class *head, *cl; in hfsc_classify() local
/Linux-v5.10/drivers/ps3/
Dps3av_cmd.c366 u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt, in ps3av_cmd_set_video_mode()
370 u32 x, y; in ps3av_cmd_set_video_mode() local
409 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) in ps3av_cmd_video_format_black()
Dps3av.c42 u32 head[PS3AV_HEAD_MAX]; member
66 u32 y; member
/Linux-v5.10/drivers/video/fbdev/omap/
Dhwa742.c71 int x, y, width, height; member
188 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync()
295 static void submit_req_list(struct list_head *head) in submit_req_list()
331 int y = par->y; in send_frame_handler() local
420 int y = win->y; in create_req_list() local
/Linux-v5.10/fs/gfs2/
Dsuper.c81 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) in jdesc_find_i()
169 struct gfs2_log_header_host head; in gfs2_make_fs_rw() local
295 s64 x, y; in gfs2_statfs_change() local
Dquota.c1375 unsigned int y; in gfs2_quota_init() local
1448 struct list_head *head = &sdp->sd_quota_list; in gfs2_quota_cleanup() local
/Linux-v5.10/mm/
Dvmalloc.c589 struct rb_node *parent, struct rb_node **link, struct list_head *head) in link_va()
702 struct rb_root *root, struct list_head *head) in insert_vmap_area()
715 struct list_head *head) in insert_vmap_area_augment()
744 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area()
1474 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument
1475 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument
3484 struct llist_node *head; in show_purge_info() local
/Linux-v5.10/drivers/edac/
Dthunderx_edac.c550 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr() local
969 #define OCX_LNE_STAT(x, y) (0x8040 + (x) * 0x100 + (y) * 8) argument
1082 unsigned long head = ring_pos(ocx->com_ring_head, in thunderx_ocx_com_isr() local
1173 unsigned long head = ring_pos(ocx->link_ring_head, in thunderx_ocx_lnk_isr() local
1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr() local
1798 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr() local
1827 unsigned long head = ring_pos(mci->ring_head, ARRAY_SIZE(mci->err_ctx)); in thunderx_l2c_mci_isr() local
/Linux-v5.10/tools/perf/util/
Devlist.c56 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument
57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) argument
518 struct hlist_head *head; in perf_evlist__id2sid() local
589 struct hlist_head *head; in perf_evlist__event2evsel() local
/Linux-v5.10/drivers/gpu/drm/savage/
Dsavage_drv.h136 drm_savage_buf_priv_t head, tail; member
443 #define BCI_X_Y(x, y) ((((y) << 16) | (x)) & 0x0FFF0FFF) argument
444 #define BCI_X_W(x, y) ((((w) << 16) | (x)) & 0x0FFF0FFF) argument
449 #define BCI_LINE_X_Y(x, y) (((y) << 16) | ((x) & 0xFFFF)) argument
/Linux-v5.10/drivers/firmware/
Ddmi_scan.c984 const struct list_head *head = from ? &from->list : &dmi_devices; in dmi_find_device() local
1022 const char *s, *y; in dmi_get_date() local
/Linux-v5.10/drivers/input/
Dmousedev.c53 int x, y; member
100 unsigned int head, tail; member
/Linux-v5.10/drivers/base/power/
Dmain.c43 #define list_for_each_entry_rcu_locked(pos, head, member) \ argument
557 #define dpm_watchdog_set(x, y) argument
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h247 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) argument
316 u8 head; /* start of the circular buffer */ member
/Linux-v5.10/arch/ia64/kernel/
Dunwind.c1190 #define UNW_DEC_SPILL_REG_P(f,p,t,a,x,y,arg) desc_spill_reg_p(p,t,a,x,y,arg) argument
1191 #define UNW_DEC_SPILL_REG(f,t,a,x,y,arg) desc_spill_reg_p(0,t,a,x,y,arg) argument
1271 unsigned short head; in script_new() local
/Linux-v5.10/include/linux/
Djbd2.h1377 static inline void jbd2_file_log_bh(struct list_head *head, struct buffer_head *bh) in jbd2_file_log_bh()
1666 static inline int tid_gt(tid_t x, tid_t y) in tid_gt()
1672 static inline int tid_geq(tid_t x, tid_t y) in tid_geq()

12