| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | irq-msc01.c | 27 static inline void mask_msc_irq(struct irq_data *d) in mask_msc_irq() 38 static inline void unmask_msc_irq(struct irq_data *d) in unmask_msc_irq() 51 static void level_mask_and_ack_msc_irq(struct irq_data *d) in level_mask_and_ack_msc_irq() 61 static void edge_mask_and_ack_msc_irq(struct irq_data *d) in edge_mask_and_ack_msc_irq()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | discover.c | 140 static bool tipc_disc_addr_trial_msg(struct tipc_discoverer *d, in tipc_disc_addr_trial_msg() 262 void tipc_disc_add_dest(struct tipc_discoverer *d) in tipc_disc_add_dest() 271 void tipc_disc_remove_dest(struct tipc_discoverer *d) in tipc_disc_remove_dest() 294 struct tipc_discoverer *d = from_timer(d, t, timer); in tipc_disc_timeout() local 353 struct tipc_discoverer *d; in tipc_disc_create() local 388 void tipc_disc_delete(struct tipc_discoverer *d) in tipc_disc_delete() 402 struct tipc_discoverer *d = b->disc; in tipc_disc_reset() local
|
| /OK3568_Linux_fs/kernel/include/linux/amba/ |
| H A D | bus.h | 108 #define to_amba_device(d) container_of(d, struct amba_device, dev) argument 110 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument 111 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument 168 #define amba_config(d) AMBA_CONFIG_BITS((d)->periphid) argument 169 #define amba_rev(d) AMBA_REV_BITS((d)->periphid) argument 170 #define amba_manf(d) AMBA_MANF_BITS((d)->periphid) argument 171 #define amba_part(d) AMBA_PART_BITS((d)->periphid) argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | irq.c | 42 static void cpu_mask_irq(struct irq_data *d) in cpu_mask_irq() 65 static void cpu_unmask_irq(struct irq_data *d) in cpu_unmask_irq() 70 void cpu_ack_irq(struct irq_data *d) in cpu_ack_irq() 85 void cpu_eoi_irq(struct irq_data *d) in cpu_eoi_irq() 98 int cpu_check_affinity(struct irq_data *d, const struct cpumask *dest) in cpu_check_affinity() 115 static int cpu_set_affinity_irq(struct irq_data *d, const struct cpumask *dest, in cpu_set_affinity_irq() 337 struct irq_data *d = irq_get_irq_data(irq); in txn_affinity_addr() local
|
| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | dev.c | 43 bl_free_deviceid_node(struct nfs4_deviceid_node *d) in bl_free_deviceid_node() 235 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple() 352 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi() 401 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice() 417 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat() 446 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe() 475 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | dnode.c | 12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() 96 static void hpfs_pos_ins(loff_t *p, loff_t d, loff_t c) in hpfs_pos_ins() 108 static void hpfs_pos_del(loff_t *p, loff_t d, loff_t c) in hpfs_pos_del() 120 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de() 130 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de() 140 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 173 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 204 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 215 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 242 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | fdlibm.h | 298 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 308 #define GET_HIGH_WORD(i,d) \ argument 317 #define GET_LOW_WORD(i,d) \ argument 326 #define INSERT_WORDS(d,ix0,ix1) \ argument 336 #define SET_HIGH_WORD(d,v) \ argument 346 #define SET_LOW_WORD(d,v) \ argument 365 #define GET_FLOAT_WORD(i,d) \ argument 374 #define SET_FLOAT_WORD(d,i) \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | fdlibm.h | 298 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 308 #define GET_HIGH_WORD(i,d) \ argument 317 #define GET_LOW_WORD(i,d) \ argument 326 #define INSERT_WORDS(d,ix0,ix1) \ argument 336 #define SET_HIGH_WORD(d,v) \ argument 346 #define SET_LOW_WORD(d,v) \ argument 365 #define GET_FLOAT_WORD(i,d) \ argument 374 #define SET_FLOAT_WORD(d,i) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | mtk-eint.c | 110 static void mtk_eint_mask(struct irq_data *d) in mtk_eint_mask() 122 static void mtk_eint_unmask(struct irq_data *d) in mtk_eint_unmask() 147 static void mtk_eint_ack(struct irq_data *d) in mtk_eint_ack() 157 static int mtk_eint_set_type(struct irq_data *d, unsigned int type) in mtk_eint_set_type() 198 static int mtk_eint_irq_set_wake(struct irq_data *d, unsigned int on) in mtk_eint_irq_set_wake() 225 static int mtk_eint_irq_request_resources(struct irq_data *d) in mtk_eint_irq_request_resources() 255 static void mtk_eint_irq_release_resources(struct irq_data *d) in mtk_eint_irq_release_resources() 404 struct irq_data *d; in mtk_eint_set_debounce() local
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-vr41xx.c | 102 static void ack_giuint_low(struct irq_data *d) in ack_giuint_low() 107 static void mask_giuint_low(struct irq_data *d) in mask_giuint_low() 112 static void mask_ack_giuint_low(struct irq_data *d) in mask_ack_giuint_low() 121 static void unmask_giuint_low(struct irq_data *d) in unmask_giuint_low() 159 static void ack_giuint_high(struct irq_data *d) in ack_giuint_high() 165 static void mask_giuint_high(struct irq_data *d) in mask_giuint_high() 170 static void mask_ack_giuint_high(struct irq_data *d) in mask_ack_giuint_high() 179 static void unmask_giuint_high(struct irq_data *d) in unmask_giuint_high()
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/ |
| H A D | actions-arm.c | 106 const struct decode_header *d) in decode_pc_ro() 130 const struct decode_header *d, bool alu) in decode_wb_pc() 146 const struct decode_header *d) in decode_rd12rn16rm0rs8_rwflags() 153 const struct decode_header *d) in decode_ldr() 161 const struct decode_header *d) in uprobe_decode_ldmstm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_fsm.c | 97 void *d = phl_to_drvpriv(pcmd->phl_info); in cmd_dequeue_job() local 116 void *d = phl_to_drvpriv(pcmd->phl_info); in cmd_do_wdog_job() local 406 static int wait_completion(void *d, struct phl_cmd_job *job, int m_sec) in wait_completion() 427 void *d = phl_to_drvpriv(phl_info); in phl_cmd_new_fsm() local 472 void *d = phl_to_drvpriv(phl_info); in phl_cmd_new_obj() local 501 void *d; in phl_cmd_destory_obj() local 601 void *d = phl_to_drvpriv(phl_info); in rtw_phl_job_reg_wdog() local 655 void *d = phl_to_drvpriv(pcmd->phl_info); in phl_cmd_enqueue_and_wait_job() local 700 void *d = phl_to_drvpriv(pcmd->phl_info); in phl_cmd_complete_job() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_fsm.c | 97 void *d = phl_to_drvpriv(pcmd->phl_info); in cmd_dequeue_job() local 116 void *d = phl_to_drvpriv(pcmd->phl_info); in cmd_do_wdog_job() local 406 static int wait_completion(void *d, struct phl_cmd_job *job, int m_sec) in wait_completion() 427 void *d = phl_to_drvpriv(phl_info); in phl_cmd_new_fsm() local 472 void *d = phl_to_drvpriv(phl_info); in phl_cmd_new_obj() local 501 void *d; in phl_cmd_destory_obj() local 601 void *d = phl_to_drvpriv(phl_info); in rtw_phl_job_reg_wdog() local 655 void *d = phl_to_drvpriv(pcmd->phl_info); in phl_cmd_enqueue_and_wait_job() local 700 void *d = phl_to_drvpriv(pcmd->phl_info); in phl_cmd_complete_job() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | socrates_fpga_pic.c | 106 static void socrates_fpga_pic_ack(struct irq_data *d) in socrates_fpga_pic_ack() 121 static void socrates_fpga_pic_mask(struct irq_data *d) in socrates_fpga_pic_mask() 137 static void socrates_fpga_pic_mask_ack(struct irq_data *d) in socrates_fpga_pic_mask_ack() 154 static void socrates_fpga_pic_unmask(struct irq_data *d) in socrates_fpga_pic_unmask() 170 static void socrates_fpga_pic_eoi(struct irq_data *d) in socrates_fpga_pic_eoi() 186 static int socrates_fpga_pic_set_type(struct irq_data *d, in socrates_fpga_pic_set_type()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 648 struct bucket_disk *d = p->data; in bch_prio_write() local 697 struct bucket_disk *d = p->data + prios_per_bucket(ca), *end = d; in prio_read() local 740 struct bcache_device *d = b->bd_disk->private_data; in open_dev() local 751 struct bcache_device *d = b->private_data; in release_dev() local 759 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev() local 780 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop() 791 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink() 805 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link() 827 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach() 849 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/samsung/ |
| H A D | pinctrl-s3c24xx.c | 129 static void s3c24xx_eint_set_handler(struct irq_data *d, unsigned int type) in s3c24xx_eint_set_handler() 138 static void s3c24xx_eint_set_function(struct samsung_pinctrl_drv_data *d, in s3c24xx_eint_set_function() 166 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c24xx_eint_type() local 257 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c2412_eint0_3_ack() local 266 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c2412_eint0_3_mask() local 277 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c2412_eint0_3_unmask() local 317 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c24xx_eint_ack() local 326 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c24xx_eint_mask() local 338 struct samsung_pinctrl_drv_data *d = bank->drvdata; in s3c24xx_eint_unmask() local 360 struct samsung_pinctrl_drv_data *d = data->drvdata; in s3c24xx_demux_eint() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | swab.h | 63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() 72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub() 99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add() 108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramseq.h | 10 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 12 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/dec/ |
| H A D | kn02-irq.c | 28 static void unmask_kn02_irq(struct irq_data *d) in unmask_kn02_irq() 37 static void mask_kn02_irq(struct irq_data *d) in mask_kn02_irq() 46 static void ack_kn02_irq(struct irq_data *d) in ack_kn02_irq()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | pxa910.h | 37 struct pxa_device_desc *d = NULL; in pxa910_add_uart() local 53 struct pxa_device_desc *d = NULL; in pxa910_add_twsi() local 72 struct pxa_device_desc *d = NULL; in pxa910_add_pwm() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | az.py | 25 def supports(self, ud, d): argument 32 def checkstatus(self, fetch, ud, d, try_again=True): argument 44 def download(self, ud, d, retries=3): argument
|
| H A D | sftp.py | 59 def supports(self, ud, d): argument 68 def urldata_init(self, ud, d): argument 82 def download(self, ud, d): argument
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | cinergyT2-core.c | 39 struct dvb_usb_device *d = adap->dev; in cinergyt2_streaming_ctrl() local 53 static int cinergyt2_power_ctrl(struct dvb_usb_device *d, int enable) in cinergyt2_power_ctrl() 70 struct dvb_usb_device *d = adap->dev; in cinergyt2_frontend_attach() local 147 static int cinergyt2_rc_query(struct dvb_usb_device *d, u32 *event, int *state) in cinergyt2_rc_query()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hostess_sv11.c | 79 static int hostess_open(struct net_device *d) in hostess_open() 127 static int hostess_close(struct net_device *d) in hostess_close() 152 static int hostess_ioctl(struct net_device *d, struct ifreq *ifr, int cmd) in hostess_ioctl() 164 struct net_device *d) in hostess_queue_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | au6610.c | 14 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, in au6610_usb_msg() 66 static int au6610_i2c_msg(struct dvb_usb_device *d, u8 addr, in au6610_i2c_msg() 86 struct dvb_usb_device *d = i2c_get_adapdata(adap); in au6610_i2c_xfer() local 151 static int au6610_init(struct dvb_usb_device *d) in au6610_init()
|