Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 92 of 92) sorted by relevance

/linux-4.1.27/drivers/clk/ti/
Dapll.c41 struct dpll_data *ad; in dra7_apll_enable() local
46 ad = clk->dpll_data; in dra7_apll_enable()
47 if (!ad) in dra7_apll_enable()
52 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()
55 v = ti_clk_ll_ops->clk_readl(ad->idlest_reg); in dra7_apll_enable()
57 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()
60 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in dra7_apll_enable()
61 v &= ~ad->enable_mask; in dra7_apll_enable()
62 v |= APLL_FORCE_LOCK << __ffs(ad->enable_mask); in dra7_apll_enable()
63 ti_clk_ll_ops->clk_writel(v, ad->control_reg); in dra7_apll_enable()
[all …]
/linux-4.1.27/sound/soc/omap/
Domap-hdmi-audio.c59 struct hdmi_audio_data *ad = dev_get_drvdata(dev); in hdmi_dai_abort() local
61 mutex_lock(&ad->current_stream_lock); in hdmi_dai_abort()
62 if (ad->current_stream && ad->current_stream->runtime && in hdmi_dai_abort()
63 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort()
65 snd_pcm_stream_lock_irq(ad->current_stream); in hdmi_dai_abort()
66 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
67 snd_pcm_stream_unlock_irq(ad->current_stream); in hdmi_dai_abort()
69 mutex_unlock(&ad->current_stream_lock); in hdmi_dai_abort()
75 struct hdmi_audio_data *ad = card_drvdata_substream(substream); in hdmi_dai_startup() local
88 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup()
[all …]
/linux-4.1.27/security/smack/
Dsmack_lsm.c379 struct smk_audit_info ad, *saip = NULL; in smk_ptrace_rule_check() local
384 smk_ad_init(&ad, func, LSM_AUDIT_DATA_TASK); in smk_ptrace_rule_check()
385 smk_ad_setfield_u_tsk(&ad, tracer); in smk_ptrace_rule_check()
386 saip = &ad; in smk_ptrace_rule_check()
695 struct smk_audit_info ad; in smack_sb_statfs() local
697 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_sb_statfs()
698 smk_ad_setfield_u_fs_path_dentry(&ad, dentry); in smack_sb_statfs()
700 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs()
884 struct smk_audit_info ad; in smack_inode_link() local
887 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_inode_link()
[all …]
Dsmack_access.c323 struct common_audit_data *ad = a; in smack_log_callback() local
324 struct smack_audit_data *sad = ad->smack_audit_data; in smack_log_callback()
326 ad->smack_audit_data->function, in smack_log_callback()
350 int result, struct smk_audit_info *ad) in smack_log() argument
358 struct common_audit_data *a = &ad->a; in smack_log()
397 int result, struct smk_audit_info *ad) in smack_log() argument
/linux-4.1.27/security/selinux/
Dhooks.c1542 struct common_audit_data ad; in cred_has_capability() local
1549 ad.type = LSM_AUDIT_DATA_CAP; in cred_has_capability()
1550 ad.u.cap = cap; in cred_has_capability()
1568 int rc2 = avc_audit(sid, sid, sclass, av, &avd, rc, &ad); in cred_has_capability()
1615 struct common_audit_data ad; in dentry_has_perm() local
1617 ad.type = LSM_AUDIT_DATA_DENTRY; in dentry_has_perm()
1618 ad.u.dentry = dentry; in dentry_has_perm()
1619 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm()
1630 struct common_audit_data ad; in path_has_perm() local
1632 ad.type = LSM_AUDIT_DATA_PATH; in path_has_perm()
[all …]
Davc.c426 struct common_audit_data *ad = a; in avc_audit_pre_callback() local
428 ad->selinux_audit_data->denied ? "denied" : "granted"); in avc_audit_pre_callback()
429 avc_dump_av(ab, ad->selinux_audit_data->tclass, in avc_audit_pre_callback()
430 ad->selinux_audit_data->audited); in avc_audit_pre_callback()
442 struct common_audit_data *ad = a; in avc_audit_post_callback() local
444 avc_dump_query(ab, ad->selinux_audit_data->ssid, in avc_audit_post_callback()
445 ad->selinux_audit_data->tsid, in avc_audit_post_callback()
446 ad->selinux_audit_data->tclass); in avc_audit_post_callback()
447 if (ad->selinux_audit_data->denied) { in avc_audit_post_callback()
449 ad->selinux_audit_data->result ? 0 : 1); in avc_audit_post_callback()
Dxfrm.c405 struct common_audit_data *ad) in selinux_xfrm_sock_rcv_skb() argument
427 SECCLASS_ASSOCIATION, ASSOCIATION__RECVFROM, ad); in selinux_xfrm_sock_rcv_skb()
438 struct common_audit_data *ad, u8 proto) in selinux_xfrm_postroute_last() argument
470 SECCLASS_ASSOCIATION, ASSOCIATION__SENDTO, ad); in selinux_xfrm_postroute_last()
Dnetlabel.c372 struct common_audit_data *ad) in selinux_netlbl_sock_rcv_skb() argument
403 rc = avc_has_perm(sksec->sid, nlbl_sid, sksec->sclass, perm, ad); in selinux_netlbl_sock_rcv_skb()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c1417 struct lpfc_fdmi_attr_def *ad; in lpfc_fdmi_cmd() local
1506 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd()
1508 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_cmd()
1510 ad->AttrType = cpu_to_be16(RHBA_NODENAME); in lpfc_fdmi_cmd()
1511 ad->AttrLen = cpu_to_be16(FOURBYTES in lpfc_fdmi_cmd()
1522 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd()
1524 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_cmd()
1526 ad->AttrType = cpu_to_be16(RHBA_MANUFACTURER); in lpfc_fdmi_cmd()
1532 ad->AttrLen = cpu_to_be16(FOURBYTES + len); in lpfc_fdmi_cmd()
1540 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd()
[all …]
/linux-4.1.27/security/
Dlsm_audit.c43 struct common_audit_data *ad, u8 *proto) in ipv4_skb_to_auditdata() argument
52 ad->u.net->v4info.saddr = ih->saddr; in ipv4_skb_to_auditdata()
53 ad->u.net->v4info.daddr = ih->daddr; in ipv4_skb_to_auditdata()
67 ad->u.net->sport = th->source; in ipv4_skb_to_auditdata()
68 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
76 ad->u.net->sport = uh->source; in ipv4_skb_to_auditdata()
77 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
85 ad->u.net->sport = dh->dccph_sport; in ipv4_skb_to_auditdata()
86 ad->u.net->dport = dh->dccph_dport; in ipv4_skb_to_auditdata()
93 ad->u.net->sport = sh->source; in ipv4_skb_to_auditdata()
[all …]
/linux-4.1.27/drivers/video/fbdev/
Dfsl-diu-fb.c341 struct diu_ad *ad; member
378 struct diu_ad ad[NUM_AOIS] __aligned(8); member
499 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel() local
505 wr_reg_wa(&hw->desc[0], ad->paddr); in fsl_diu_enable_panel()
509 if (hw->desc[1] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel()
511 ad->next_ad = in fsl_diu_enable_panel()
512 cpu_to_le32(cmfbi->ad->paddr); in fsl_diu_enable_panel()
514 ad->next_ad = 0; in fsl_diu_enable_panel()
515 wr_reg_wa(&hw->desc[1], ad->paddr); in fsl_diu_enable_panel()
520 if (hw->desc[2] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtegra.txt19 ad,medcom-wide
20 ad,plutux
21 ad,tamonten
22 ad,tec
/linux-4.1.27/security/selinux/include/
Dxfrm.h39 struct common_audit_data *ad);
41 struct common_audit_data *ad, u8 proto);
63 struct common_audit_data *ad) in selinux_xfrm_sock_rcv_skb() argument
69 struct common_audit_data *ad, in selinux_xfrm_postroute_last() argument
Dnetlabel.h62 struct common_audit_data *ad);
132 struct common_audit_data *ad) in selinux_netlbl_sock_rcv_skb() argument
/linux-4.1.27/arch/xtensa/include/asm/
Duaccess.h53 .macro get_fs ad, sp
54 GET_CURRENT(\ad,\sp)
56 addi \ad, \ad, TASK_THREAD
57 l32i \ad, \ad, THREAD_CURRENT_DS - TASK_THREAD
59 l32i \ad, \ad, THREAD_CURRENT_DS
/linux-4.1.27/drivers/isdn/hisax/
Dteles0.c61 register u_char __iomem *ad = adr + 0x100; in read_fifo_isac() local
63 data[i] = readb(ad); in read_fifo_isac()
70 register u_char __iomem *ad = adr + 0x100; in write_fifo_isac() local
72 writeb(data[i], ad); mb(); in write_fifo_isac()
80 register u_char __iomem *ad = adr + (hscx ? 0x1c0 : 0x180); in read_fifo_hscx() local
82 data[i] = readb(ad); in read_fifo_hscx()
89 register u_char __iomem *ad = adr + (hscx ? 0x1c0 : 0x180); in write_fifo_hscx() local
91 writeb(data[i], ad); mb(); in write_fifo_hscx()
/linux-4.1.27/arch/s390/kernel/
Dperf_event.c146 cpu, si.as, si.ad, si.min_sampl_rate, si.max_sampl_rate, in print_debug_sf()
153 if (si.ad) in print_debug_sf()
156 si.ad, si.ed, si.cd, si.dsdes, si.tear, si.dear); in print_debug_sf()
192 if (!si.as && !si.ad) in sl_print_sampling()
201 if (si.ad) in sl_print_sampling()
Dperf_cpum_sf.c729 if (!si.ad) { in __hw_perf_event_init()
1609 if (si.ad) { in init_cpum_sampling_pmu()
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20-plutux.dts7 compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20";
36 compatible = "ad,tegra-audio-plutux",
Dtegra20-tec.dts7 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
44 compatible = "ad,tegra-audio-wm8903-tec",
Dtegra20-medcom-wide.dts7 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
64 compatible = "ad,tegra-audio-wm8903-medcom-wide",
Dimx6q-dmo-edmqmx6.dts275 compatible = "ad,ad7414";
280 compatible = "ad,ad7414";
Ds5pv210-smdkv210.dts42 local-mac-address = [00 00 de ad be ef];
Dam437x-sk-evm.dts315 0x020 (PIN_OUTPUT | MUX_MODE1) /* gpmc ad 8 -> DSS DATA 23 */
322 0x03c (PIN_OUTPUT | MUX_MODE1) /* gpmc ad 15 -> DSS DATA 16 */
Dam437x-gp-evm.dts219 0x020 (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 8 -> DSS DATA 23 */
226 0x03c (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 15 -> DSS DATA 16 */
Dam43x-epos-evm.dts250 0x020 (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 8 -> DSS DATA 23 */
257 0x03C (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 15 -> DSS DATA 16 */
Dtegra20-tamonten.dtsi5 compatible = "ad,tamonten", "nvidia,tegra20";
/linux-4.1.27/fs/udf/
Dmisc.c50 uint8_t *ea = NULL, *ad = NULL; in udf_add_extendedattr() local
57 ad = iinfo->i_ext.i_data + iinfo->i_lenEAttr; in udf_add_extendedattr()
59 ad = ea; in udf_add_extendedattr()
73 memmove(&ad[size], ad, iinfo->i_lenAlloc); in udf_add_extendedattr()
/linux-4.1.27/include/linux/
Dlsm_audit.h90 struct common_audit_data *ad, u8 *proto);
93 struct common_audit_data *ad, u8 *proto);
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-adnp.txt4 - compatible: should be "ad,gpio-adnp"
21 compatible = "ad,gpio-adnp";
/linux-4.1.27/tools/perf/util/
Ddwarf-aux.c423 struct __addr_die_search_param *ad = data; in __die_search_func_cb() local
430 dwarf_haspc(fn_die, ad->addr)) { in __die_search_func_cb()
431 memcpy(ad->die_mem, fn_die, sizeof(Dwarf_Die)); in __die_search_func_cb()
449 struct __addr_die_search_param ad; in die_find_realfunc() local
450 ad.addr = addr; in die_find_realfunc()
451 ad.die_mem = die_mem; in die_find_realfunc()
453 if (!dwarf_getfuncs(cu_die, __die_search_func_cb, &ad, 0)) in die_find_realfunc()
/linux-4.1.27/fs/ntfs/
Dattrib.c1309 ATTR_DEF *ad; in ntfs_attr_find_in_attrdef() local
1313 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef < in ntfs_attr_find_in_attrdef()
1314 vol->attrdef_size && ad->type; ++ad) { in ntfs_attr_find_in_attrdef()
1316 if (likely(le32_to_cpu(ad->type) < le32_to_cpu(type))) in ntfs_attr_find_in_attrdef()
1319 if (likely(ad->type == type)) in ntfs_attr_find_in_attrdef()
1320 return ad; in ntfs_attr_find_in_attrdef()
1345 ATTR_DEF *ad; in ntfs_attr_size_bounds_check() local
1355 ad = ntfs_attr_find_in_attrdef(vol, type); in ntfs_attr_size_bounds_check()
1356 if (unlikely(!ad)) in ntfs_attr_size_bounds_check()
1359 if (((sle64_to_cpu(ad->min_size) > 0) && in ntfs_attr_size_bounds_check()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt19 - ad,adv7343-power-mode-dac: array configuring the power on/off DAC's 1..6,
22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF
/linux-4.1.27/arch/mips/include/asm/txx9/
Dtx4927pcic.h147 #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
Dtx3927.h275 #define TX3927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
/linux-4.1.27/drivers/input/mouse/
Dsentelic.c707 struct fsp_data *ad = psmouse->private; in fsp_process_byte() local
748 if (ad->last_mt_fgr == 2) { in fsp_process_byte()
757 ad->last_mt_fgr = 2; in fsp_process_byte()
762 if (ad->last_mt_fgr == 1) { in fsp_process_byte()
771 ad->last_mt_fgr = 1; in fsp_process_byte()
786 ad->last_mt_fgr = 0; in fsp_process_byte()
807 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC) in fsp_process_byte()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c66 .ad = {
135 .ad = {
Dmdp5_cfg.h78 struct mdp5_sub_block ad; member
Dmdp5.xml.h1386 case 0: return (mdp5_cfg->ad.base[0]); in __offset_AD()
1387 case 1: return (mdp5_cfg->ad.base[1]); in __offset_AD()
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S50 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
96 .long R(3f, 92, 92, ad), R(21, 9d, 9d, bc)
117 .long R(16, 0b, 0b, 1d), R(ad, db, db, 76)
173 .long R(20, 30, fa, 55), R(ad, 76, 6d, f6)
187 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17)
231 .long R(0e, 09, 0d, 0b), R(f2, 8b, c7, ad)
252 .long R(da, b7, 8e, 26), R(3f, ad, bf, a4)
/linux-4.1.27/net/batman-adv/
DKconfig12 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
13 a routing protocol for multi-hop ad-hoc mesh networks. The
/linux-4.1.27/scripts/
Dmarkup_oops.pl223 my $ad = "0x".$address;
225 my $delta = Math::BigInt->from_hex($ad) - Math::BigInt->from_hex($ta);
/linux-4.1.27/fs/hpfs/
Ddnode.c238 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local
300 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) { in hpfs_add_to_dnode()
311 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de); in hpfs_add_to_dnode()
321 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0); in hpfs_add_to_dnode()
327 fix_up_ptrs(i->i_sb, ad); in hpfs_add_to_dnode()
329 ad->up = d->up; in hpfs_add_to_dnode()
330 dno = le32_to_cpu(ad->up); in hpfs_add_to_dnode()
362 d->up = ad->up = cpu_to_le32(rdno); in hpfs_add_to_dnode()
363 d->root_dnode = ad->root_dnode = 0; in hpfs_add_to_dnode()
/linux-4.1.27/net/irda/irlan/
DKconfig12 to another Linux machine running the IrLAN protocol for ad-hoc
/linux-4.1.27/Documentation/devicetree/bindings/net/
Ddavicom-dm9000.txt24 local-mac-address = [00 00 de ad be ef];
/linux-4.1.27/drivers/staging/fwserial/
DKconfig7 ad-hoc transport protocol and is currently limited to
/linux-4.1.27/Documentation/filesystems/
Dudf.txt35 shortad Use short ad's
36 longad Use long ad's (default)
Dcoda.txt950 44..1144.. rreeaaddlliinnkk
1128 44..1199.. rreeaaddddiirr
/linux-4.1.27/net/8021q/
DKconfig6 tristate "802.1Q/802.1ad VLAN Support"
/linux-4.1.27/arch/arm/mach-pxa/
Dsharpsl_pm.c61 static int sharpsl_average_value(int ad);
439 static int sharpsl_average_value(int ad) in sharpsl_average_value() argument
446 return ad; in sharpsl_average_value()
449 sharpsl_ad[sharpsl_ad_index] = ad; in sharpsl_average_value()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
DKconfig9 60 GHz band, covered by the IEEE802.11ad standard.
/linux-4.1.27/Documentation/networking/
Dbonding.txt160 "mode=802.3ad" and "mode=4" set the same mode.
183 Specifies the 802.3ad aggregation selection logic to use. The
206 - Any slave's 802.3ad association state changes
217 802.3ad aggregations when partial failure of the active aggregator
462 to transmit LACPDU packets in 802.3ad mode. Possible values
499 links are active before switchover. This option only affect 802.3ad
503 802.3ad mode) whenever there is an active aggregator, regardless of the
557 802.3ad or 4
559 IEEE 802.3ad Dynamic link aggregation. Creates
562 aggregator according to the 802.3ad specification.
[all …]
Dieee802154.txt150 # ip link set lowpan0 address de:ad:be:ef:ca:fe:ba:be
Dspider_net.txt118 ad stop. However, RX packets may still continue arriving on the wire.
DREADME.ipw2200371 iwconfig eth1 mode ad-hoc essid testing channel 2
/linux-4.1.27/arch/s390/include/asm/
Dcpu_mf.h63 unsigned int ad:1; /* 15: diag-sampling authorization */ member
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c665 struct accept_wait_data *ad = sk->sk_user_data; in drbd_incoming_connection() local
668 state_change = ad->original_sk_state_change; in drbd_incoming_connection()
670 complete(&ad->door_bell); in drbd_incoming_connection()
674 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket() argument
711 ad->s_listen = s_listen; in prepare_listen_socket()
713 ad->original_sk_state_change = s_listen->sk->sk_state_change; in prepare_listen_socket()
715 s_listen->sk->sk_user_data = ad; in prepare_listen_socket()
737 static void unregister_state_change(struct sock *sk, struct accept_wait_data *ad) in unregister_state_change() argument
740 sk->sk_state_change = ad->original_sk_state_change; in unregister_state_change()
745 …ruct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_data *ad) in drbd_wait_for_connect() argument
[all …]
/linux-4.1.27/arch/powerpc/boot/dts/
Duc101.dts94 compatible = "ad,adm9240";
Dmucmc52.dts94 compatible = "ad,adm9240";
Dac14xx.dts189 compatible = "ad,ad7414";
Darches.dts242 compatible = "ad,ad7414";
Dglacier.dts296 compatible = "ad,ad7414";
Dcanyonlands.dts319 compatible = "ad,ad7414";
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dtrivial-devices.txt13 ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature …
14 ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Das3722-regulator.txt34 controlling this rail. Valid values are 0, 1, 2 ad 3.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dinterrupts.txt82 compatible = "ad,gpio-adnp";
/linux-4.1.27/Documentation/prctl/
Dno_new_privs.txt17 These are all ad-hoc fixes. The no_new_privs bit (since Linux 3.5) is a
/linux-4.1.27/drivers/media/rc/keymaps/
DMakefile17 rc-azurewave-ad-tu700.o \
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.em28xx80 …79 -> Terratec Cinergy H5 (em2884) [eb1a:2885,0ccd:10a2,0ccd:10ad,0ccd…
Dgspca.txt85 zc3xx 046d:08ad Logitech QCCommunicate STX
/linux-4.1.27/arch/nios2/platform/
DKconfig.platform28 account that when using an MMU you'd have to ad 0xC0000000 to your
/linux-4.1.27/drivers/media/platform/
Dfsl-viu.c1489 struct i2c_adapter *ad; in viu_of_probe() local
1545 ad = i2c_get_adapter(0); in viu_of_probe()
1546 viu_dev->decoder = v4l2_i2c_new_subdev(&viu_dev->v4l2_dev, ad, in viu_of_probe()
1618 i2c_put_adapter(ad); in viu_of_probe()
/linux-4.1.27/Documentation/scsi/
Daacraid.txt112 9005:0286:9005:02ad (Aurora ARK)
/linux-4.1.27/drivers/media/usb/gspca/
Dvc032x.c3096 u16 ad = addr; in put_tab_to_reg() local
3099 reg_w(gspca_dev, 0xa0, tab[j], ad++); in put_tab_to_reg()
/linux-4.1.27/drivers/ata/
Dlibata-core.c4290 const struct ata_blacklist_entry *ad = ata_device_blacklist; in ata_dev_blacklisted() local
4295 while (ad->model_num) { in ata_dev_blacklisted()
4296 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted()
4297 if (ad->model_rev == NULL) in ata_dev_blacklisted()
4298 return ad->horkage; in ata_dev_blacklisted()
4299 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
4300 return ad->horkage; in ata_dev_blacklisted()
4302 ad++; in ata_dev_blacklisted()
/linux-4.1.27/Documentation/devicetree/bindings/
Dvendor-prefixes.txt9 ad Avionic Design GmbH
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Das3722.txt111 controlling this rail. Valid values are 0, 1, 2 ad 3.
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni64 0x2d U+002d U+00ad
/linux-4.1.27/tools/power/cpupower/po/
Dit.po496 "le informazioni di debug per cpufreq saranno utili ad esempio a riportare i "
615 " ad eccezione dell'opzione -c CPU o --cpu CPU\n"
638 "- Stai provando ad impostare una politica di gestione non valida?\n"
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt28 The Linux watchdog API is a rather ad-hoc construction and different
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt219 ad: LODS/W/D/Q rAX,Xv
514 ad: SHRD Ev,Gv,CL
721 ad: vfnmadd213ss/d Vx,Hx,Wx (66),(v),(v1)
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt53 timeout values used are ad-hoc. For them it is at most a necessary
/linux-4.1.27/sound/pci/rme9652/
Dhdsp.c909 unsigned int ad; in hdsp_write_gain() local
944 ad = addr/2; in hdsp_write_gain()
946 hdsp_write (hdsp, 4096 + (ad*4), in hdsp_write_gain()
954 ad = (addr << 16) + data; in hdsp_write_gain()
959 hdsp_write (hdsp, HDSP_fifoData, ad); in hdsp_write_gain()
/linux-4.1.27/Documentation/ia64/
Dmca.txt1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt209 Method 3 is useful if the list of objects is constructed ad-hoc and not upfront,
/linux-4.1.27/drivers/net/
DKconfig47 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
/linux-4.1.27/Documentation/blockdev/
Dparide.txt11 host computer. While some devices (notably scanners) use ad-hoc methods
/linux-4.1.27/Documentation/
Dxillybus.txt74 interface logic for the FPGA, and write a simple ad-hoc driver for the kernel.
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt209 not clearly defined. There have been attempts to add ad-hoc behaviors
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex90 capabilities of a particular drive, in an {\fo ad hoc\/} manner. More
/linux-4.1.27/arch/m68k/ifpsp060/
Dfplsp.sa1467 dc.l $3ffe0000,$c907da4e,$871146ad,$00000000
/linux-4.1.27/
DMAINTAINERS726 F: drivers/iio/*/ad*
728 F: drivers/staging/iio/*/ad*