Searched refs:od (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/arch/arm/mach-omap2/
H A Domap_device.c44 static void omap_device_delete(struct omap_device *od);
50 static void _add_clkdev(struct omap_device *od, const char *clk_alias, argument
59 dev_dbg(&od->pdev->dev, "Creating %s -> %s\n", clk_alias, clk_name);
61 r = clk_get_sys(dev_name(&od->pdev->dev), clk_alias);
63 dev_dbg(&od->pdev->dev,
79 dev_name(&od->pdev->dev));
81 rc = clk_add_alias(clk_alias, dev_name(&od->pdev->dev),
87 dev_err(&od->pdev->dev,
90 dev_err(&od->pdev->dev,
98 * @od
111 _add_hwmod_clocks_clkdev(struct omap_device *od, struct omap_hwmod *oh) argument
134 struct omap_device *od; local
217 struct omap_device *od; local
263 _omap_device_enable_hwmods(struct omap_device *od) argument
280 _omap_device_idle_hwmods(struct omap_device *od) argument
308 struct omap_device *od; local
341 omap_device_delete(struct omap_device *od) argument
396 struct omap_device *od = to_omap_device(pdev); local
418 struct omap_device *od = to_omap_device(pdev); local
467 struct omap_device *od; local
498 struct omap_device *od; local
531 struct omap_device *od = to_omap_device(pdev); local
559 struct omap_device *od = to_omap_device(pdev); local
594 struct omap_device *od = to_omap_device(pdev); local
[all...]
H A Domap_device.h76 return pdev ? pdev->archdata.od : NULL;
/linux-master/fs/orangefs/
H A Ddir.c61 static int do_readdir(struct orangefs_dir *od, struct inode *inode, argument
76 op->upcall.req.readdir.token = od->token;
83 od->error = bufi;
100 od->error = r;
107 od->error = r;
111 od->error = op->downcall.status;
121 od->error = -EIO;
127 od->token = resp->token;
131 static int parse_readdir(struct orangefs_dir *od, argument
138 part = od
161 orangefs_dir_more(struct orangefs_dir *od, struct inode *inode) argument
240 orangefs_dir_fill(struct orangefs_dir *od, struct dir_context *ctx) argument
282 struct orangefs_dir *od = file->private_data; local
304 struct orangefs_dir *od = file->private_data; local
364 struct orangefs_dir *od; local
379 struct orangefs_dir *od = file->private_data; local
[all...]
/linux-master/drivers/dma/ti/
H A Domap-dma.c253 struct omap_dmadev *od = to_omap_dma_dev(vd->tx.chan->device); local
258 dma_pool_free(od->desc_pool, d->sg[i].t2_desc,
351 static void omap_dma_glbl_write(struct omap_dmadev *od, unsigned reg, unsigned val) argument
353 const struct omap_dma_reg *r = od->reg_map + reg;
357 omap_dma_write(val, r->type, od->base + r->offset);
360 static unsigned omap_dma_glbl_read(struct omap_dmadev *od, unsigned reg) argument
362 const struct omap_dma_reg *r = od->reg_map + reg;
366 return omap_dma_read(r->type, od->base + r->offset);
401 static void omap_dma_clear_lch(struct omap_dmadev *od, int lch) argument
406 c = od
414 omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, unsigned lch) argument
424 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); local
487 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); local
633 struct omap_dmadev *od = devid; local
671 omap_dma_get_lch(struct omap_dmadev *od, int *lch) argument
694 omap_dma_put_lch(struct omap_dmadev *od, int lch) argument
702 omap_dma_legacy(struct omap_dmadev *od) argument
709 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
762 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
825 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); local
837 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); local
863 struct omap_dmadev *od = to_omap_dma_dev(c->vc.chan.device); local
963 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
1144 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
1428 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
1481 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
1502 omap_dma_chan_init(struct omap_dmadev *od) argument
1517 omap_dma_free(struct omap_dmadev *od) argument
1530 omap_dma_busy(struct omap_dmadev *od) argument
1553 struct omap_dmadev *od; local
1575 omap_dma_context_save(struct omap_dmadev *od) argument
1583 omap_dma_context_restore(struct omap_dmadev *od) argument
1605 struct omap_dmadev *od; local
1625 omap_dma_init_gcr(struct omap_dmadev *od, int arb_rate, int max_fifo_depth, int tparams) argument
1659 struct omap_dmadev *od; local
1848 struct omap_dmadev *od = platform_get_drvdata(pdev); local
1928 struct omap_dmadev *od = to_omap_dma_dev(chan->device); local
[all...]
/linux-master/drivers/dma/
H A Dowl-dma.c266 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) argument
270 regval = readl(od->base + reg);
277 writel(regval, od->base + reg);
280 static void dma_writel(struct owl_dma *od, u32 reg, u32 data) argument
282 writel(data, od->base + reg);
285 static u32 dma_readl(struct owl_dma *od, u32 reg) argument
287 return readl(od->base + reg);
342 static void owl_dma_free_lli(struct owl_dma *od, argument
346 dma_pool_free(od->lli_pool, lli, lli->phys);
349 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od) argument
388 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); local
468 owl_dma_get_pchan(struct owl_dma *od, struct owl_dma_vchan *vchan) argument
491 owl_dma_pchan_busy(struct owl_dma *od, struct owl_dma_pchan *pchan) argument
500 owl_dma_terminate_pchan(struct owl_dma *od, struct owl_dma_pchan *pchan) argument
537 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); local
584 owl_dma_phy_free(struct owl_dma *od, struct owl_dma_vchan *vchan) argument
594 struct owl_dma *od = dev_id; local
676 owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) argument
691 struct owl_dma *od = to_owl_dma(vd->tx.chan->device); local
699 struct owl_dma *od = to_owl_dma(chan->device); local
840 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); local
871 struct owl_dma *od = to_owl_dma(chan->device); local
922 struct owl_dma *od = to_owl_dma(chan->device); local
987 struct owl_dma *od = to_owl_dma(chan->device); local
1050 owl_dma_free(struct owl_dma *od) argument
1065 struct owl_dma *od = ofdma->of_dma_data; local
1094 struct owl_dma *od; local
1236 struct owl_dma *od = platform_get_drvdata(pdev); local
[all...]
H A Dbcm2835-dma.c697 struct bcm2835_dmadev *od = to_bcm2835_dma_dev(chan->device); local
750 if (buf_addr == od->zero_page && !c->is_lite_channel)
842 static void bcm2835_dma_free(struct bcm2835_dmadev *od) argument
846 list_for_each_entry_safe(c, next, &od->ddev.channels,
852 dma_unmap_page_attrs(od->ddev.dev, od->zero_page, PAGE_SIZE,
880 struct bcm2835_dmadev *od; local
898 od = devm_kzalloc(&pdev->dev, sizeof(*od), GFP_KERNEL);
899 if (!od)
1024 struct bcm2835_dmadev *od = platform_get_drvdata(pdev); local
[all...]
/linux-master/scripts/
H A Dgen-randstruct-seed.sh4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
/linux-master/arch/mips/include/asm/
H A Dtxx9pio.h18 __u32 od; member in struct:txx9_pio_reg
/linux-master/arch/arm/include/asm/
H A Ddevice.h19 struct omap_device *od; member in struct:pdev_archdata
/linux-master/drivers/usb/serial/
H A Domninet.c115 struct omninet_data *od; local
117 od = kzalloc(sizeof(*od), GFP_KERNEL);
118 if (!od)
121 usb_set_serial_port_data(port, od);
128 struct omninet_data *od; local
130 od = usb_get_serial_port_data(port);
131 kfree(od);
158 struct omninet_data *od = usb_get_serial_port_data(port); local
166 header->oh_seq = od
[all...]
/linux-master/arch/arm64/crypto/
H A Dsha1-ce-core.S96 add_update c, od, k0, 9, 10, 11, 8
98 add_update c, od, k0, 11, 8, 9, 10
101 add_update p, od, k1, 9, 10, 11, 8
103 add_update p, od, k1, 11, 8, 9, 10
105 add_update p, od, k2, 9, 10, 11, 8
108 add_update m, od, k2, 11, 8, 9, 10
110 add_update m, od, k2, 9, 10, 11, 8
113 add_update p, od, k3, 11, 8, 9, 10
115 add_only p, od, k3, 10
117 add_only p, od
[all...]
/linux-master/fs/overlayfs/
H A Dreaddir.c242 static void ovl_cache_put(struct ovl_dir_file *od, struct inode *inode) argument
244 struct ovl_dir_cache *cache = od->cache;
328 struct ovl_dir_file *od = file->private_data; local
329 struct ovl_dir_cache *cache = od->cache;
334 ovl_cache_put(od, inode);
335 od->cache = NULL;
336 od->cursor = NULL;
339 if (od->is_real != is_real) {
343 od->is_real = false;
386 static void ovl_seek_cursor(struct ovl_dir_file *od, loff_ argument
694 struct ovl_dir_file *od = file->private_data; local
710 struct ovl_dir_file *od = file->private_data; local
752 struct ovl_dir_file *od = file->private_data; local
818 struct ovl_dir_file *od = file->private_data; local
878 struct ovl_dir_file *od = file->private_data; local
931 struct ovl_dir_file *od = file->private_data; local
950 struct ovl_dir_file *od; local
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_host_smp.c53 * to_sas_gpio_gp_bit - given the gpio frame data find the byte/bit position of 'od'
54 * @od: od bit to find
58 * @bit: bit position of 'od' in the returned byte
60 * returns NULL if 'od' is not in 'data'
70 * although 'od' is renamed 'id' for 'input data'.
72 * SFF-8489 defines the behavior of the LEDs in response to the 'od' values.
74 static u8 *to_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count, u8 *bit) argument
84 if (od < index * 32)
87 od
100 try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count) argument
[all...]
/linux-master/drivers/clk/baikal-t1/
H A Dccu-pll.c77 unsigned long od)
83 do_div(tmp, od);
156 unsigned long nr, nf, od; local
162 od = FIELD_GET(CCU_PLL_CTL_CLKOD_MASK, val) + 1;
164 return ccu_pll_calc_freq(parent_rate, nr, nf, od);
169 unsigned long *od)
184 * Find a closest [nr;nf;od] vector taking into account the
226 *od = CCU_PLL_CLKOD_FACTOR * d1;
234 unsigned long nr = 1, nf = 1, od = 1; local
236 ccu_pll_calc_factors(rate, *parent_rate, &nr, &nf, &od);
74 ccu_pll_calc_freq(unsigned long ref_clk, unsigned long nr, unsigned long nf, unsigned long od) argument
167 ccu_pll_calc_factors(unsigned long rate, unsigned long parent_rate, unsigned long *nr, unsigned long *nf, unsigned long *od) argument
249 unsigned long nr, nf, od; local
280 unsigned long nr, nf, od; local
[all...]
/linux-master/fs/ocfs2/
H A Dquota_local.c871 struct ocfs2_dquot *od = private; local
873 struct super_block *sb = od->dq_dquot.dq_sb;
876 + ol_dqblk_block_offset(sb, od->dq_local_off));
879 od->dq_dquot.dq_id));
880 spin_lock(&od->dq_dquot.dq_dqb_lock);
881 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace -
882 od->dq_origspace);
883 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes -
884 od->dq_originodes);
885 spin_unlock(&od
896 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
1222 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
1278 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
[all...]
/linux-master/drivers/clk/ingenic/
H A Dcgu.c86 unsigned m, n, od, od_enc = 0; local
114 for (od = 0; od < pll_info->od_max; od++)
115 if (pll_info->od_encoding[od] == od_enc)
118 /* if od_max = 0, od_bits should be 0 and od is fixed to 1. */
122 BUG_ON(od == pll_info->od_max);
123 od++;
126 n * od);
134 unsigned int m, n, od local
159 unsigned int m, n, od; local
209 unsigned int m, n, od; local
[all...]
H A Dcgu.h65 unsigned int *m, unsigned int *n, unsigned int *od);
H A Djz4760-cgu.c61 unsigned int m, n, od, m_max = (1 << pll_info->m_bits) - 1; local
74 od = m & 1;
75 m <<= od; local
80 *pod = 1 << od;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_vclk.c473 static inline unsigned int pll_od_to_reg(unsigned int od) argument
475 switch (od) {
700 unsigned int *od)
703 for (*od = 16 ; *od > 1 ; *od >>= 1) {
704 *m = meson_hdmi_pll_get_m(priv, freq * *od);
707 *frac = meson_hdmi_pll_get_frac(priv, *m, freq * *od);
709 DRM_DEBUG_DRIVER("PLL params for %dkHz: m=%x frac=%x od=%d\n",
710 freq, *m, *frac, *od);
696 meson_hdmi_pll_find_params(struct meson_drm *priv, unsigned int freq, unsigned int *m, unsigned int *frac, unsigned int *od) argument
723 unsigned int od, m, frac; local
746 unsigned int od, m, frac, od1, od2, od3; local
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_uvc.c882 struct uvc_output_terminal_descriptor *od; local
921 od = &opts->uvc_output_terminal;
922 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE;
923 od->bDescriptorType = USB_DT_CS_INTERFACE;
924 od->bDescriptorSubType = UVC_VC_OUTPUT_TERMINAL;
925 od->bTerminalID = 3;
926 od->wTerminalType = cpu_to_le16(0x0101);
927 od->bAssocTerminal = 0;
928 od->bSourceID = 2;
929 od
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c113 struct hfi1_opfn_data *od; local
116 od = container_of(work, struct hfi1_opfn_data, opfn_work);
117 qpriv = container_of(od, struct hfi1_qp_priv, opfn);
/linux-master/net/wireless/
H A DMakefile45 thisf=$$(od -An -v -tx1 < $$f | \
/linux-master/drivers/ata/pata_parport/
H A Dbpck.c384 int i, j, k, p, v, f, om, od; local
388 om = pi->mode; od = pi->delay;
430 pi->mode = om; pi->delay = od;
/linux-master/sound/usb/usx2y/
H A Dusb_stream.c287 struct usb_iso_packet_descriptor *id, *od; local
291 od = io->iso_frame_desc;
300 od[p].length = l;
301 od[p].offset = lb;
313 od[p].length = l;
314 od[p].offset = lb;
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c109 *[25] | od | |
233 struct regmap_field *alt, *oe, *pu, *od; member in struct:st_pio_control
248 const int alt, oe, pu, od, rt; member in struct:st_pctl_data
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
362 .od = 60,
392 struct regmap_field *open_drain = pc->od;
594 if (pc->od) {
595 regmap_field_read(pc->od, &od_value);
1151 pc->od = st_pc_get_value(dev, regmap, bank/4, data->od, ls
[all...]

Completed in 340 milliseconds

12