/linux-4.4.14/drivers/clk/ti/ |
D | apll.c | 44 struct dpll_data *ad; in dra7_apll_enable() local 49 ad = clk->dpll_data; in dra7_apll_enable() 50 if (!ad) in dra7_apll_enable() 55 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable() 58 v = ti_clk_ll_ops->clk_readl(ad->idlest_reg); in dra7_apll_enable() 60 if ((v & ad->idlest_mask) == state) in dra7_apll_enable() 63 v = ti_clk_ll_ops->clk_readl(ad->control_reg); in dra7_apll_enable() 64 v &= ~ad->enable_mask; in dra7_apll_enable() 65 v |= APLL_FORCE_LOCK << __ffs(ad->enable_mask); in dra7_apll_enable() 66 ti_clk_ll_ops->clk_writel(v, ad->control_reg); in dra7_apll_enable() [all …]
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-hdmi-audio.c | 59 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 96 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup() [all …]
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 423 struct smk_audit_info ad, *saip = NULL; in smk_ptrace_rule_check() local 428 smk_ad_init(&ad, func, LSM_AUDIT_DATA_TASK); in smk_ptrace_rule_check() 429 smk_ad_setfield_u_tsk(&ad, tracer); in smk_ptrace_rule_check() 430 saip = &ad; in smk_ptrace_rule_check() 886 struct smk_audit_info ad; in smack_sb_statfs() local 888 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_sb_statfs() 889 smk_ad_setfield_u_fs_path_dentry(&ad, dentry); in smack_sb_statfs() 891 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs() 1070 struct smk_audit_info ad; in smack_inode_link() local 1073 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_inode_link() [all …]
|
D | smack_access.c | 323 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.4.14/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1416 struct lpfc_fdmi_attr_def *ad; in lpfc_fdmi_cmd() local 1505 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd() 1507 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_cmd() 1509 ad->AttrType = cpu_to_be16(RHBA_NODENAME); in lpfc_fdmi_cmd() 1510 ad->AttrLen = cpu_to_be16(FOURBYTES in lpfc_fdmi_cmd() 1521 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd() 1523 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_cmd() 1525 ad->AttrType = cpu_to_be16(RHBA_MANUFACTURER); in lpfc_fdmi_cmd() 1531 ad->AttrLen = cpu_to_be16(FOURBYTES + len); in lpfc_fdmi_cmd() 1539 ad = (struct lpfc_fdmi_attr_def *) in lpfc_fdmi_cmd() [all …]
|
/linux-4.4.14/security/ |
D | lsm_audit.c | 43 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.4.14/security/selinux/ |
D | hooks.c | 1566 struct common_audit_data ad; in cred_has_capability() local 1573 ad.type = LSM_AUDIT_DATA_CAP; in cred_has_capability() 1574 ad.u.cap = cap; in cred_has_capability() 1592 int rc2 = avc_audit(sid, sid, sclass, av, &avd, rc, &ad, 0); in cred_has_capability() 1639 struct common_audit_data ad; in dentry_has_perm() local 1641 ad.type = LSM_AUDIT_DATA_DENTRY; in dentry_has_perm() 1642 ad.u.dentry = dentry; in dentry_has_perm() 1643 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm() 1654 struct common_audit_data ad; in path_has_perm() local 1656 ad.type = LSM_AUDIT_DATA_PATH; in path_has_perm() [all …]
|
D | avc.c | 473 struct common_audit_data *ad) in avc_xperms_audit() argument 482 audited, denied, result, ad, 0); in avc_xperms_audit() 713 struct common_audit_data *ad = a; in avc_audit_pre_callback() local 715 ad->selinux_audit_data->denied ? "denied" : "granted"); in avc_audit_pre_callback() 716 avc_dump_av(ab, ad->selinux_audit_data->tclass, in avc_audit_pre_callback() 717 ad->selinux_audit_data->audited); in avc_audit_pre_callback() 729 struct common_audit_data *ad = a; in avc_audit_post_callback() local 731 avc_dump_query(ab, ad->selinux_audit_data->ssid, in avc_audit_post_callback() 732 ad->selinux_audit_data->tsid, in avc_audit_post_callback() 733 ad->selinux_audit_data->tclass); in avc_audit_post_callback() [all …]
|
D | xfrm.c | 402 struct common_audit_data *ad) in selinux_xfrm_sock_rcv_skb() argument 424 SECCLASS_ASSOCIATION, ASSOCIATION__RECVFROM, ad); in selinux_xfrm_sock_rcv_skb() 435 struct common_audit_data *ad, u8 proto) in selinux_xfrm_postroute_last() argument 467 SECCLASS_ASSOCIATION, ASSOCIATION__SENDTO, ad); in selinux_xfrm_postroute_last()
|
D | netlabel.c | 372 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.4.14/drivers/video/fbdev/ |
D | fsl-diu-fb.c | 341 struct diu_ad *ad; member 378 struct diu_ad ad[NUM_AOIS] __aligned(8); member 502 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel() local 508 wr_reg_wa(&hw->desc[0], ad->paddr); in fsl_diu_enable_panel() 512 if (hw->desc[1] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel() 514 ad->next_ad = in fsl_diu_enable_panel() 515 cpu_to_le32(cmfbi->ad->paddr); in fsl_diu_enable_panel() 517 ad->next_ad = 0; in fsl_diu_enable_panel() 518 wr_reg_wa(&hw->desc[1], ad->paddr); in fsl_diu_enable_panel() 523 if (hw->desc[2] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | tegra.txt | 19 ad,medcom-wide 20 ad,plutux 21 ad,tamonten 22 ad,tec
|
/linux-4.4.14/security/selinux/include/ |
D | xfrm.h | 39 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
|
D | netlabel.h | 62 struct common_audit_data *ad); 132 struct common_audit_data *ad) in selinux_netlbl_sock_rcv_skb() argument
|
D | avc.h | 161 u8 driver, u8 perm, struct common_audit_data *ad);
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | uaccess.h | 53 .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.4.14/tools/perf/util/ |
D | dwarf-aux.c | 438 struct __addr_die_search_param *ad = data; in __die_search_func_tail_cb() local 443 addr == ad->addr) { in __die_search_func_tail_cb() 444 memcpy(ad->die_mem, fn_die, sizeof(Dwarf_Die)); in __die_search_func_tail_cb() 463 struct __addr_die_search_param ad; in die_find_tailfunc() local 464 ad.addr = addr; in die_find_tailfunc() 465 ad.die_mem = die_mem; in die_find_tailfunc() 467 if (!dwarf_getfuncs(cu_die, __die_search_func_tail_cb, &ad, 0)) in die_find_tailfunc() 476 struct __addr_die_search_param *ad = data; in __die_search_func_cb() local 483 dwarf_haspc(fn_die, ad->addr)) { in __die_search_func_cb() 484 memcpy(ad->die_mem, fn_die, sizeof(Dwarf_Die)); in __die_search_func_cb() [all …]
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | teles0.c | 61 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.4.14/arch/s390/kernel/ |
D | perf_event.c | 146 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()
|
D | perf_cpum_sf.c | 729 if (!si.ad) { in __hw_perf_event_init() 1608 if (si.ad) { in init_cpum_sampling_pmu()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra20-plutux.dts | 7 compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20"; 36 compatible = "ad,tegra-audio-plutux",
|
D | tegra20-tec.dts | 7 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20"; 44 compatible = "ad,tegra-audio-wm8903-tec",
|
D | tegra20-medcom-wide.dts | 7 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20"; 64 compatible = "ad,tegra-audio-wm8903-medcom-wide",
|
D | imx6q-dmo-edmqmx6.dts | 275 compatible = "ad,ad7414"; 280 compatible = "ad,ad7414";
|
D | s5pv210-smdkv210.dts | 42 local-mac-address = [00 00 de ad be ef];
|
D | am437x-sk-evm.dts | 337 0x020 (PIN_OUTPUT | MUX_MODE1) /* gpmc ad 8 -> DSS DATA 23 */ 344 0x03c (PIN_OUTPUT | MUX_MODE1) /* gpmc ad 15 -> DSS DATA 16 */
|
D | am43x-epos-evm.dts | 280 0x020 (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 8 -> DSS DATA 23 */ 287 0x03C (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 15 -> DSS DATA 16 */
|
D | tegra20-tamonten.dtsi | 5 compatible = "ad,tamonten", "nvidia,tegra20";
|
D | am437x-gp-evm.dts | 261 0x020 (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 8 -> DSS DATA 23 */ 268 0x03c (PIN_OUTPUT_PULLUP | MUX_MODE1) /*gpmc ad 15 -> DSS DATA 16 */
|
/linux-4.4.14/fs/udf/ |
D | misc.c | 50 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.4.14/include/linux/ |
D | lsm_audit.h | 97 struct common_audit_data *ad, u8 *proto); 100 struct common_audit_data *ad, u8 *proto);
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-adnp.txt | 4 - compatible: should be "ad,gpio-adnp" 21 compatible = "ad,gpio-adnp";
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_cfg.c | 147 .ad = { 226 .ad = { 366 .ad = { 440 .ad = {
|
D | mdp5_cfg.h | 90 struct mdp5_sub_block ad; member
|
D | mdp5.xml.h | 1890 case 0: return (mdp5_cfg->ad.base[0]); in __offset_AD() 1891 case 1: return (mdp5_cfg->ad.base[1]); in __offset_AD()
|
/linux-4.4.14/fs/ntfs/ |
D | attrib.c | 1309 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.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 19 - 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.4.14/arch/mips/include/asm/txx9/ |
D | tx4927pcic.h | 147 #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
|
D | tx3927.h | 275 #define TX3927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
|
/linux-4.4.14/drivers/input/mouse/ |
D | sentelic.c | 709 struct fsp_data *ad = psmouse->private; in fsp_process_byte() local 750 if (ad->last_mt_fgr == 2) { in fsp_process_byte() 759 ad->last_mt_fgr = 2; in fsp_process_byte() 764 if (ad->last_mt_fgr == 1) { in fsp_process_byte() 773 ad->last_mt_fgr = 1; in fsp_process_byte() 788 ad->last_mt_fgr = 0; in fsp_process_byte() 809 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC) in fsp_process_byte()
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 50 .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.4.14/net/batman-adv/ |
D | Kconfig | 12 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.4.14/scripts/ |
D | markup_oops.pl | 223 my $ad = "0x".$address; 225 my $delta = Math::BigInt->from_hex($ad) - Math::BigInt->from_hex($ta);
|
/linux-4.4.14/fs/hpfs/ |
D | dnode.c | 238 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.4.14/net/irda/irlan/ |
D | Kconfig | 12 to another Linux machine running the IrLAN protocol for ad-hoc
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | davicom-dm9000.txt | 24 local-mac-address = [00 00 de ad be ef];
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | Kconfig | 7 ad-hoc transport protocol and is currently limited to
|
/linux-4.4.14/Documentation/filesystems/ |
D | udf.txt | 35 shortad Use short ad's 36 longad Use long ad's (default)
|
D | coda.txt | 950 44..1144.. rreeaaddlliinnkk 1128 44..1199.. rreeaaddddiirr
|
/linux-4.4.14/net/8021q/ |
D | Kconfig | 6 tristate "802.1Q/802.1ad VLAN Support"
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 61 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.4.14/Documentation/networking/ |
D | bonding.txt | 54 3.7 Configuring LACP for 802.3ad mode in a more secure way 161 "mode=802.3ad" and "mode=4" set the same mode. 188 This parameter has effect only in 802.3ad mode and is available through 200 This parameter has effect only in 802.3ad mode and is available through 205 Specifies the 802.3ad aggregation selection logic to use. The 228 - Any slave's 802.3ad association state changes 239 802.3ad aggregations when partial failure of the active aggregator 257 This parameter has effect only in 802.3ad mode and is available through 499 to transmit LACPDU packets in 802.3ad mode. Possible values 536 links are active before switchover. This option only affect 802.3ad [all …]
|
D | ieee802154.txt | 140 # ip link set lowpan0 address de:ad:be:ef:ca:fe:ba:be
|
D | spider_net.txt | 118 ad stop. However, RX packets may still continue arriving on the wire.
|
D | README.ipw2200 | 371 iwconfig eth1 mode ad-hoc essid testing channel 2
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | Kconfig | 10 60 GHz band, covered by the IEEE802.11ad standard.
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cpu_mf.h | 58 unsigned int ad:1; /* 15: diag-sampling authorization */ member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 666 struct accept_wait_data *ad = sk->sk_user_data; in drbd_incoming_connection() local 669 state_change = ad->original_sk_state_change; in drbd_incoming_connection() 671 complete(&ad->door_bell); in drbd_incoming_connection() 675 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket() argument 712 ad->s_listen = s_listen; in prepare_listen_socket() 714 ad->original_sk_state_change = s_listen->sk->sk_state_change; in prepare_listen_socket() 716 s_listen->sk->sk_user_data = ad; in prepare_listen_socket() 738 static void unregister_state_change(struct sock *sk, struct accept_wait_data *ad) in unregister_state_change() argument 741 sk->sk_state_change = ad->original_sk_state_change; in unregister_state_change() 746 …ruct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_data *ad) in drbd_wait_for_connect() argument [all …]
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | uc101.dts | 94 compatible = "ad,adm9240";
|
D | mucmc52.dts | 94 compatible = "ad,adm9240";
|
D | ac14xx.dts | 189 compatible = "ad,ad7414";
|
D | arches.dts | 242 compatible = "ad,ad7414";
|
D | canyonlands.dts | 319 compatible = "ad,ad7414";
|
D | glacier.dts | 296 compatible = "ad,ad7414";
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 34 controlling this rail. Valid values are 0, 1, 2 ad 3.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | trivial-devices.txt | 13 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.4.14/drivers/media/rc/keymaps/ |
D | Makefile | 17 rc-azurewave-ad-tu700.o \
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 17 These are all ad-hoc fixes. The no_new_privs bit (since Linux 3.5) is a
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | interrupts.txt | 82 compatible = "ad,gpio-adnp";
|
/linux-4.4.14/Documentation/DocBook/ |
D | crypto-API.xml.db | 38 API-aead-request-set-ad
|
/linux-4.4.14/arch/nios2/platform/ |
D | Kconfig.platform | 28 account that when using an MMU you'd have to ad 0xC0000000 to your
|
/linux-4.4.14/drivers/media/platform/ |
D | fsl-viu.c | 1399 struct i2c_adapter *ad; in viu_of_probe() local 1455 ad = i2c_get_adapter(0); in viu_of_probe() 1466 viu_dev->decoder = v4l2_i2c_new_subdev(&viu_dev->v4l2_dev, ad, in viu_of_probe() 1539 i2c_put_adapter(ad); in viu_of_probe()
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.em28xx | 80 …79 -> Terratec Cinergy H5 (em2884) [eb1a:2885,0ccd:10a2,0ccd:10ad,0ccd…
|
D | gspca.txt | 85 zc3xx 046d:08ad Logitech QCCommunicate STX
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 112 9005:0286:9005:02ad (Aurora ARK)
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | vc032x.c | 3096 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.4.14/drivers/ata/ |
D | libata-core.c | 4290 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.4.14/Documentation/devicetree/bindings/mfd/ |
D | as3722.txt | 111 controlling this rail. Valid values are 0, 1, 2 ad 3.
|
/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 64 0x2d U+002d U+00ad
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 9 ad Avionic Design GmbH
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net | 56 2: 01-80-C2-00-00-02 (Link Aggregation) 802.3ad
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | it.po | 496 "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.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 28 The Linux watchdog API is a rather ad-hoc construction and different
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 53 timeout values used are ad-hoc. For them it is at most a necessary
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdsp.c | 909 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.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 219 ad: LODS/W/D/Q rAX,Xv 518 ad: SHRD Ev,Gv,CL 725 ad: vfnmadd213ss/d Vx,Hx,Wx (66),(v),(v1)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 219 ad: LODS/W/D/Q rAX,Xv 518 ad: SHRD Ev,Gv,CL 725 ad: vfnmadd213ss/d Vx,Hx,Wx (66),(v),(v1)
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 209 Method 3 is useful if the list of objects is constructed ad-hoc and not upfront,
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 47 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 11 host computer. While some devices (notably scanners) use ad-hoc methods
|
/linux-4.4.14/Documentation/ |
D | xillybus.txt | 74 interface logic for the FPGA, and write a simple ad-hoc driver for the kernel.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 114 system in various ad-hoc ways. Usually only the bare minimum was
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 209 not clearly defined. There have been attempts to add ad-hoc behaviors
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 90 capabilities of a particular drive, in an {\fo ad hoc\/} manner. More
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1467 dc.l $3ffe0000,$c907da4e,$871146ad,$00000000
|
/linux-4.4.14/ |
D | MAINTAINERS | 738 F: drivers/iio/*/ad* 740 F: drivers/staging/iio/*/ad*
|