| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| H A D | ov772x.c | 424 const struct ov772x_win_size *win; member 939 const struct ov772x_win_size *win in ov772x_select_win() local 625 ov772x_set_frame_rate(struct ov772x_priv *priv, unsigned int fps, const struct ov772x_color_format *cfmt, const struct ov772x_win_size *win) ov772x_set_frame_rate() argument 955 ov772x_select_params(const struct v4l2_mbus_framefmt *mf, const struct ov772x_color_format **cfmt, const struct ov772x_win_size **win) ov772x_select_params() argument 1029 ov772x_set_params(struct ov772x_priv *priv, const struct ov772x_color_format *cfmt, const struct ov772x_win_size *win) ov772x_set_params() argument 1186 const struct ov772x_win_size *win; ov772x_set_fmt() local [all...] |
| /kernel/linux/linux-5.10/include/pcmcia/ |
| H A D | cistpl.h | 426 } win[CISTPL_IO_MAX_WIN]; member 443 } win[CISTPL_MEM_MAX_WIN]; member
|
| /kernel/linux/linux-6.6/include/pcmcia/ |
| H A D | cistpl.h | 426 } win[CISTPL_IO_MAX_WIN]; member 443 } win[CISTPL_MEM_MAX_WIN]; member
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| H A D | ov772x.c | 425 const struct ov772x_win_size *win; member 958 const struct ov772x_win_size *win in ov772x_select_win() local 641 ov772x_set_frame_rate(struct ov772x_priv *priv, unsigned int fps, const struct ov772x_color_format *cfmt, const struct ov772x_win_size *win) ov772x_set_frame_rate() argument 974 ov772x_select_params(const struct v4l2_mbus_framefmt *mf, const struct ov772x_color_format **cfmt, const struct ov772x_win_size **win) ov772x_select_params() argument 1048 ov772x_set_params(struct ov772x_priv *priv, const struct ov772x_color_format *cfmt, const struct ov772x_win_size *win) ov772x_set_params() argument 1207 const struct ov772x_win_size *win; ov772x_set_fmt() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.h | 144 const struct vop2_win_data *win; member
|
| H A D | rockchip_drm_vop2.c | 218 struct vop2_win win[]; member 260 static void vop2_win_write(const struct vop2_win *win, unsigned int reg, u32 v) in vop2_win_write() argument 265 static bool vop2_cluster_window(const struct vop2_win *win) in vop2_cluster_window() argument 278 static void vop2_win_disable(struct vop2_win *win) in vop2_win_disable() argument 462 struct vop2_win *win in rockchip_vop2_mod_supported() local 565 vop2_get_cluster_lb_mode(struct vop2_win *win, struct drm_plane_state *pstate) vop2_get_cluster_lb_mode() argument 605 vop2_setup_scale(struct vop2 *vop2, const struct vop2_win *win, u32 src_w, u32 src_h, u32 dst_w, u32 dst_h, u32 pixel_format) vop2_setup_scale() argument 754 vop2_setup_csc_mode(struct vop2_video_port *vp, struct vop2_win *win, struct drm_plane_state *pstate) vop2_setup_csc_mode() argument 1010 struct vop2_win *win = to_vop2_win(plane); vop2_plane_atomic_disable() local 1032 struct vop2_win *win = to_vop2_win(plane); vop2_plane_setup_color_key() local 1079 struct vop2_win *win = to_vop2_win(plane); vop2_plane_atomic_update() local 1791 struct vop2_win *win = to_vop2_win(plane); vop2_setup_alpha() local 1807 struct vop2_win *win = to_vop2_win(plane); vop2_setup_alpha() local 1938 struct vop2_win *win = to_vop2_win(plane); vop2_setup_layer_mixer() local 1987 struct vop2_win *win; vop2_setup_dly_for_windows() local 2035 struct vop2_win *win = to_vop2_win(plane); vop2_crtc_atomic_begin() local 2203 vop2_plane_init(struct vop2 *vop2, struct vop2_win *win, unsigned long possible_crtcs) vop2_plane_init() argument 2305 struct vop2_win *win = &vop2->win[i]; vop2_create_crtcs() local 2485 vop2_cluster_init(struct vop2_win *win) vop2_cluster_init() argument 2569 vop2_esmart_init(struct vop2_win *win) vop2_esmart_init() argument 2596 struct vop2_win *win; vop2_win_init() local [all...] |
| /kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
| H A D | saa7134.h | 596 struct v4l2_window win; member
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | tcp.h | 736 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt; in tcp_receive_window() local
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | tcp.h | 761 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt; in tcp_receive_window() local 1450 static inline int __tcp_space_from_win(u8 scaling_ratio, int win) in __tcp_space_from_win() argument 1458 static inline int tcp_space_from_win(const struct sock *sk, int win) in tcp_space_from_win() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac.c | 3883 u8 win = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE ? 16 : 0; in rtw89_mac_port_cfg_hiq_win() local
|
| H A D | core.h | 1699 __le16 win; member 1705 __le16 win; member
|
| /third_party/mksh/ |
| H A D | edit.c | 975 static int win; /* window buffer in use */ variable
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 497 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off, in t4_memory_rw_init() argument 551 void t4_memory_update_win(struct adapter *adap, int win, u32 addr) in t4_memory_update_win() argument 614 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, in t4_memory_rw() argument 3784 t4_load_phy_fw(struct adapter *adap, int win, int (*phy_fw_version)(const u8 *, size_t), const u8 *phy_fw_data, size_t phy_fw_size) t4_load_phy_fw() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 497 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off, in t4_memory_rw_init() argument 551 void t4_memory_update_win(struct adapter *adap, int win, u32 addr) in t4_memory_update_win() argument 614 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, in t4_memory_rw() argument 3754 t4_load_phy_fw(struct adapter *adap, int win, int (*phy_fw_version)(const u8 *, size_t), const u8 *phy_fw_data, size_t phy_fw_size) t4_load_phy_fw() argument [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | videodev2.h | 1294 struct v4l2_window win; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.h | 2754 struct il_rate_scale_data win[RATE_COUNT]; /* rate histories */ member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | videodev2.h | 2294 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | videodev2.h | 2437 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.h | 2755 struct il_rate_scale_data win[RATE_COUNT]; /* rate histories */ member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | videodev2.h | 1238 struct v4l2_window win; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | videodev2.h | 1238 struct v4l2_window win; member
|
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 5372 struct nk_window *win; member 5544 struct nk_window win; member 5556 struct nk_page_element win[1]; member 14288 struct nk_style_window *win; nk_style_from_table() local 15144 nk_start(struct nk_context *ctx, struct nk_window *win) nk_start() argument 15151 nk_start_popup(struct nk_context *ctx, struct nk_window *win) nk_start_popup() argument 15167 nk_finish_popup(struct nk_context *ctx, struct nk_window *win) nk_finish_popup() argument 15187 nk_finish(struct nk_context *ctx, struct nk_window *win) nk_finish() argument 15455 nk_push_table(struct nk_window *win, struct nk_table *tbl) nk_push_table() argument 15473 nk_remove_table(struct nk_window *win, struct nk_table *tbl) nk_remove_table() argument 15485 nk_add_value(struct nk_context *ctx, struct nk_window *win, nk_hash name, nk_uint value) nk_add_value() argument 15503 nk_find_value(struct nk_window *win, nk_hash name) nk_find_value() argument 15610 struct nk_window *win; nk_panel_begin() local 16144 nk_free_window(struct nk_context *ctx, struct nk_window *win) nk_free_window() argument 16187 nk_insert_window(struct nk_context *ctx, struct nk_window *win, enum nk_window_insert_location loc) nk_insert_window() argument 16232 nk_remove_window(struct nk_context *ctx, struct nk_window *win) nk_remove_window() argument 16270 struct nk_window *win; nk_begin_titled() local 16534 struct nk_window *win; nk_window_get_scroll() local 16603 struct nk_window *win; nk_window_is_collapsed() local 16618 struct nk_window *win; nk_window_is_closed() local 16633 struct nk_window *win; nk_window_is_hidden() local 16648 struct nk_window *win; nk_window_is_active() local 16670 struct nk_window *win; nk_window_close() local 16684 struct nk_window *win; nk_window_set_bounds() local 16696 struct nk_window *win = nk_window_find(ctx, name); nk_window_set_position() local 16705 struct nk_window *win = nk_window_find(ctx, name); nk_window_set_size() local 16713 struct nk_window *win; nk_window_set_scroll() local 16728 struct nk_window *win; nk_window_collapse() local 16753 struct nk_window *win; nk_window_show() local 16779 struct nk_window *win; nk_window_set_focus() local 16806 struct nk_window *win; nk_popup_begin() local 16903 struct nk_window *win; nk_nonblock_begin() local 16995 struct nk_window *win; nk_popup_end() local 17069 struct nk_window *win; nk_contextual_begin() local 17128 struct nk_window *win; nk_contextual_item_text() local 17163 struct nk_window *win; nk_contextual_item_image_text() local 17199 struct nk_window *win; nk_contextual_item_symbol_text() local 17327 struct nk_window *win; nk_menubar_end() local 17356 nk_menu_begin(struct nk_context *ctx, struct nk_window *win, const char *id, int is_clicked, struct nk_rect header, struct nk_vec2 size) nk_menu_begin() argument 17392 struct nk_window *win; nk_menu_begin_text() local 17422 struct nk_window *win; nk_menu_begin_image() local 17447 struct nk_window *win; nk_menu_begin_symbol() local 17472 struct nk_window *win; nk_menu_begin_image_text() local 17504 struct nk_window *win; nk_menu_begin_symbol_text() local 17586 struct nk_window *win; nk_layout_set_min_row_height() local 17602 struct nk_window *win; nk_layout_reset_min_row_height() local 17638 nk_panel_layout(const struct nk_context *ctx, struct nk_window *win, float height, int cols) nk_panel_layout() argument 17694 struct nk_window *win; nk_row_layout() local 17715 struct nk_window *win; nk_layout_ratio_from_pixel() local 17736 struct nk_window *win; nk_layout_row_begin() local 17761 struct nk_window *win; nk_layout_row_push() local 17787 struct nk_window *win; nk_layout_row_end() local 17810 struct nk_window *win; nk_layout_row() local 17846 struct nk_window *win; nk_layout_row_template_begin() local 17873 struct nk_window *win; nk_layout_row_template_push_dynamic() local 17893 struct nk_window *win; nk_layout_row_template_push_variable() local 17913 struct nk_window *win; nk_layout_row_template_push_static() local 17933 struct nk_window *win; nk_layout_row_template_end() local 17985 struct nk_window *win; nk_layout_space_begin() local 18009 struct nk_window *win; nk_layout_space_end() local 18028 struct nk_window *win; nk_layout_space_push() local 18045 struct nk_window *win; nk_layout_space_bounds() local 18064 struct nk_window *win; nk_layout_widget_bounds() local 18082 struct nk_window *win; nk_layout_space_to_screen() local 18098 struct nk_window *win; nk_layout_space_to_local() local 18114 struct nk_window *win; nk_layout_space_rect_to_screen() local 18130 struct nk_window *win; nk_layout_space_rect_to_local() local 18144 nk_panel_alloc_row(const struct nk_context *ctx, struct nk_window *win) nk_panel_alloc_row() argument 18152 nk_layout_widget_space(struct nk_rect *bounds, const struct nk_context *ctx, struct nk_window *win, int modify) nk_layout_widget_space() argument 18291 struct nk_window *win; nk_panel_alloc_space() local 18315 struct nk_window *win; nk_layout_peek() local 18353 struct nk_window *win; nk_tree_state_base() local 18462 struct nk_window *win = ctx->current; nk_tree_base() local 18494 struct nk_window *win = 0; nk_tree_state_pop() local 18534 struct nk_window *win; nk_tree_element_image_push_hashed_base() local 18645 struct nk_window *win = ctx->current; nk_tree_element_base() local 18697 struct nk_window *win; nk_group_scrolled_offset_begin() local 18743 struct nk_window *win; nk_group_scrolled_end() local 18814 struct nk_window *win; nk_group_begin_titled() local 18856 struct nk_window *win; nk_group_get_scroll() local 18891 struct nk_window *win; nk_group_set_scroll() local 18938 struct nk_window *win; nk_list_view_begin() local 18986 struct nk_window *win; nk_list_view_end() local 19140 struct nk_window *win; nk_widget() local 19189 struct nk_window *win; nk_widget_fitting() local 19220 struct nk_window *win; nk_spacing() local 19346 struct nk_window *win; nk_text_colored() local 19373 struct nk_window *win; nk_text_wrap_colored() local 19655 struct nk_window *win; nk_image() local 19670 struct nk_window *win; nk_image_color() local 20118 struct nk_window *win; nk_button_text_styled() local 20160 struct nk_window *win; nk_button_color() local 20196 struct nk_window *win; nk_button_symbol_styled() local 20228 struct nk_window *win; nk_button_image_styled() local 20262 struct nk_window *win; nk_button_symbol_text_styled() local 20309 struct nk_window *win; nk_button_image_text_styled() local 20528 struct nk_window *win; nk_check_text() local 20623 struct nk_window *win; nk_option_text() local 20864 struct nk_window *win; nk_selectable_text() local 20893 struct nk_window *win; nk_selectable_image_text() local 20922 struct nk_window *win; nk_selectable_symbol_text() local 21197 struct nk_window *win; nk_slider_float() local 21357 struct nk_window *win; nk_progress() local 23373 struct nk_window *win; nk_edit_focus() local 23389 struct nk_window *win; nk_edit_unfocus() local 23405 struct nk_window *win; nk_edit_string() local 23458 struct nk_window *win; nk_edit_buffer() local 23841 struct nk_window *win; nk_property() local 24036 struct nk_window *win; nk_chart_begin_colored() local 24128 nk_chart_push_line(struct nk_context *ctx, struct nk_window *win, struct nk_chart *g, float value, int slot) nk_chart_push_line() argument 24198 nk_chart_push_column(const struct nk_context *ctx, struct nk_window *win, struct nk_chart *chart, float value, int slot) nk_chart_push_column() argument 24247 struct nk_window *win; nk_chart_push_slot() local 24277 struct nk_window *win; nk_chart_end() local 24511 struct nk_window *win; nk_color_pick() local 24553 nk_combo_begin(struct nk_context *ctx, struct nk_window *win, struct nk_vec2 size, int is_clicked, struct nk_rect header) nk_combo_begin() argument 24591 struct nk_window *win; nk_combo_begin_text() local 24683 struct nk_window *win; nk_combo_begin_color() local 24760 struct nk_window *win; nk_combo_begin_symbol() local 24848 struct nk_window *win; nk_combo_begin_symbol_text() local 24943 struct nk_window *win; nk_combo_begin_image() local 25021 struct nk_window *win; nk_combo_begin_image_text() local 25320 struct nk_window *win; nk_tooltip_begin() local [all...] |