Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 3340) sorted by relevance

12345678910>>...134

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Drepeat.hpp34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument
35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument
36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument
38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument
39 # define BOOST_PP_REPEAT_2(c, m, d) BOOST_PP_REPEAT_2_I(c, m, d) argument
40 # define BOOST_PP_REPEAT_3(c, m, d) BOOST_PP_REPEAT_3_I(c, m, d) argument
41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
43 # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d) argument
44 # define BOOST_PP_REPEAT_2_I(c, m, d) BOOST_PP_REPEAT_2_ ## c(m, d) argument
45 # define BOOST_PP_REPEAT_3_I(c, m, d) BOOST_PP_REPEAT_3_ ## c(m, d) argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddistro_check.py5 def create_socket(url, d): argument
12 def get_links_from_url(url, d): argument
23 def find_latest_numeric_release(url, d): argument
50 def get_source_package_list_from_url(url, section, d): argument
63 def get_source_package_list_from_url_by_letter(url, section, d): argument
75 def get_latest_released_fedora_source_package_list(d): argument
82 def get_latest_released_opensuse_source_package_list(d): argument
90 def get_latest_released_clear_source_package_list(d): argument
95 def find_latest_debian_release(url, d): argument
107 def get_debian_style_source_package_list(url, section, d): argument
[all …]
H A Dpackagedata.py8 def packaged(pkg, d): argument
30 def get_subpkgedata_fn(pkg, d): argument
33 def has_subpkgdata(pkg, d): argument
36 def read_subpkgdata(pkg, d): argument
39 def has_pkgdata(pn, d): argument
43 def read_pkgdata(pn, d): argument
50 def read_subpkgdata_dict(pkg, d): argument
60 def read_subpkgdata_extended(pkg, d): argument
72 def _pkgmap(d): argument
96 def pkgmap(d): argument
[all …]
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_sysfs_br.c27 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
55 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
62 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
70 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
77 static ssize_t hello_time_store(struct device *d, in hello_time_store()
85 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
92 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
99 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
111 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
119 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c37 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
51 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
95 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
114 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
129 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
161 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
175 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
200 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
215 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
273 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
210 u16 aaa_word(u16 d) in aaa_word()
231 u16 aas_word(u16 d) in aas_word()
252 u16 aad_word(u16 d) in aad_word()
269 u16 aam_word(u8 d) in aam_word()
285 u8 adc_byte(u8 d, u8 s) in adc_byte()
302 u16 adc_word(u16 d, u16 s) in adc_word()
320 u32 adc_long(u32 d, u32 s) in adc_long()
348 u8 add_byte(u8 d, u8 s) in add_byte()
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddata.c8 void data_free(struct data d) in data_free()
24 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
46 struct data d; in data_copy_mem() local
59 struct data d; in data_copy_escape_string() local
81 struct data d = empty_data; in data_copy_file() local
107 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
115 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
130 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
143 struct data d; in data_merge() local
158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_linux.h90 static inline void _os_delay_ms(void *d, u32 ms) in _os_delay_ms()
94 static inline void _os_delay_us(void *d, u32 us) in _os_delay_us()
98 static inline void _os_sleep_ms(void *d, u32 ms) in _os_sleep_ms()
102 static inline void _os_sleep_us(void *d, u32 us) in _os_sleep_us()
131 static inline void _os_cache_inv(void *d, _dma *bus_addr_l, in _os_cache_inv()
141 static inline void _os_cache_wback(void *d, _dma *bus_addr_l, in _os_cache_wback()
152 static inline void *_os_shmem_alloc(void *d, _dma *bus_addr_l, in _os_shmem_alloc()
166 static inline void _os_shmem_free(void *d, u8 *vir_addr, _dma *bus_addr_l, in _os_shmem_free()
181 static inline void *_os_pkt_buf_unmap_rx(void *d, _dma bus_addr_l, _dma bus_addr_h, u32 buf_sz) in _os_pkt_buf_unmap_rx()
199 static inline void *_os_pkt_buf_map_rx(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_pkt_buf_map_rx()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dprim_ops.c134 aaa_word(u16 d) in aaa_word()
160 aas_word(u16 d) in aas_word()
186 aad_word(u16 d) in aad_word()
209 aam_word(u8 d) in aam_word()
231 adc_byte(u8 d, u8 s) in adc_byte()
258 adc_word(u16 d, u16 s) in adc_word()
285 adc_long(u32 d, u32 s) in adc_long()
319 add_byte(u8 d, u8 s) in add_byte()
342 add_word(u16 d, u16 s) in add_word()
365 add_long(u32 d, u32 s) in add_long()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py80 def __init__(self, d): argument
123 def init(self, d): argument
126 def supports(self, ud, d): argument
135 def urldata_init(self, ud, d): argument
306 def localpath(self, ud, d): argument
309 def need_update(self, ud, d): argument
312 def clonedir_need_update(self, ud, d): argument
322 def clonedir_need_shallow_revs(self, ud, d): argument
336 def try_premirror(self, ud, d): argument
345 def download(self, ud, d): argument
[all …]
H A Dnpmsw.py62 def supports(self, ud, d): argument
66 def urldata_init(self, ud, d): argument
211 def verify_donestamp(self, ud, d): argument
213 def _handle(m, ud, d): argument
217 def update_donestamp(self, ud, d): argument
219 def _handle(m, ud, d): argument
223 def need_update(self, ud, d): argument
225 def _handle(m, ud, d): argument
229 def try_mirrors(self, fetch, ud, d, mirrors): argument
231 def _handle(m, ud, d): argument
[all …]
H A Dhg.py26 def supports(self, ud, d): argument
39 def urldata_init(self, ud, d): argument
77 def need_update(self, ud, d): argument
85 def try_premirror(self, ud, d): argument
94 def _buildhgcommand(self, ud, d, command): argument
150 def download(self, ud, d): argument
196 def clean(self, ud, d): argument
206 def _latest_revision(self, ud, d, name): argument
214 def _build_revision(self, ud, d, name): argument
217 def _revision_key(self, ud, d, name): argument
[all …]
H A Dnpm.py71 def npm_unpack(tarball, destdir, d): argument
86 def __init__(self, d, configs=[], npmrc=None): argument
131 def supports(self, ud, d): argument
135 def urldata_init(self, ud, d): argument
180 def _resolve_proxy_url(self, ud, d): argument
241 def _setup_proxy(self, ud, d): argument
255 def _get_proxy_method(self, ud, d): argument
263 def verify_donestamp(self, ud, d): argument
268 def update_donestamp(self, ud, d): argument
273 def need_update(self, ud, d): argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_linux.h94 static inline void _os_delay_ms(void *d, u32 ms) in _os_delay_ms()
98 static inline void _os_delay_us(void *d, u32 us) in _os_delay_us()
102 static inline void _os_sleep_ms(void *d, u32 ms) in _os_sleep_ms()
106 static inline void _os_sleep_us(void *d, u32 us) in _os_sleep_us()
135 static inline void _os_cache_inv(void *d, _dma *bus_addr_l, in _os_cache_inv()
145 static inline void _os_cache_wback(void *d, _dma *bus_addr_l, in _os_cache_wback()
155 static inline void *_os_dma_pool_create(void *d, char *name, u32 wd_page_sz) in _os_dma_pool_create()
162 static inline void _os_dma_pool_destory(void *d, void *pool) in _os_dma_pool_destory()
170 static inline void *_os_shmem_alloc(void *d, void *pool, _dma *bus_addr_l, in _os_shmem_alloc()
188 static inline void _os_shmem_free(void *d, void *pool, u8 *vir_addr, _dma *bus_addr_l, in _os_shmem_free()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c22 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware()
56 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init()
81 static int dvb_usbv2_i2c_exit(struct dvb_usb_device *d) in dvb_usbv2_i2c_exit()
94 struct dvb_usb_device *d = container_of(work, in dvb_usb_read_remote_control() local
119 static int dvb_usbv2_remote_init(struct dvb_usb_device *d) in dvb_usbv2_remote_init()
183 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d) in dvb_usbv2_remote_exit()
244 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_start_feed() local
332 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_stop_feed() local
392 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_media_device_init() local
435 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_adapter_dvb_init() local
[all …]
H A Danysee.c36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
104 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
113 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
121 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
142 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
164 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
177 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
185 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
196 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
489 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A Ddebug.h28 #define EMAC_DBG(d, name, fmt, arg...) \ argument
32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_sysfs.c141 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
165 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
198 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
211 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
226 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
242 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
258 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
274 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
286 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
307 static ssize_t bonding_show_downdelay(struct device *d, in bonding_show_downdelay()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d-hw.c18 void g2d_reset(struct g2d_dev *d) in g2d_reset()
23 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size()
43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
48 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
73 void g2d_set_rop4(struct g2d_dev *d, u32 r) in g2d_set_rop4()
78 void g2d_set_flip(struct g2d_dev *d, u32 r) in g2d_set_flip()
83 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch()
93 void g2d_set_cmd(struct g2d_dev *d, u32 c) in g2d_set_cmd()
98 void g2d_start(struct g2d_dev *d) in g2d_start()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata.py65 def initVar(var, d): argument
69 def keys(d): argument
77 def expand(s, d, varname = None): argument
106 def inheritFromOS(d, savedenv, permitted): argument
118 def emit_var(var, o=sys.__stdout__, d = init(), all=False): argument
186 def emit_env(o=sys.__stdout__, d = init(), all=False): argument
196 def exported_keys(d): argument
201 def exported_vars(d): argument
213 def emit_func(func, o=sys.__stdout__, d = init()): argument
240 def emit_func_python(func, o=sys.__stdout__, d = init()): argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dinstructions.h98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
124 #define PSTB(s, a, r, d) PREFIX_MLS(PPC_INST_STB, s, a, r, d) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/arithmetic/detail/
H A Ddiv_base.hpp35 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument
36 # define BOOST_PP_DIV_BASE_P_IM(d, im) BOOST_PP_DIV_BASE_P_I(d, im) argument
38 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument
41 # define BOOST_PP_DIV_BASE_P_I(d, r, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) argument
44 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument
45 # define BOOST_PP_DIV_BASE_O_IM(d, im) BOOST_PP_DIV_BASE_O_I(d, im) argument
47 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument
50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y) argument
55 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BAS… argument
57 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_DIV_BASE_D_I(d, x, y) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_halmac.c72 struct dvobj_priv *d; in _halmac_sdio_cmd52_read() local
90 struct dvobj_priv *d; in _halmac_sdio_cmd52_write() local
103 struct dvobj_priv *d; in _halmac_sdio_reg_read_8() local
132 struct dvobj_priv *d; in _halmac_sdio_reg_read_16() local
161 struct dvobj_priv *d; in _halmac_sdio_reg_read_32() local
190 struct dvobj_priv *d = (struct dvobj_priv *)p; in _halmac_sdio_reg_read_n() local
223 struct dvobj_priv *d; in _halmac_sdio_reg_write_8() local
244 struct dvobj_priv *d; in _halmac_sdio_reg_write_16() local
266 struct dvobj_priv *d; in _halmac_sdio_reg_write_32() local
288 struct dvobj_priv *d; in _halmac_sdio_read_cia() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dirq.h252 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
254 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
259 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
264 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
269 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
274 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
279 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
284 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
293 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
300 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]

12345678910>>...134