Home
last modified time | relevance | path

Searched refs:od (Results 1 – 55 of 55) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Domap_device.c46 static void _add_clkdev(struct omap_device *od, const char *clk_alias, in _add_clkdev() argument
55 dev_dbg(&od->pdev->dev, "Creating %s -> %s\n", clk_alias, clk_name); in _add_clkdev()
57 r = clk_get_sys(dev_name(&od->pdev->dev), clk_alias); in _add_clkdev()
59 dev_dbg(&od->pdev->dev, in _add_clkdev()
67 dev_err(&od->pdev->dev, in _add_clkdev()
72 l = clkdev_alloc(r, clk_alias, dev_name(&od->pdev->dev)); in _add_clkdev()
74 dev_err(&od->pdev->dev, in _add_clkdev()
101 static void _add_hwmod_clocks_clkdev(struct omap_device *od, in _add_hwmod_clocks_clkdev() argument
106 _add_clkdev(od, "fck", oh->main_clk); in _add_hwmod_clocks_clkdev()
109 _add_clkdev(od, oh->opt_clks[i].role, oh->opt_clks[i].clk); in _add_hwmod_clocks_clkdev()
[all …]
Domap_device.h84 void omap_device_delete(struct omap_device *od);
102 return pdev ? pdev->archdata.od : NULL; in to_omap_device()
Dopp.c80 if (!oh || !oh->od) { in omap_init_opp_table()
85 dev = &oh->od->pdev->dev; in omap_init_opp_table()
Dserial.c86 struct omap_device *od = to_omap_device(pdev); in omap_uart_enable_wakeup() local
88 if (!od) in omap_uart_enable_wakeup()
92 omap_hwmod_enable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup()
94 omap_hwmod_disable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup()
Dhsmmc.c395 struct omap_device *od; in omap_hsmmc_init_one() local
446 od = omap_device_alloc(pdev, ohs, 1); in omap_hsmmc_init_one()
447 if (IS_ERR(od)) { in omap_hsmmc_init_one()
473 omap_device_delete(od); in omap_hsmmc_init_one()
Ddisplay.c170 struct omap_device *od; in create_dss_pdev() local
198 od = omap_device_alloc(pdev, ohs, 1); in create_dss_pdev()
199 if (IS_ERR(od)) { in create_dss_pdev()
Domap_hwmod.h663 struct omap_device *od; member
/linux-4.1.27/drivers/dma/
Domap-dma.c222 static void omap_dma_glbl_write(struct omap_dmadev *od, unsigned reg, unsigned val) in omap_dma_glbl_write() argument
224 const struct omap_dma_reg *r = od->reg_map + reg; in omap_dma_glbl_write()
228 omap_dma_write(val, r->type, od->base + r->offset); in omap_dma_glbl_write()
231 static unsigned omap_dma_glbl_read(struct omap_dmadev *od, unsigned reg) in omap_dma_glbl_read() argument
233 const struct omap_dma_reg *r = od->reg_map + reg; in omap_dma_glbl_read()
237 return omap_dma_read(r->type, od->base + r->offset); in omap_dma_glbl_read()
272 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign() argument
275 c->channel_base = od->base + od->plat->channel_stride * lch; in omap_dma_assign()
277 od->lch_map[lch] = c; in omap_dma_assign()
282 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); in omap_dma_start() local
[all …]
Dbcm2835-dma.c521 static void bcm2835_dma_free(struct bcm2835_dmadev *od) in bcm2835_dma_free() argument
525 list_for_each_entry_safe(c, next, &od->ddev.channels, in bcm2835_dma_free()
556 struct bcm2835_dmadev *od; in bcm2835_dma_probe() local
571 od = devm_kzalloc(&pdev->dev, sizeof(*od), GFP_KERNEL); in bcm2835_dma_probe()
572 if (!od) in bcm2835_dma_probe()
575 pdev->dev.dma_parms = &od->dma_parms; in bcm2835_dma_probe()
583 od->base = base; in bcm2835_dma_probe()
585 dma_cap_set(DMA_SLAVE, od->ddev.cap_mask); in bcm2835_dma_probe()
586 dma_cap_set(DMA_PRIVATE, od->ddev.cap_mask); in bcm2835_dma_probe()
587 dma_cap_set(DMA_CYCLIC, od->ddev.cap_mask); in bcm2835_dma_probe()
[all …]
/linux-4.1.27/fs/overlayfs/
Dreaddir.c173 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) in ovl_cache_put() argument
175 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
269 struct ovl_dir_file *od = file->private_data; in ovl_dir_reset() local
270 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
275 ovl_cache_put(od, dentry); in ovl_dir_reset()
276 od->cache = NULL; in ovl_dir_reset()
277 od->cursor = NULL; in ovl_dir_reset()
279 WARN_ON(!od->is_real && !OVL_TYPE_MERGE(type)); in ovl_dir_reset()
280 if (od->is_real && OVL_TYPE_MERGE(type)) in ovl_dir_reset()
281 od->is_real = false; in ovl_dir_reset()
[all …]
/linux-4.1.27/drivers/scsi/osd/
Dosd_uld.c87 struct osd_dev od; member
93 struct osd_dev od; member
203 ret = do_test(&oud->od, cmd, arg); in osd_uld_ioctl()
248 odh->od = oud->od; in osduld_path_lookup()
252 return &odh->od; in osduld_path_lookup()
310 odh->od = oud->od; in osduld_info_lookup()
313 return &odh->od; in osduld_info_lookup()
320 void osduld_put_device(struct osd_dev *od) in osduld_put_device() argument
322 if (od && !IS_ERR(od)) { in osduld_put_device()
324 container_of(od, struct osd_dev_handle, od); in osduld_put_device()
[all …]
Dosd_initiator.c79 static int _osd_get_print_system_info(struct osd_dev *od, in _osd_get_print_system_info() argument
101 or = osd_start_request(od, GFP_KERNEL); in _osd_get_print_system_info()
201 int osd_auto_detect_ver(struct osd_dev *od, in osd_auto_detect_ver() argument
207 ret = _osd_get_print_system_info(od, caps, odi); in osd_auto_detect_ver()
209 osd_dev_set_ver(od, OSD_VER1); in osd_auto_detect_ver()
211 ret = _osd_get_print_system_info(od, caps, odi); in osd_auto_detect_ver()
2001 cap->od.obj_desc.policy_access_tag = 0; in osd_sec_init_nosec_doall_caps()
2002 cap->od.obj_desc.allowed_partition_id = cpu_to_be64(obj->partition); in osd_sec_init_nosec_doall_caps()
2003 cap->od.obj_desc.allowed_object_id = cpu_to_be64(obj->id); in osd_sec_init_nosec_doall_caps()
/linux-4.1.27/include/scsi/
Dosd_initiator.h71 void osduld_put_device(struct osd_dev *od);
73 const struct osd_dev_info *osduld_device_info(struct osd_dev *od);
74 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi);
77 typedef int (do_test_fn)(struct osd_dev *od, unsigned cmd, unsigned long arg);
82 void osd_dev_init(struct osd_dev *od, struct scsi_device *scsi_device);
83 void osd_dev_fini(struct osd_dev *od);
100 int osd_auto_detect_ver(struct osd_dev *od,
103 static inline struct request_queue *osd_request_queue(struct osd_dev *od) in osd_request_queue() argument
105 return od->scsi_device->request_queue; in osd_request_queue()
109 static inline void osd_dev_set_ver(struct osd_dev *od, enum osd_std_version v) in osd_dev_set_ver() argument
[all …]
Dosd_ore.h57 struct osd_dev *od; member
84 return oc->ods[i - oc->first_dev]->od; in ore_comp_dev()
88 struct ore_components *oc, unsigned i, struct osd_dev *od) in ore_comp_set_dev() argument
90 oc->ods[i - oc->first_dev]->od = od; in ore_comp_set_dev()
185 typedef void (*ore_on_dev_error)(struct ore_io_state *ios, struct ore_dev *od,
Dosd_protocol.h606 struct osdv1_cap_object_descriptor od; member
611 struct osd_cap_object_descriptor od; member
Dlibsas.h475 int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count);
477 static inline int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count) in try_test_sas_gpio_gp_bit() argument
/linux-4.1.27/drivers/usb/serial/
Domninet.c109 struct omninet_data *od; in omninet_port_probe() local
111 od = kzalloc(sizeof(*od), GFP_KERNEL); in omninet_port_probe()
112 if (!od) in omninet_port_probe()
115 usb_set_serial_port_data(port, od); in omninet_port_probe()
122 struct omninet_data *od; in omninet_port_remove() local
124 od = usb_get_serial_port_data(port); in omninet_port_remove()
125 kfree(od); in omninet_port_remove()
168 struct omninet_data *od = usb_get_serial_port_data(port); in omninet_write() local
192 header->oh_seq = od->od_outseq++; in omninet_write()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c204 struct osc_device *od = lu2osc_dev(d); in osc_device_free() local
207 OBD_FREE_PTR(od); in osc_device_free()
216 struct osc_device *od; in osc_device_alloc() local
220 OBD_ALLOC_PTR(od); in osc_device_alloc()
221 if (od == NULL) in osc_device_alloc()
224 cl_device_init(&od->od_cl, t); in osc_device_alloc()
225 d = osc2lu_dev(od); in osc_device_alloc()
227 od->od_cl.cd_ops = &osc_cl_ops; in osc_device_alloc()
237 od->od_exp = obd->obd_self_export; in osc_device_alloc()
Dlproc_osc.c434 struct osc_device *od = obd2osc_dev(obd); in osc_contention_seconds_seq_show() local
436 seq_printf(m, "%u\n", od->od_contention_time); in osc_contention_seconds_seq_show()
445 struct osc_device *od = obd2osc_dev(obd); in osc_contention_seconds_seq_write() local
447 return lprocfs_write_helper(buffer, count, &od->od_contention_time) ?: in osc_contention_seconds_seq_write()
455 struct osc_device *od = obd2osc_dev(obd); in osc_lockless_truncate_seq_show() local
457 seq_printf(m, "%u\n", od->od_lockless_truncate); in osc_lockless_truncate_seq_show()
466 struct osc_device *od = obd2osc_dev(obd); in osc_lockless_truncate_seq_write() local
468 return lprocfs_write_helper(buffer, count, &od->od_lockless_truncate) ?: in osc_lockless_truncate_seq_write()
/linux-4.1.27/arch/arm64/crypto/
Dsha1-ce-core.S100 add_update c, od, k0, 9, 10, 11, 8
102 add_update c, od, k0, 11, 8, 9, 10
105 add_update p, od, k1, 9, 10, 11, 8
107 add_update p, od, k1, 11, 8, 9, 10
109 add_update p, od, k2, 9, 10, 11, 8
112 add_update m, od, k2, 11, 8, 9, 10
114 add_update m, od, k2, 9, 10, 11, 8
117 add_update p, od, k3, 11, 8, 9, 10
119 add_only p, od, k3, 10
121 add_only p, od
/linux-4.1.27/fs/nfs/objlayout/
Dobjio_osd.c50 struct ore_dev od; member
58 dprintk("%s: free od=%p\n", __func__, de->od.od); in objio_free_deviceid_node()
59 osduld_put_device(de->od.od); in objio_free_deviceid_node()
93 struct osd_dev *od; in objio_alloc_deviceid_node() local
126 od = osduld_info_lookup(&odi); in objio_alloc_deviceid_node()
127 if (unlikely(IS_ERR(od))) { in objio_alloc_deviceid_node()
128 err = PTR_ERR(od); in objio_alloc_deviceid_node()
145 dprintk("%s: -ENOMEM od=%p\n", __func__, od); in objio_alloc_deviceid_node()
152 ode->od.od = od; in objio_alloc_deviceid_node()
260 objio_seg->oc.ods[cur_comp++] = &ode->od; in objio_alloc_lseg()
[all …]
/linux-4.1.27/fs/exofs/
Dsuper.c225 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern() argument
228 struct osd_request *or = osd_start_request(od, GFP_KERNEL); in exofs_read_kern()
257 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
415 struct osd_dev *od, u64 pid) in _exofs_print_device() argument
417 const struct osd_dev_info *odi = osduld_device_info(od); in _exofs_print_device()
429 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi() local
431 if (od) { in exofs_free_sbi()
433 osduld_put_device(od); in exofs_free_sbi()
636 struct osd_dev *od; in exofs_read_lookup_dev_table() local
655 eds[i].ored.od = fscb_od; in exofs_read_lookup_dev_table()
[all …]
Dsys.c61 struct osd_dev *odev = edp->ored.od; in osdname_show()
69 struct osd_dev *odev = edp->ored.od; in systemid_show()
Dore.c459 struct ore_dev *od = ios->oc->ods[dev]; in ore_check_io() local
461 on_dev_error(ios, od, dev, osi.osd_err_pri, in ore_check_io()
/linux-4.1.27/drivers/scsi/libsas/
Dsas_host_smp.c77 static u8 *to_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count, u8 *bit) in to_sas_gpio_gp_bit() argument
87 if (od < index * 32) in to_sas_gpio_gp_bit()
90 od -= index * 32; in to_sas_gpio_gp_bit()
91 reg = od >> 5; in to_sas_gpio_gp_bit()
96 od &= (1 << 5) - 1; in to_sas_gpio_gp_bit()
97 byte = 3 - (od >> 3); in to_sas_gpio_gp_bit()
98 *bit = od & ((1 << 3) - 1); in to_sas_gpio_gp_bit()
103 int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count) in try_test_sas_gpio_gp_bit() argument
108 byte = to_sas_gpio_gp_bit(od, data, index, count, &bit); in try_test_sas_gpio_gp_bit()
/linux-4.1.27/fs/ocfs2/
Dquota_local.c874 struct ocfs2_dquot *od = private; in olq_set_dquot() local
876 struct super_block *sb = od->dq_dquot.dq_sb; in olq_set_dquot()
879 + ol_dqblk_block_offset(sb, od->dq_local_off)); in olq_set_dquot()
882 od->dq_dquot.dq_id)); in olq_set_dquot()
884 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace - in olq_set_dquot()
885 od->dq_origspace); in olq_set_dquot()
886 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes - in olq_set_dquot()
887 od->dq_originodes); in olq_set_dquot()
892 from_kqid(&init_user_ns, od->dq_dquot.dq_id)); in olq_set_dquot()
899 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_write_dquot() local
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h38 #define nvkm_client_create(n,c,oc,od,d) \ argument
39 nvkm_client_create_((n), (c), (oc), (od), sizeof(**d), (void **)d)
/linux-4.1.27/drivers/usb/gadget/function/
Df_uvc.c794 struct uvc_output_terminal_descriptor *od; in uvc_alloc_inst() local
832 od = &opts->uvc_output_terminal; in uvc_alloc_inst()
833 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
834 od->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst()
835 od->bDescriptorSubType = UVC_VC_OUTPUT_TERMINAL; in uvc_alloc_inst()
836 od->bTerminalID = 3; in uvc_alloc_inst()
837 od->wTerminalType = cpu_to_le16(0x0101); in uvc_alloc_inst()
838 od->bAssocTerminal = 0; in uvc_alloc_inst()
839 od->bSourceID = 2; in uvc_alloc_inst()
840 od->iTerminal = 0; in uvc_alloc_inst()
[all …]
/linux-4.1.27/drivers/cpufreq/
Dcpufreq_ondemand.c428 show_store_one(od, sampling_rate);
429 show_store_one(od, io_is_busy);
430 show_store_one(od, up_threshold);
431 show_store_one(od, sampling_down_factor);
432 show_store_one(od, ignore_nice_load);
433 show_store_one(od, powersave_bias);
434 declare_show_sampling_rate_min(od);
/linux-4.1.27/drivers/clk/sirf/
Dclk-common.c88 u32 od = ((cfg0 >> 19) & (BIT(4) - 1)) + 1; in pll_clk_recalc_rate() local
90 return fin / MHZ * nf / nr / od * MHZ; in pll_clk_recalc_rate()
97 unsigned long fin, nf, nr, od; in pll_clk_round_rate() local
117 od = 1; in pll_clk_round_rate()
120 do_div(dividend, nr * od); in pll_clk_round_rate()
129 unsigned long fin, nf, nr, od, reg; in pll_clk_set_rate() local
146 od = 1; in pll_clk_set_rate()
148 reg = (nf - 1) | ((nr - 1) << 13) | ((od - 1) << 19); in pll_clk_set_rate()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-st.c234 struct regmap_field *alt, *oe, *pu, *od; member
249 const int alt, oe, pu, od, rt; member
354 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 16,
359 .alt = 0, .oe = 8, .pu = 10, .od = 12, .rt = 16,
364 .alt = 0, .oe = 6, .pu = 8, .od = 10, .rt = 38,
369 .alt = 0, .oe = 3, .pu = 4, .od = 5, .rt = 6,
374 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 11,
387 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
399 .od = 60,
429 struct regmap_field *open_drain = pc->od; in st_pinconf_set_config()
[all …]
Dpinctrl-tegra114.c1556 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel) \ argument
1577 .odrain_bit = PINGROUP_BIT_##od(6), \
Dpinctrl-tegra124.c1725 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel) \ argument
1746 .odrain_bit = PINGROUP_BIT_##od(6), \
Dpinctrl-tegra30.c2117 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior) \ argument
2138 .odrain_bit = PINGROUP_BIT_##od(6), \
/linux-4.1.27/arch/mips/include/asm/
Dtxx9pio.h18 __u32 od; member
/linux-4.1.27/arch/arm/include/asm/
Ddevice.h27 struct omap_device *od; member
/linux-4.1.27/sound/usb/usx2y/
Dusb_stream.c278 struct usb_iso_packet_descriptor *id, *od; in usb_stream_prepare_playback() local
282 od = io->iso_frame_desc; in usb_stream_prepare_playback()
290 od[p].length = l; in usb_stream_prepare_playback()
291 od[p].offset = lb; in usb_stream_prepare_playback()
303 od[p].length = l; in usb_stream_prepare_playback()
304 od[p].offset = lb; in usb_stream_prepare_playback()
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt40 spusa.root# dd bs=4 skip=64 count=1 if=/dev/fmc-0200 2> /dev/null | od -t x1z
59 spusa.root# ./fmc-mem /dev/fmc-0200 100 +40 | od -Ax -t x1z
Dfmc-write-eeprom.txt45 spusa.root# od -t x1 -Ax /lib/firmware/try.tlv
/linux-4.1.27/drivers/block/paride/
Dbpck.c350 { int i,j,k,n,p,v,f, om, od; in bpck_read_eeprom() local
354 om = pi->mode; od = pi->delay; in bpck_read_eeprom()
397 pi->mode = om; pi->delay = od; in bpck_read_eeprom()
/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp_ppp.c219 uint64_t n, d, os, os_p, od, od_p, oreq; in scale_params() local
253 od = tmp - ONE_HALF; in scale_params()
256 od = (((k3 * os) >> 1) + k4); in scale_params()
259 od_p = od & INT_MASK; in scale_params()
260 if (od_p != od) in scale_params()
/linux-4.1.27/Documentation/spi/
Dspi-sc18is60233 means that programs such as "cp" or "od", which automatically use large block
/linux-4.1.27/arch/mips/jz4740/
Dclock.c214 int od; in jz_clk_pll_get_rate() local
223 od = (val >> 16) & 0x3; in jz_clk_pll_get_rate()
225 return ((clk_get_rate(clk->parent) / n) * m) / pllno[od]; in jz_clk_pll_get_rate()
/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c8 unsigned char od; member
482 pll->OD = xparm[d].od; in calcPllValue()
/linux-4.1.27/Documentation/filesystems/
Dbfs.txt50 # od -Ad -tx4 stand.img | more
Dcoda.txt148 11.. IInnttrroodduuccttiioonn
194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
1299 44..2244.. ooddyymmoouunntt
1334 44..2255.. ooddyy__llooookkuupp
1355 44..2266.. ooddyy__eexxppaanndd
1440 objects are called ccnnooddeess.
/linux-4.1.27/Documentation/networking/caif/
DREADME62 $od --format=x1 /sys/kernel/debug/caif_serial/<tty>/last_rx_msg.
/linux-4.1.27/fs/nfsd/
Dnfs4state.c4994 struct nfsd4_open_downgrade *od) in nfsd4_open_downgrade() argument
5004 if (od->od_deleg_want) in nfsd4_open_downgrade()
5006 od->od_deleg_want); in nfsd4_open_downgrade()
5008 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid, in nfsd4_open_downgrade()
5009 &od->od_stateid, &stp, nn); in nfsd4_open_downgrade()
5013 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
5015 stp->st_access_bmap, od->od_share_access); in nfsd4_open_downgrade()
5018 if (!test_deny(od->od_share_deny, stp)) { in nfsd4_open_downgrade()
5020 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade()
5023 nfs4_stateid_downgrade(stp, od->od_share_access); in nfsd4_open_downgrade()
[all …]
Dxdr4.h694 struct nfsd4_open_downgrade *od);
Dnfs4xdr.c3309 …code_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) in nfsd4_encode_open_downgrade() argument
3314 nfserr = nfsd4_encode_stateid(xdr, &od->od_stateid); in nfsd4_encode_open_downgrade()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S1316 # Memory indirect postindexed: ([bd, An], Xn, od) #
1317 # Memory indirect preindexed: ([bd, An, Xn], od) #
Dpfpsp.S4936 # Memory indirect postindexed: ([bd, An], Xn, od) #
4937 # Memory indirect preindexed: ([bd, An, Xn], od) #
Dfpsp.S18887 # Memory indirect postindexed: ([bd, An], Xn, od) #
18888 # Memory indirect preindexed: ([bd, An, Xn], od) #
/linux-4.1.27/drivers/video/console/
Dfbcon.c2543 struct display *od = &fb_display[con]; in fbcon_copy_font() local
2546 if (od->fontdata == f->data) in fbcon_copy_font()
2548 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont); in fbcon_copy_font()
/linux-4.1.27/Documentation/cdrom/
Dide-cd285 cat /dev/cdrom | od | more