| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | __init__.py | 424 def uri_replace(ud, uri_find, uri_replace, replacements, d, mirrortarball=None): argument 495 def fetcher_init(d): argument 532 def fetcher_compare_revisions(d): argument 548 def verify_checksum(ud, d, precomputed={}): argument 645 def verify_donestamp(ud, d, origud=None): argument 710 def update_stamp(ud, d): argument 748 def get_autorev(d): argument 754 def get_srcrev(d, method_name='sortable_revision'): argument 826 def localpath(url, d): argument 855 def get_fetcher_environment(d): argument [all …]
|
| H A D | gitsm.py | 31 def supports(self, ud, d): argument 37 def process_submodules(self, ud, workdir, function, d): argument 142 def need_update(self, ud, d): argument 147 def need_update_submodule(ud, url, module, modpath, workdir, d): argument 175 def download(self, ud, d): argument 176 def download_submodule(ud, url, module, modpath, workdir, d): argument 201 def unpack(self, ud, destdir, d): argument 202 def unpack_submodules(ud, url, module, modpath, workdir, d): argument 243 def implicit_urldata(self, ud, d): argument 247 def add_submodule(ud, url, module, modpath, workdir, d): argument
|
| H A D | local.py | 24 def supports(self, urldata, d): argument 30 def urldata_init(self, ud, d): argument 40 def localpath(self, urldata, d): argument 46 def localpaths(self, urldata, d): argument 68 def need_update(self, ud, d): argument 73 def download(self, urldata, d): argument 88 def checkstatus(self, fetch, urldata, d): argument 96 def clean(self, urldata, d): argument
|
| H A D | clearcase.py | 63 def init(self, d): argument 66 def supports(self, ud, d): argument 75 def urldata_init(self, ud, d): argument 169 def _write_configspec(self, ud, d): argument 189 def _remove_view(self, ud, d): argument 197 def need_update(self, ud, d): argument 208 def sortable_revision(self, ud, d, name): argument 211 def download(self, ud, d): argument 245 def clean(self, ud, d): argument
|
| H A D | bzr.py | 24 def supports(self, ud, d): argument 27 def urldata_init(self, ud, d): argument 43 def _buildbzrcommand(self, ud, d, command): argument 72 def download(self, ud, d): argument 102 def _revision_key(self, ud, d, name): argument 108 def _latest_revision(self, ud, d, name): argument 120 def sortable_revision(self, ud, d, name): argument 127 def _build_revision(self, ud, d): argument
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | af9035.c | 32 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req) in af9035_ctrl_msg() 114 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_wr_regs() 138 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_rd_regs() 148 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val) in af9035_wr_reg() 154 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val) in af9035_rd_reg() 160 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val, in af9035_wr_reg_mask() 180 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type, in af9035_add_i2c_dev() 231 static void af9035_del_i2c_dev(struct dvb_usb_device *d) in af9035_del_i2c_dev() 269 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_i2c_master_xfer() local 478 static int af9035_identify_state(struct dvb_usb_device *d, const char **name) in af9035_identify_state() [all …]
|
| H A D | az6007.c | 125 static int az6007_read(struct dvb_usb_device *d, u8 req, u16 value, in az6007_read() 172 static int az6007_write(struct dvb_usb_device *d, u8 req, u16 value, in az6007_write() 190 struct dvb_usb_device *d = fe_to_d(fe); in az6007_streaming_ctrl() local 199 static int az6007_rc_query(struct dvb_usb_device *d) in az6007_rc_query() 232 static int az6007_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in az6007_get_rc_config() 251 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_read_attribute_mem() local 293 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_write_attribute_mem() local 324 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_read_cam_control() local 370 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in az6007_ci_write_cam_control() local 401 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data; in CI_CamReady() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 64 def __init__(self, t, fn, logfile, d): argument 91 def __init__(self, t, fn, logfile, taskflags, d): argument 182 def exec_func(func, d, dirs = None): argument 274 def exec_func_python(func, d, runfile, cwd=None): argument 371 def create_progress_handler(func, progress, logfile, d): argument 407 def exec_func_shell(func, d, runfile, cwd=None): argument 569 def _task_data(fn, task, d): argument 578 def _exec_task(fn, task, d, quieterr): argument 744 def exec_task(fn, task, d, profile = False): argument 774 def stamp_internal(taskname, d, file_name, baseonly=False, noextra=False): argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/ |
| H A D | mcde_dsi.c | 69 struct mcde_dsi *d; in mcde_dsi_irq() local 148 static void mcde_dsi_attach_to_mcde(struct mcde_dsi *d) in mcde_dsi_attach_to_mcde() 173 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_attach() local 196 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_detach() local 211 static int mcde_dsi_execute_transfer(struct mcde_dsi *d, in mcde_dsi_execute_transfer() 297 struct mcde_dsi *d = host_to_mcde_dsi(host); in mcde_dsi_host_transfer() local 392 struct mcde_dsi *d; in mcde_dsi_te_request() local 428 static void mcde_dsi_setup_video_mode(struct mcde_dsi *d, in mcde_dsi_setup_video_mode() 749 static void mcde_dsi_start(struct mcde_dsi *d) in mcde_dsi_start() 861 struct mcde_dsi *d = bridge_to_mcde_dsi(bridge); in mcde_dsi_enable() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/ |
| H A D | enum_trailing.hpp | 32 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m, … argument 33 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m, … argument 34 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m, … argument 36 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_ENUM_TRAILING_1_I(c, m, d) argument 37 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_ENUM_TRAILING_2_I(c, m, d) argument 38 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_ENUM_TRAILING_3_I(c, m, d) argument 39 # define BOOST_PP_ENUM_TRAILING_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m… argument 40 # define BOOST_PP_ENUM_TRAILING_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m… argument 41 # define BOOST_PP_ENUM_TRAILING_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m… argument 44 # define BOOST_PP_ENUM_TRAILING_4(c, m, d) BOOST_PP_ERROR(0x0003) argument [all …]
|
| H A D | enum.hpp | 35 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument 36 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument 37 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument 39 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_ENUM_1_I(c, m, d) argument 40 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_ENUM_2_I(c, m, d) argument 41 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_ENUM_3_I(c, m, d) argument 42 # define BOOST_PP_ENUM_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument 43 # define BOOST_PP_ENUM_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument 44 # define BOOST_PP_ENUM_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument 47 # define BOOST_PP_ENUM_4(c, m, d) BOOST_PP_ERROR(0x0003) argument [all …]
|
| H A D | enum_shifted.hpp | 37 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument 38 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument 39 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument 41 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) argument 42 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_ENUM_SHIFTED_1_2(c, m, d) argument 43 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_ENUM_SHIFTED_1_3(c, m, d) argument 44 # define BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument 45 # define BOOST_PP_ENUM_SHIFTED_2_I(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument 46 # define BOOST_PP_ENUM_SHIFTED_3_I(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument 49 # define BOOST_PP_ENUM_SHIFTED_4(c, m, d) BOOST_PP_ERROR(0x0003) argument [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | overflow.h | 66 #define check_add_overflow(a, b, d) __must_check_overflow(({ \ argument 75 #define check_sub_overflow(a, b, d) __must_check_overflow(({ \ argument 84 #define check_mul_overflow(a, b, d) __must_check_overflow(({ \ argument 97 #define __unsigned_add_overflow(a, b, d) ({ \ argument 106 #define __unsigned_sub_overflow(a, b, d) ({ \ argument 118 #define __unsigned_mul_overflow(a, b, d) ({ \ argument 146 #define __signed_add_overflow(a, b, d) ({ \ argument 162 #define __signed_sub_overflow(a, b, d) ({ \ argument 189 #define __signed_mul_overflow(a, b, d) ({ \ argument 204 #define check_add_overflow(a, b, d) __must_check_overflow( \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_macos.h | 89 static inline void _os_cache_inv(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_cache_inv() 93 static inline void _os_cache_wback(void *d, _dma *bus_addr_l, in _os_cache_wback() 99 static inline void *_os_shmem_alloc(void *d, _dma *bus_addr_l, in _os_shmem_alloc() 105 static inline void _os_shmem_free(void *d, u8 *vir_addr, _dma *bus_addr_l, in _os_shmem_free() 113 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() 118 static inline void *_os_pkt_buf_map_rx(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_pkt_buf_map_rx() 124 static inline void *_os_pkt_buf_alloc_rx(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_pkt_buf_alloc_rx() 129 static inline u8 *_os_pkt_buf_free_rx(void *d, u8 *vir_addr, _dma bus_addr_l, in _os_pkt_buf_free_rx() 136 static inline void * _os_alloc_netbuf(void *d, u32 buf_sz, void **os_priv) in _os_alloc_netbuf() 142 static inline void _os_free_netbuf(void *d, u8 *vir_addr, u32 buf_sz, void *os_priv) in _os_free_netbuf() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf_dump.c | 104 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of() 109 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() 126 struct btf_dump *d; in btf_dump__new() local 162 static int btf_dump_resize(struct btf_dump *d) in btf_dump_resize() 191 void btf_dump__free(struct btf_dump *d) in btf_dump__free() 234 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type() 268 static int btf_dump_mark_referenced(struct btf_dump *d) in btf_dump_mark_referenced() 330 static int btf_dump_add_emit_queue_id(struct btf_dump *d, __u32 id) in btf_dump_add_emit_queue_id() 422 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type() 601 static bool btf_dump_is_blacklisted(struct btf_dump *d, __u32 id) in btf_dump_is_blacklisted() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_macos.h | 89 static inline void _os_cache_inv(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_cache_inv() 93 static inline void _os_cache_wback(void *d, _dma *bus_addr_l, in _os_cache_wback() 98 static inline void *_os_dma_pool_create(void *d, char *name, u32 wd_page_sz) in _os_dma_pool_create() 103 static inline void _os_dma_pool_destory(void *d, void *pool) in _os_dma_pool_destory() 108 static inline void *_os_shmem_alloc(void *d, void *pool, _dma *bus_addr_l, in _os_shmem_alloc() 114 static inline void _os_shmem_free(void *d, void *pool, u8 *vir_addr, _dma *bus_addr_l, in _os_shmem_free() 122 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() 127 static inline void *_os_pkt_buf_map_rx(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_pkt_buf_map_rx() 133 static inline void *_os_pkt_buf_alloc_rx(void *d, _dma *bus_addr_l, _dma *bus_addr_h, in _os_pkt_buf_alloc_rx() 138 static inline u8 *_os_pkt_buf_free_rx(void *d, u8 *vir_addr, _dma bus_addr_l, in _os_pkt_buf_free_rx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoeblk.c | 38 struct aoedev *d = disk->private_data; in aoedisk_show_state() local 51 struct aoedev *d = disk->private_data; in aoedisk_show_mac() local 62 struct aoedev *d = disk->private_data; in aoedisk_show_netif() local 100 struct aoedev *d = disk->private_data; in aoedisk_show_fwver() local 108 struct aoedev *d = disk->private_data; in aoedisk_show_payload() local 115 struct aoedev *d; in aoedisk_debugfs_show() local 197 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs() 213 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs() 222 struct aoedev *d = bdev->bd_disk->private_data; in aoeblk_open() local 250 struct aoedev *d = disk->private_data; in aoeblk_release() local [all …]
|
| H A D | aoecmd.c | 79 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred() 96 getframe(struct aoedev *d, u32 tag) in getframe() 120 newtag(struct aoedev *d) in newtag() 129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit() 171 skb_pool_put(struct aoedev *d, struct sk_buff *skb) in skb_pool_put() 177 skb_pool_get(struct aoedev *d) in skb_pool_get() 206 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe() 250 newframe(struct aoedev *d) in newframe() 310 struct aoedev *d = f->t->d; in fhash() local 369 aoecmd_ata_rw(struct aoedev *d) in aoecmd_ata_rw() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | setup-pci.c | 80 unsigned long ide_pci_dma_base(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_dma_base() 109 int ide_pci_check_simplex(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_pci_check_simplex() 170 void ide_setup_pci_noise(struct pci_dev *dev, const struct ide_port_info *d) in ide_setup_pci_noise() 194 const struct ide_port_info *d) in ide_pci_enable() 238 static int ide_pci_configure(struct pci_dev *dev, const struct ide_port_info *d) in ide_pci_configure() 277 static int ide_pci_check_iomem(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_check_iomem() 308 static int ide_hw_configure(struct pci_dev *dev, const struct ide_port_info *d, in ide_hw_configure() 354 int ide_hwif_setup_dma(ide_hwif_t *hwif, const struct ide_port_info *d) in ide_hwif_setup_dma() 406 const struct ide_port_info *d, int noisy) in ide_setup_pci_controller() 456 void ide_pci_setup_ports(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_setup_ports() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-xtensa-mx.c | 25 static int xtensa_mx_irq_map(struct irq_domain *d, unsigned int irq, in xtensa_mx_irq_map() 45 static int xtensa_mx_irq_domain_xlate(struct irq_domain *d, in xtensa_mx_irq_domain_xlate() 69 static void xtensa_mx_irq_mask(struct irq_data *d) in xtensa_mx_irq_mask() 87 static void xtensa_mx_irq_unmask(struct irq_data *d) in xtensa_mx_irq_unmask() 105 static void xtensa_mx_irq_enable(struct irq_data *d) in xtensa_mx_irq_enable() 110 static void xtensa_mx_irq_disable(struct irq_data *d) in xtensa_mx_irq_disable() 115 static void xtensa_mx_irq_ack(struct irq_data *d) in xtensa_mx_irq_ack() 120 static int xtensa_mx_irq_retrigger(struct irq_data *d) in xtensa_mx_irq_retrigger() 130 static int xtensa_mx_irq_set_affinity(struct irq_data *d, in xtensa_mx_irq_set_affinity()
|
| H A D | irq-bcm2836.c | 43 static void bcm2836_arm_irqchip_mask_timer_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_timer_irq() 50 static void bcm2836_arm_irqchip_unmask_timer_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_timer_irq() 63 static void bcm2836_arm_irqchip_mask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_pmu_irq() 68 static void bcm2836_arm_irqchip_unmask_pmu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_pmu_irq() 79 static void bcm2836_arm_irqchip_mask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_mask_gpu_irq() 83 static void bcm2836_arm_irqchip_unmask_gpu_irq(struct irq_data *d) in bcm2836_arm_irqchip_unmask_gpu_irq() 93 static void bcm2836_arm_irqchip_dummy_op(struct irq_data *d) in bcm2836_arm_irqchip_dummy_op() 102 static int bcm2836_map(struct irq_domain *d, unsigned int irq, in bcm2836_map() 170 static void bcm2836_arm_irqchip_ipi_eoi(struct irq_data *d) in bcm2836_arm_irqchip_ipi_eoi() 178 static void bcm2836_arm_irqchip_ipi_send_mask(struct irq_data *d, in bcm2836_arm_irqchip_ipi_send_mask() [all …]
|
| H A D | irq-xtensa-pic.c | 29 static int xtensa_pic_irq_domain_xlate(struct irq_domain *d, in xtensa_pic_irq_domain_xlate() 44 static void xtensa_irq_mask(struct irq_data *d) in xtensa_irq_mask() 50 static void xtensa_irq_unmask(struct irq_data *d) in xtensa_irq_unmask() 56 static void xtensa_irq_enable(struct irq_data *d) in xtensa_irq_enable() 61 static void xtensa_irq_disable(struct irq_data *d) in xtensa_irq_disable() 66 static void xtensa_irq_ack(struct irq_data *d) in xtensa_irq_ack() 71 static int xtensa_irq_retrigger(struct irq_data *d) in xtensa_irq_retrigger()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | gp8psk.c | 29 static int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_in_op() 68 static int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, in gp8psk_usb_out_op() 100 static int gp8psk_get_fw_version(struct dvb_usb_device *d, u8 *fw_vers) in gp8psk_get_fw_version() 105 static int gp8psk_get_fpga_version(struct dvb_usb_device *d, u8 *fpga_vers) in gp8psk_get_fpga_version() 110 static void gp8psk_info(struct dvb_usb_device *d) in gp8psk_info() 127 static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d) in gp8psk_load_bcm4500fw() 183 static int gp8psk_power_ctrl(struct dvb_usb_device *d, int onoff) in gp8psk_power_ctrl() 228 static int gp8psk_bcm4500_reload(struct dvb_usb_device *d) in gp8psk_bcm4500_reload() 258 struct dvb_usb_device *d = priv; in gp8psk_fe_in() local 266 struct dvb_usb_device *d = priv; in gp8psk_fe_out() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | packagegroup.py | 7 def is_optional(feature, d): argument 10 def packages(features, d): argument 16 def required_packages(features, d): argument 20 def optional_packages(features, d): argument 24 def active_packages(features, d): argument 28 def active_recipes(features, d): argument
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | generic-chip.c | 25 void irq_gc_noop(struct irq_data *d) in irq_gc_noop() 36 void irq_gc_mask_disable_reg(struct irq_data *d) in irq_gc_mask_disable_reg() 55 void irq_gc_mask_set_bit(struct irq_data *d) in irq_gc_mask_set_bit() 75 void irq_gc_mask_clr_bit(struct irq_data *d) in irq_gc_mask_clr_bit() 95 void irq_gc_unmask_enable_reg(struct irq_data *d) in irq_gc_unmask_enable_reg() 111 void irq_gc_ack_set_bit(struct irq_data *d) in irq_gc_ack_set_bit() 127 void irq_gc_ack_clr_bit(struct irq_data *d) in irq_gc_ack_clr_bit() 150 void irq_gc_mask_disable_and_ack_set(struct irq_data *d) in irq_gc_mask_disable_and_ack_set() 167 void irq_gc_eoi(struct irq_data *d) in irq_gc_eoi() 187 int irq_gc_set_wake(struct irq_data *d, unsigned int on) in irq_gc_set_wake() [all …]
|