Home
last modified time | relevance | path

Searched refs:read_fn (Results 1 – 10 of 10) sorted by relevance

/linux/arch/microblaze/kernel/
H A Dtimer.c48 static unsigned int (*read_fn)(void __iomem *); variable
73 write_fn(read_fn(timer_baseaddr + TCSR0) & ~TCSR_ENT, in xilinx_timer0_stop()
153 write_fn(read_fn(timer_baseaddr + TCSR0), timer_baseaddr + TCSR0); in timer_ack()
183 return read_fn(timer_baseaddr + TCR1); in xilinx_clock_read()
237 write_fn(read_fn(timer_baseaddr + TCSR1) & ~TCSR_ENT, in xilinx_clocksource_init()
270 read_fn = timer_read32; in xilinx_timer_init()
273 if (!(read_fn(timer_baseaddr + TCSR0) & TCSR_MDT)) { in xilinx_timer_init()
275 read_fn = timer_read32_be; in xilinx_timer_init()
/linux/drivers/usb/gadget/udc/
H A Dudc-xilinx.c193 unsigned int (*read_fn)(void __iomem *reg); member
264 epcfgreg = udc->read_fn(udc->addr + ep0->offset)| in xudc_wrstatus()
339 reg = udc->read_fn(udc->addr + XUSB_DMA_STATUS_OFFSET); in xudc_start_dma()
355 if ((udc->read_fn(udc->addr + XUSB_DMA_STATUS_OFFSET) & in xudc_start_dma()
606 count = udc->read_fn(udc->addr + ep->offset + bufoffset); in xudc_read_fifo()
778 epcfgreg = udc->read_fn(udc->addr + ep->offset); in xudc_ep_set_halt()
783 epcfgreg = udc->read_fn(udc->addr + ep->offset); in xudc_ep_set_halt()
788 epcfgreg = udc->read_fn(ep->udc->addr + ep->offset); in xudc_ep_set_halt()
861 epcfg = udc->read_fn(udc->addr + ep->offset); in __xudc_ep_enable()
868 ier = udc->read_fn(udc->addr + XUSB_IER_OFFSET); in __xudc_ep_enable()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddebug.c51 int (*read_fn)(struct seq_file *seq, void *data)) in brcmf_debugfs_add_entry()
55 drvr->wiphy->debugfsdir, read_fn); in brcmf_debugfs_add_entry()
H A Ddebug.h123 int (*read_fn)(struct seq_file *seq, void *data));
133 int (*read_fn)(struct seq_file *seq, void *data)) in brcmf_debugfs_add_entry()
/linux/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c302 #define INSERT_DOUBLE_READ_AND_DEL(read_fn, read_root, desc) \ argument
306 long insert_double_##read_fn##_and_del_##read_root(void *ctx) \
314 err = read_fn(&read_root, &lock, true); \
320 err = read_fn(&read_root, &lock, true); \
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst181 int (*read_fn)(struct seq_file *s,
184 “dev”参数是与此debugfs文件相关的设备,并且“read_fn”是一个函数指针,这个函数在
/linux/Documentation/translations/zh_TW/filesystems/
H A Ddebugfs.rst182 int (*read_fn)(struct seq_file *s,
185 “dev”參數是與此debugfs文件相關的設備,並且“read_fn”是一個函數指針,這個函數在
/linux/tools/lib/bpf/
H A Dbpf_core_read.h399 #define ___read(read_fn, dst, src_type, src, accessor) \
400 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
393 ___read(read_fn,dst,src_type,src,accessor) global() argument
/linux/Documentation/filesystems/
H A Ddebugfs.rst205 int (*read_fn)(struct seq_file *s,
209 the "read_fn" is a function pointer which to be called to print the
/linux/fs/debugfs/
H A Dfile.c1415 int (*read_fn)(struct seq_file *s, void *data)) in debugfs_create_devm_seqfile()
1426 entry->read = read_fn; in debugfs_create_devm_seqfile()