Home
last modified time | relevance | path

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

/linux-4.4.14/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()
65 rc = clk_add_alias(clk_alias, dev_name(&od->pdev->dev), clk_name, NULL); in _add_clkdev()
68 dev_err(&od->pdev->dev, in _add_clkdev()
71 dev_err(&od->pdev->dev, in _add_clkdev()
95 static void _add_hwmod_clocks_clkdev(struct omap_device *od, in _add_hwmod_clocks_clkdev() argument
100 _add_clkdev(od, "fck", oh->main_clk); in _add_hwmod_clocks_clkdev()
103 _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.h673 struct omap_device *od; member
/linux-4.4.14/drivers/dma/
Domap-dma.c226 static void omap_dma_glbl_write(struct omap_dmadev *od, unsigned reg, unsigned val) in omap_dma_glbl_write() argument
228 const struct omap_dma_reg *r = od->reg_map + reg; in omap_dma_glbl_write()
232 omap_dma_write(val, r->type, od->base + r->offset); in omap_dma_glbl_write()
235 static unsigned omap_dma_glbl_read(struct omap_dmadev *od, unsigned reg) in omap_dma_glbl_read() argument
237 const struct omap_dma_reg *r = od->reg_map + reg; in omap_dma_glbl_read()
241 return omap_dma_read(r->type, od->base + r->offset); in omap_dma_glbl_read()
276 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign() argument
279 c->channel_base = od->base + od->plat->channel_stride * lch; in omap_dma_assign()
281 od->lch_map[lch] = c; in omap_dma_assign()
286 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); in omap_dma_start() local
[all …]
Dbcm2835-dma.c551 static void bcm2835_dma_free(struct bcm2835_dmadev *od) in bcm2835_dma_free() argument
555 list_for_each_entry_safe(c, next, &od->ddev.channels, in bcm2835_dma_free()
586 struct bcm2835_dmadev *od; in bcm2835_dma_probe() local
601 od = devm_kzalloc(&pdev->dev, sizeof(*od), GFP_KERNEL); in bcm2835_dma_probe()
602 if (!od) in bcm2835_dma_probe()
605 pdev->dev.dma_parms = &od->dma_parms; in bcm2835_dma_probe()
613 od->base = base; in bcm2835_dma_probe()
615 dma_cap_set(DMA_SLAVE, od->ddev.cap_mask); in bcm2835_dma_probe()
616 dma_cap_set(DMA_PRIVATE, od->ddev.cap_mask); in bcm2835_dma_probe()
617 dma_cap_set(DMA_CYCLIC, od->ddev.cap_mask); in bcm2835_dma_probe()
[all …]
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c204 struct osc_device *od = lu2osc_dev(d); in osc_device_free() local
207 kfree(od); in osc_device_free()
216 struct osc_device *od; in osc_device_alloc() local
220 od = kzalloc(sizeof(*od), GFP_NOFS); in osc_device_alloc()
221 if (!od) 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.c470 struct osc_device *od = obd2osc_dev(obd); in contention_seconds_show() local
472 return sprintf(buf, "%u\n", od->od_contention_time); in contention_seconds_show()
482 struct osc_device *od = obd2osc_dev(obd); in contention_seconds_store() local
484 return lprocfs_write_helper(buffer, count, &od->od_contention_time) ?: in contention_seconds_store()
495 struct osc_device *od = obd2osc_dev(obd); in lockless_truncate_show() local
497 return sprintf(buf, "%u\n", od->od_lockless_truncate); in lockless_truncate_show()
507 struct osc_device *od = obd2osc_dev(obd); in lockless_truncate_store() local
509 return lprocfs_write_helper(buffer, count, &od->od_lockless_truncate) ?: in lockless_truncate_store()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 (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.4.14/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.4.14/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.4.14/drivers/clk/ingenic/
Dcgu.c84 unsigned m, n, od_enc, od; in ingenic_pll_recalc_rate() local
112 for (od = 0; od < pll_info->od_max; od++) { in ingenic_pll_recalc_rate()
113 if (pll_info->od_encoding[od] == od_enc) in ingenic_pll_recalc_rate()
116 BUG_ON(od == pll_info->od_max); in ingenic_pll_recalc_rate()
117 od++; in ingenic_pll_recalc_rate()
119 return div_u64((u64)parent_rate * m, n * od); in ingenic_pll_recalc_rate()
128 unsigned m, n, od; in ingenic_pll_calc() local
131 od = 1; in ingenic_pll_calc()
141 m = (rate / MHZ) * od * n / (parent_rate / MHZ); in ingenic_pll_calc()
150 *pod = od; in ingenic_pll_calc()
[all …]
/linux-4.4.14/fs/ocfs2/
Dquota_local.c873 struct ocfs2_dquot *od = private; in olq_set_dquot() local
875 struct super_block *sb = od->dq_dquot.dq_sb; in olq_set_dquot()
878 + ol_dqblk_block_offset(sb, od->dq_local_off)); in olq_set_dquot()
881 od->dq_dquot.dq_id)); in olq_set_dquot()
883 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace - in olq_set_dquot()
884 od->dq_origspace); in olq_set_dquot()
885 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes - in olq_set_dquot()
886 od->dq_originodes); in olq_set_dquot()
891 from_kqid(&init_user_ns, od->dq_dquot.dq_id)); in olq_set_dquot()
898 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_write_dquot() local
[all …]
/linux-4.4.14/drivers/clk/meson/
Dclk-pll.c63 u16 n, m, od; in meson_clk_pll_recalc_rate() local
74 p = &pll->conf->od; in meson_clk_pll_recalc_rate()
76 od = PARM_GET(p->width, p->shift, reg); in meson_clk_pll_recalc_rate()
78 rate_mhz = (parent_rate_mhz * m / n) >> od; in meson_clk_pll_recalc_rate()
160 p = &pll->conf->od; in meson_clk_pll_set_rate()
162 reg = PARM_SET(p->width, p->shift, reg, rate_set->od); in meson_clk_pll_set_rate()
Dclkc.h48 u16 od; member
55 .od = (_od), \
62 struct parm od; member
Dmeson8b-clkc.c118 .od = PARM(0x00, 16, 2),
124 .od = PARM(0x00, 16, 2),
/linux-4.4.14/drivers/usb/gadget/function/
Df_uvc.c764 struct uvc_output_terminal_descriptor *od; in uvc_alloc_inst() local
802 od = &opts->uvc_output_terminal; in uvc_alloc_inst()
803 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
804 od->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst()
805 od->bDescriptorSubType = UVC_VC_OUTPUT_TERMINAL; in uvc_alloc_inst()
806 od->bTerminalID = 3; in uvc_alloc_inst()
807 od->wTerminalType = cpu_to_le16(0x0101); in uvc_alloc_inst()
808 od->bAssocTerminal = 0; in uvc_alloc_inst()
809 od->bSourceID = 2; in uvc_alloc_inst()
810 od->iTerminal = 0; in uvc_alloc_inst()
[all …]
/linux-4.4.14/drivers/cpufreq/
Dcpufreq_ondemand.c414 show_store_one(od, sampling_rate);
415 show_store_one(od, io_is_busy);
416 show_store_one(od, up_threshold);
417 show_store_one(od, sampling_down_factor);
418 show_store_one(od, ignore_nice_load);
419 show_store_one(od, powersave_bias);
420 declare_show_sampling_rate_min(od);
/linux-4.4.14/drivers/clk/sirf/
Dclk-common.c90 u32 od = ((cfg0 >> 19) & (BIT(4) - 1)) + 1; in pll_clk_recalc_rate() local
92 return fin / MHZ * nf / nr / od * MHZ; in pll_clk_recalc_rate()
99 unsigned long fin, nf, nr, od; in pll_clk_round_rate() local
119 od = 1; in pll_clk_round_rate()
122 do_div(dividend, nr * od); in pll_clk_round_rate()
131 unsigned long fin, nf, nr, od, reg; in pll_clk_set_rate() local
148 od = 1; in pll_clk_set_rate()
150 reg = (nf - 1) | ((nr - 1) << 13) | ((od - 1) << 19); in pll_clk_set_rate()
/linux-4.4.14/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.4.14/arch/mips/include/asm/
Dtxx9pio.h18 __u32 od; member
/linux-4.4.14/arch/arm/include/asm/
Ddevice.h27 struct omap_device *od; member
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/arc/plat-axs10x/
Daxs10x.c375 axs103_set_freq(unsigned int id, unsigned int fd, unsigned int od) in axs103_set_freq() argument
385 write_cgu_reg(encode_div(od, 1), in axs103_set_freq()
/linux-4.4.14/Documentation/spi/
Dspi-sc18is60233 means that programs such as "cp" or "od", which automatically use large block
/linux-4.4.14/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.4.14/Documentation/networking/caif/
DREADME62 $od --format=x1 /sys/kernel/debug/caif_serial/<tty>/last_rx_msg.
/linux-4.4.14/fs/nfsd/
Dnfs4state.c5085 struct nfsd4_open_downgrade *od) in nfsd4_open_downgrade() argument
5095 if (od->od_deleg_want) in nfsd4_open_downgrade()
5097 od->od_deleg_want); in nfsd4_open_downgrade()
5099 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid, in nfsd4_open_downgrade()
5100 &od->od_stateid, &stp, nn); in nfsd4_open_downgrade()
5104 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
5106 stp->st_access_bmap, od->od_share_access); in nfsd4_open_downgrade()
5109 if (!test_deny(od->od_share_deny, stp)) { in nfsd4_open_downgrade()
5111 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade()
5114 nfs4_stateid_downgrade(stp, od->od_share_access); in nfsd4_open_downgrade()
[all …]
Dxdr4.h695 struct nfsd4_open_downgrade *od);
Dnfs4xdr.c3330 …code_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) in nfsd4_encode_open_downgrade() argument
3335 nfserr = nfsd4_encode_stateid(xdr, &od->od_stateid); in nfsd4_encode_open_downgrade()
/linux-4.4.14/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.4.14/drivers/video/console/
Dfbcon.c2548 struct display *od = &fb_display[con]; in fbcon_copy_font() local
2551 if (od->fontdata == f->data) in fbcon_copy_font()
2553 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont); in fbcon_copy_font()
/linux-4.4.14/Documentation/cdrom/
Dide-cd285 cat /dev/cdrom | od | more