Home
last modified time | relevance | path

Searched defs:e (Results 251 – 275 of 1546) sorted by relevance

1...<<11121314151617181920>>...62

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c648 struct b43_dfsentry *e = dev->dfsentry; in b43_remove_dynamic_debug() local
657 struct b43_dfsentry *e = dev->dfsentry; in b43_add_dynamic_debug() local
681 struct b43_dfsentry *e; in b43_debugfs_add_device() local
742 struct b43_dfsentry *e; in b43_debugfs_remove_device() local
771 struct b43_dfsentry *e = dev->dfsentry; in b43_debugfs_log_txstat() local
H A Dradio_2055.c1289 const struct b2055_inittab_entry *e; in b2055_upload_inittab() local
1312 const struct b43_nphy_channeltab_entry_rev2 *e; in b43_nphy_get_chantabent_rev2() local
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dsetting_ui.c99 static void menu_switch_cb(lv_event_t * e) in menu_switch_cb()
125 static void btn_drawed_cb(lv_event_t * e) in btn_drawed_cb()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcfg.c259 struct edge_node *e; in new_edge() local
280 struct edge_node *e; in func_add_bb_edges() local
362 struct edge_node *e, *e2; in cfg_destroy() local
419 struct edge_node *e; in draw_bb_succ_edges() local
H A Dpids.c28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref()
92 struct pid_iter_entry *e; in build_obj_refs_table() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
H A Dfexit_test.c44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG()
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-set.h58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT); in add() local
73 Key &e = m_table.find_with_hash (k, Traits::hash (k)); in contains() local
/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-icelake.c24 #define ICL_GPP(r, s, e, g) \ argument
32 #define ICL_COMMUNITY(b, s, e, g) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-set.h58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT); in add() local
73 Key &e = m_table.find_with_hash (k, Traits::hash (k)); in contains() local
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc779 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent()
786 void ConfigList::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent()
832 void ConfigList::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent()
839 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) in mouseDoubleClickEvent()
869 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent()
883 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent()
1726 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vblank.c978 struct drm_pending_vblank_event *e, in send_vblank_event()
1052 struct drm_pending_vblank_event *e) in drm_crtc_arm_vblank_event()
1077 struct drm_pending_vblank_event *e) in drm_crtc_send_vblank_event()
1296 struct drm_pending_vblank_event *e, *t; in drm_crtc_vblank_off() local
1619 struct drm_pending_vblank_event *e; in drm_queue_vblank_event() local
1881 struct drm_pending_vblank_event *e, *t; in drm_handle_vblank_events() local
2071 struct drm_pending_vblank_event *e; in drm_crtc_queue_sequence_ioctl() local
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Dtse850-pcm5142.c78 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_mux1() local
108 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_mux2() local
193 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_ana() local
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h110 #define pte_ERROR(e) \ argument
113 #define pte_ERROR(e) \ argument
116 #define pgd_ERROR(e) \ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlayerdetails.js178 $("#recipestable").on('table-done', function(e, total, tableParams){ argument
194 $("#machinestable").on('table-done', function(e, total, tableParams){ argument
208 $(".select-machine-btn").click(function(e){ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Duaccess.h397 #define unsafe_get_user(x,p,e) unsafe_op_wrap(__get_user(x,p),e) argument
398 #define unsafe_put_user(x,p,e) unsafe_op_wrap(__put_user(x,p),e) argument
399 #define unsafe_copy_to_user(d,s,l,e) unsafe_op_wrap(__copy_to_user(d,s,l),e) argument
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dparide.c173 int e[2] = { 0, 0 }; in default_test_proto() local
307 int max, s, e; in pi_probe_unit() local
354 int p, k, s, e; in pi_init() local
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c101 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
102 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
103 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
110 #define DMXDBG5(f,a,b,c,d,e) argument
111 #define DMXDBG6(f,a,b,c,d,e,g) argument
112 #define DMXDBG7(f,a,b,c,d,e,g,h) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dexpression_40.hpp46 actor<base_type> const e = in make() local
87 actor<base_type> const e = in make() local
128 actor<base_type> const e = in make() local
169 actor<base_type> const e = in make() local
210 actor<base_type> const e = in make() local
251 actor<base_type> const e = in make() local
292 actor<base_type> const e = in make() local
333 actor<base_type> const e = in make() local
374 actor<base_type> const e = in make() local
415 actor<base_type> const e = in make() local
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dhid.c92 struct hidg_func_node *e, *n; in do_config() local
244 struct hidg_func_node *e, *n; in hidg_plat_driver_remove() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gps/
H A Dgps.cpp295 void gps::changeEvent(QEvent *e) in changeEvent()
308 void gps::closeEvent(QCloseEvent *e) in closeEvent()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h658 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) argument
680 #define ehci_is_TDI(e) (0) argument
691 #define ehci_has_fsl_portno_bug(e) ((e)->has_fsl_port_bug) argument
693 #define ehci_has_fsl_portno_bug(e) (0) argument
702 #define ehci_has_fsl_hs_errata(e) ((e)->has_fsl_hs_errata) argument
704 #define ehci_has_fsl_hs_errata(e) (0) argument
712 #define ehci_has_fsl_susp_errata(e) ((e)->has_fsl_susp_errata) argument
729 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) argument
730 #define ehci_big_endian_capbase(e) ((e)->big_endian_capbase) argument
732 #define ehci_big_endian_mmio(e) 0 argument
[all …]
/OK3568_Linux_fs/kernel/drivers/counter/
H A Dcounter.c41 const struct counter_signal_enum_ext *const e = priv; in counter_signal_enum_read() local
63 const struct counter_signal_enum_ext *const e = priv; in counter_signal_enum_write() local
86 const struct counter_signal_enum_ext *const e = priv; in counter_signal_enum_available_read() local
104 const struct counter_count_enum_ext *const e = priv; in counter_count_enum_read() local
126 const struct counter_count_enum_ext *const e = priv; in counter_count_enum_write() local
149 const struct counter_count_enum_ext *const e = priv; in counter_count_enum_available_read() local
166 const struct counter_device_enum_ext *const e = priv; in counter_device_enum_read() local
187 const struct counter_device_enum_ext *const e = priv; in counter_device_enum_write() local
209 const struct counter_device_enum_ext *const e = priv; in counter_device_enum_available_read() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dskge.c913 struct skge_element *e; in skge_ring_alloc() local
936 static int skge_rx_setup(struct skge_port *skge, struct skge_element *e, in skge_rx_setup()
968 static inline void skge_rx_reuse(struct skge_element *e, unsigned int size) in skge_rx_reuse()
986 struct skge_element *e; in skge_rx_clean() local
1011 struct skge_element *e; in skge_rx_fill() local
2511 const struct skge_element *e) in skge_qset()
2738 struct skge_element *e; in skge_xmit_frame() local
2853 static inline void skge_tx_unmap(struct pci_dev *pdev, struct skge_element *e, in skge_tx_unmap()
2869 struct skge_element *e; in skge_tx_clean() local
3044 struct skge_element *e, in skge_rx_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget_ep0.c896 static int musb_g_ep0_disable(struct usb_ep *e) in musb_g_ep0_disable()
903 musb_g_ep0_queue(struct usb_ep *e, struct usb_request *r, gfp_t gfp_flags) in musb_g_ep0_queue()
990 static int musb_g_ep0_halt(struct usb_ep *e, int value) in musb_g_ep0_halt()

1...<<11121314151617181920>>...62