/linux-4.1.27/sound/pci/ |
D | cmipci.c | 515 static inline void snd_cmipci_write(struct cmipci *cm, unsigned int cmd, unsigned int data) in snd_cmipci_write() argument 517 outl(data, cm->iobase + cmd); in snd_cmipci_write() 520 static inline unsigned int snd_cmipci_read(struct cmipci *cm, unsigned int cmd) in snd_cmipci_read() argument 522 return inl(cm->iobase + cmd); in snd_cmipci_read() 526 static inline void snd_cmipci_write_w(struct cmipci *cm, unsigned int cmd, unsigned short data) in snd_cmipci_write_w() argument 528 outw(data, cm->iobase + cmd); in snd_cmipci_write_w() 531 static inline unsigned short snd_cmipci_read_w(struct cmipci *cm, unsigned int cmd) in snd_cmipci_read_w() argument 533 return inw(cm->iobase + cmd); in snd_cmipci_read_w() 537 static inline void snd_cmipci_write_b(struct cmipci *cm, unsigned int cmd, unsigned char data) in snd_cmipci_write_b() argument 539 outb(data, cm->iobase + cmd); in snd_cmipci_write_b() [all …]
|
/linux-4.1.27/drivers/power/ |
D | charger-manager.c | 88 static bool is_batt_present(struct charger_manager *cm) in is_batt_present() argument 95 switch (cm->desc->battery_present) { in is_batt_present() 102 psy = power_supply_get_by_name(cm->desc->psy_fuel_gauge); in is_batt_present() 113 for (i = 0; cm->desc->psy_charger_stat[i]; i++) { in is_batt_present() 115 cm->desc->psy_charger_stat[i]); in is_batt_present() 117 dev_err(cm->dev, "Cannot find power supply \"%s\"\n", in is_batt_present() 118 cm->desc->psy_charger_stat[i]); in is_batt_present() 144 static bool is_ext_pwr_online(struct charger_manager *cm) in is_ext_pwr_online() argument 152 for (i = 0; cm->desc->psy_charger_stat[i]; i++) { in is_ext_pwr_online() 153 psy = power_supply_get_by_name(cm->desc->psy_charger_stat[i]); in is_ext_pwr_online() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 7 - cm-num-chargers : number of chargers 8 - cm-chargers : name of chargers 9 - cm-fuel-gauge : name of battery fuel gauge 11 - cm-regulator-name : name of charger regulator 13 - cm-cable-name : name of charger cable 14 - cm-cable-extcon : name of extcon dev 15 (optional) - cm-cable-min : minimum current of cable 16 (optional) - cm-cable-max : maximum current of cable 19 - cm-name : charger manager's name (default : "battery") 20 - cm-poll-mode : polling mode (enum polling_modes) [all …]
|
/linux-4.1.27/net/sched/ |
D | em_canid.c | 56 static void em_canid_sff_match_add(struct canid_match *cm, u32 can_id, in em_canid_sff_match_add() argument 70 set_bit(can_id, cm->match_sff); in em_canid_sff_match_add() 76 bitmap_fill(cm->match_sff, (1 << CAN_SFF_ID_BITS)); in em_canid_sff_match_add() 87 set_bit(i, cm->match_sff); in em_canid_sff_match_add() 99 struct canid_match *cm = em_canid_priv(m); in em_canid_match() local 108 for (i = 0, lp = cm->rules_raw; in em_canid_match() 109 i < cm->eff_rules_count; i++, lp++) { in em_canid_match() 117 match = (test_bit(can_id, cm->match_sff) ? 1 : 0); in em_canid_match() 127 struct canid_match *cm; in em_canid_change() local 139 cm = kzalloc(sizeof(struct canid_match) + len, GFP_KERNEL); in em_canid_change() [all …]
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 97 priv->cm.rx_wr.wr_id = id | IPOIB_OP_CM | IPOIB_OP_RECV; in ipoib_cm_post_receive_srq() 99 for (i = 0; i < priv->cm.num_frags; ++i) in ipoib_cm_post_receive_srq() 100 priv->cm.rx_sge[i].addr = priv->cm.srq_ring[id].mapping[i]; in ipoib_cm_post_receive_srq() 102 ret = ib_post_srq_recv(priv->cm.srq, &priv->cm.rx_wr, &bad_wr); in ipoib_cm_post_receive_srq() 105 ipoib_cm_dma_unmap_rx(priv, priv->cm.num_frags - 1, in ipoib_cm_post_receive_srq() 106 priv->cm.srq_ring[id].mapping); in ipoib_cm_post_receive_srq() 107 dev_kfree_skb_any(priv->cm.srq_ring[id].skb); in ipoib_cm_post_receive_srq() 108 priv->cm.srq_ring[id].skb = NULL; in ipoib_cm_post_receive_srq() 217 if (list_empty(&priv->cm.rx_flush_list) || in ipoib_cm_start_rx_drain() 218 !list_empty(&priv->cm.rx_drain_list)) in ipoib_cm_start_rx_drain() [all …]
|
D | ipoib.h | 383 struct ipoib_cm_dev_priv cm; member 424 struct ipoib_cm_tx *cm; member 580 return test_bit(IPOIB_FLAG_OPER_UP, &neigh->cm->flags); in ipoib_cm_up() 585 return neigh->cm; in ipoib_cm_get() 590 neigh->cm = tx; in ipoib_cm_set() 596 return !!priv->cm.srq; in ipoib_cm_has_srq() 602 return priv->cm.max_cm_mtu; in ipoib_cm_max_mtu()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-dec23.c | 364 const unsigned char *cm = pwc_crop_table+MAX_OUTER_CROP_VALUE; in copy_image_block_Y() local 368 *d++ = cm[c[0] >> scalebits]; in copy_image_block_Y() 369 *d++ = cm[c[1] >> scalebits]; in copy_image_block_Y() 370 *d++ = cm[c[2] >> scalebits]; in copy_image_block_Y() 371 *d++ = cm[c[3] >> scalebits]; in copy_image_block_Y() 374 *d++ = cm[c[4] >> scalebits]; in copy_image_block_Y() 375 *d++ = cm[c[5] >> scalebits]; in copy_image_block_Y() 376 *d++ = cm[c[6] >> scalebits]; in copy_image_block_Y() 377 *d++ = cm[c[7] >> scalebits]; in copy_image_block_Y() 380 *d++ = cm[c[8] >> scalebits]; in copy_image_block_Y() [all …]
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 78 static ssize_t comm_nodeid_read(struct dlm_comm *cm, char *buf); 79 static ssize_t comm_nodeid_write(struct dlm_comm *cm, const char *buf, 81 static ssize_t comm_local_read(struct dlm_comm *cm, char *buf); 82 static ssize_t comm_local_write(struct dlm_comm *cm, const char *buf, 84 static ssize_t comm_addr_write(struct dlm_comm *cm, const char *buf, 86 static ssize_t comm_addr_list_read(struct dlm_comm *cm, char *buf); 587 struct dlm_comm *cm; in make_comm() local 589 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm() 590 if (!cm) in make_comm() 593 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm() [all …]
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 183 struct cmsghdr *cm; in __recv_errmsg_cmsg() local 186 for (cm = CMSG_FIRSTHDR(msg); in __recv_errmsg_cmsg() 187 cm && cm->cmsg_len; in __recv_errmsg_cmsg() 188 cm = CMSG_NXTHDR(msg, cm)) { in __recv_errmsg_cmsg() 189 if (cm->cmsg_level == SOL_SOCKET && in __recv_errmsg_cmsg() 190 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg() 191 tss = (void *) CMSG_DATA(cm); in __recv_errmsg_cmsg() 192 } else if ((cm->cmsg_level == SOL_IP && in __recv_errmsg_cmsg() 193 cm->cmsg_type == IP_RECVERR) || in __recv_errmsg_cmsg() 194 (cm->cmsg_level == SOL_IPV6 && in __recv_errmsg_cmsg() [all …]
|
D | timestamping.c | 286 struct cmsghdr cm; in recvpacket() member
|
/linux-4.1.27/net/netfilter/ |
D | xt_limit.c | 155 const struct compat_xt_rateinfo *cm = src; in limit_mt_compat_from_user() local 157 .avg = cm->avg, in limit_mt_compat_from_user() 158 .burst = cm->burst, in limit_mt_compat_from_user() 159 .prev = cm->prev | (unsigned long)cm->master << 32, in limit_mt_compat_from_user() 160 .credit = cm->credit, in limit_mt_compat_from_user() 161 .credit_cap = cm->credit_cap, in limit_mt_compat_from_user() 162 .cost = cm->cost, in limit_mt_compat_from_user() 170 struct compat_xt_rateinfo cm = { in limit_mt_compat_to_user() local 179 return copy_to_user(dst, &cm, sizeof(cm)) ? -EFAULT : 0; in limit_mt_compat_to_user()
|
D | x_tables.c | 494 struct compat_xt_entry_match *cm = (struct compat_xt_entry_match *)m; in xt_compat_match_from_user() local 496 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user() 499 memcpy(m, cm, sizeof(*cm)); in xt_compat_match_from_user() 501 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user() 503 memcpy(m->data, cm->data, msize - sizeof(*cm)); in xt_compat_match_from_user() 521 struct compat_xt_entry_match __user *cm = *dstptr; in xt_compat_match_to_user() local 525 if (copy_to_user(cm, m, sizeof(*cm)) || in xt_compat_match_to_user() 526 put_user(msize, &cm->u.user.match_size) || in xt_compat_match_to_user() 527 copy_to_user(cm->u.user.name, m->u.kernel.match->name, in xt_compat_match_to_user() 532 if (match->compat_to_user((void __user *)cm->data, m->data)) in xt_compat_match_to_user() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | prcm.txt | 16 "ti,omap3-cm" 22 "ti,omap5-cm-core-aon" 24 "ti,omap5-cm-core" 26 "ti,dra7-cm-core-aon" 27 "ti,dra7-cm-core" 37 cm: cm@48004000 { 38 compatible = "ti,omap3-cm";
|
/linux-4.1.27/net/core/ |
D | scm.c | 217 struct cmsghdr __user *cm in put_cmsg() local 226 if (cm==NULL || msg->msg_controllen < sizeof(*cm)) { in put_cmsg() 239 if (copy_to_user(cm, &cmhdr, sizeof cmhdr)) in put_cmsg() 241 if (copy_to_user(CMSG_DATA(cm), data, cmlen - sizeof(struct cmsghdr))) in put_cmsg() 256 struct cmsghdr __user *cm in scm_detach_fds() local 277 for (i=0, cmfptr=(__force int __user *)CMSG_DATA(cm); i<fdmax; in scm_detach_fds() 307 err = put_user(SOL_SOCKET, &cm->cmsg_level); in scm_detach_fds() 309 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds() 311 err = put_user(cmlen, &cm->cmsg_len); in scm_detach_fds()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | cm.c | 83 } cm; variable 360 read_lock_irqsave(&cm.device_lock, flags); in cm_init_av_by_path() 361 list_for_each_entry(cm_dev, &cm.device_list, list) { in cm_init_av_by_path() 368 read_unlock_irqrestore(&cm.device_lock, flags); in cm_init_av_by_path() 394 spin_lock_irqsave(&cm.lock, flags); in cm_alloc_id() 396 id = idr_alloc_cyclic(&cm.local_id_table, cm_id_priv, 0, 0, GFP_NOWAIT); in cm_alloc_id() 398 spin_unlock_irqrestore(&cm.lock, flags); in cm_alloc_id() 401 cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand; in cm_alloc_id() 407 spin_lock_irq(&cm.lock); in cm_free_id() 408 idr_remove(&cm.local_id_table, in cm_free_id() [all …]
|
D | Makefile | 20 ib_cm-y := cm.o
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | core.c | 77 struct device_node *cm = of_find_matching_node(NULL, cm_match); in cm_init() local 79 if (!cm) { in cm_init() 83 cm_base = of_iomap(cm, 0); in cm_init()
|
/linux-4.1.27/Documentation/frv/ |
D | clock.txt | 10 cm -- current value of the CM bits in CLKC register. 17 The 'cm' file should also be available on all boards. '0' can be written to it 40 PM-Controls: cmode=0xd31f, cm=0x3, p0=0x3, suspend=0x9 41 PM-Status: cmode=3, cm=0, p0=0 53 PM-Controls: cm=0x3, p0=0x3, suspend=0x9 54 PM-Status: cmode=9, cm=0, p0=0
|
/linux-4.1.27/drivers/platform/x86/ |
D | eeepc-laptop.c | 213 static int set_acpi(struct eeepc_laptop *eeepc, int cm, int value) in set_acpi() argument 215 const char *method = cm_setv[cm]; in set_acpi() 219 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in set_acpi() 227 static int get_acpi(struct eeepc_laptop *eeepc, int cm) in get_acpi() argument 229 const char *method = cm_getv[cm]; in get_acpi() 234 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in get_acpi() 242 static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, in acpi_setter_handle() argument 245 const char *method = cm_setv[cm]; in acpi_setter_handle() 250 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in acpi_setter_handle() 273 static ssize_t store_sys_acpi(struct device *dev, int cm, in store_sys_acpi() argument [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | arm-integrator.txt | 15 - compatible: must be "arm,integrator-cm-auxosc" or "arm,versatile-cm-auxosc" 31 compatible = "arm,integrator-cm-auxosc";
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Makefile | 42 obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx.o cm-x255.o cm-x270.o 44 obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx-pci.o 47 obj-$(CONFIG_MACH_CM_X300) += cm-x300.o
|
/linux-4.1.27/drivers/net/arcnet/ |
D | com20020-pci.c | 91 struct com20020_pci_channel_map *cm = &ci->chan_map_tbl[i]; in com20020pci_probe() local 105 ioaddr = pci_resource_start(pdev, cm->bar) + cm->offset; in com20020pci_probe() 107 r = devm_request_region(&pdev->dev, ioaddr, cm->size, in com20020pci_probe() 111 ioaddr, ioaddr + cm->size - 1); in com20020pci_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | panel-dsi-cm.txt | 5 - compatible: "panel-dsi-cm" 19 compatible = "tpo,taal", "panel-dsi-cm";
|
/linux-4.1.27/drivers/usb/atm/ |
D | cxacru.c | 208 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm, 583 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm, in cxacru_cm() argument 610 cm, ret); in cxacru_cm() 616 wbuf[0] = cm; in cxacru_cm() 618 wbuf[offb] = cm; in cxacru_cm() 628 cm, ret); in cxacru_cm() 635 usb_err(instance->usbatm, "send of cm %#x failed (%d)\n", cm, ret); in cxacru_cm() 642 usb_err(instance->usbatm, "receive of cm %#x failed (%d)\n", cm, ret); in cxacru_cm() 648 cm, actlen); in cxacru_cm() 655 if (rbuf[offb] != cm) { in cxacru_cm() [all …]
|
/linux-4.1.27/drivers/net/can/ |
D | dev.c | 802 struct can_ctrlmode *cm = nla_data(data[IFLA_CAN_CTRLMODE]); in can_validate() local 804 is_can_fd = cm->flags & cm->mask & CAN_CTRLMODE_FD; in can_validate() 850 struct can_ctrlmode *cm; in can_changelink() local 857 cm = nla_data(data[IFLA_CAN_CTRLMODE]); in can_changelink() 859 maskedflags = cm->flags & cm->mask; in can_changelink() 862 if (cm->mask & ~(priv->ctrlmode_supported | ctrlstatic)) in can_changelink() 874 priv->ctrlmode &= ~cm->mask; in can_changelink() 950 struct can_ctrlmode cm = {.flags = priv->ctrlmode}; in can_fill_info() local 967 nla_put(skb, IFLA_CAN_CTRLMODE, sizeof(cm), &cm) || in can_fill_info()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-sbc-t3730.dts | 5 #include "omap3-cm-t3730.dts" 10 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap36xx", "ti,omap3";
|
D | omap5-sbc-t54.dts | 5 #include "omap5-cm-t54.dts" 9 compatible = "compulab,omap5-sbc-t54", "compulab,omap5-cm-t54", "ti,omap5";
|
D | omap3-sbc-t3530.dts | 5 #include "omap3-cm-t3530.dts" 10 compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3";
|
D | omap3-cm-t3530.dts | 7 #include "omap3-cm-t3x30.dtsi" 11 compatible = "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3";
|
D | omap3-sbc-t3517.dts | 5 #include "omap3-cm-t3517.dts" 10 compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3";
|
D | imx6q-cm-fx6.dts | 19 compatible = "compulab,cm-fx6", "fsl,imx6q"; 50 imx6q-cm-fx6 {
|
D | omap3-cm-t3730.dts | 7 #include "omap3-cm-t3x30.dtsi" 11 compatible = "compulab,omap3-cm-t3730", "ti,omap36xx", "ti,omap3";
|
D | omap3-cm-t3x30.dtsi | 5 #include "omap3-cm-t3x.dtsi" 16 ti,model = "cm-t35";
|
D | omap3-cm-t3517.dts | 7 #include "omap3-cm-t3x.dtsi" 11 compatible = "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3";
|
D | dove-cm-a510.dts | 7 compatible = "compulab,cm-a510", "marvell,dove";
|
D | qcom-apq8064-cm-qs600.dts | 5 compatible = "qcom,apq8064-cm-qs600", "qcom,apq8064";
|
D | Makefile | 281 imx6q-cm-fx6.dtb \ 367 omap3-cm-t3517.dtb \ 368 omap3-cm-t3530.dtb \ 369 omap3-cm-t3730.dtb \ 433 omap5-cm-t54.dtb \ 448 qcom-apq8064-cm-qs600.dtb \ 652 dove-cm-a510.dtb \
|
D | omap3.dtsi | 167 cm: cm@48004000 { label 168 compatible = "ti,omap3-cm";
|
D | integratorcp.dts | 73 compatible = "arm,integrator-cm-auxosc";
|
D | versatile-ab.dts | 39 compatible = "arm,versatile-cm-auxosc";
|
D | omap4-sdp.dts | 652 compatible = "tpo,taal", "panel-dsi-cm"; 677 compatible = "tpo,taal", "panel-dsi-cm";
|
D | omap3-cm-t3x.dtsi | 17 label = "cm-t3x:green";
|
D | omap5.dtsi | 203 compatible = "ti,omap5-cm-core-aon"; 216 compatible = "ti,omap5-cm-core";
|
D | omap5-cm-t54.dts | 12 compatible = "compulab,omap5-cm-t54", "ti,omap5";
|
D | dra7.dtsi | 150 compatible = "ti,dra7-cm-core-aon"; 163 compatible = "ti,dra7-cm-core";
|
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 55 static void set_dynamic_sa_command_1(struct dynamic_sa_ctl *sa, u32 cm, in set_dynamic_sa_command_1() argument 61 sa->sa_command_1.bf.crypto_mode31 = (cm & 4) >> 2; in set_dynamic_sa_command_1() 62 sa->sa_command_1.bf.crypto_mode9_8 = cm & 3; in set_dynamic_sa_command_1() 107 unsigned char cm, in crypto4xx_setkey_aes() argument 148 set_dynamic_sa_command_1(sa, cm, SA_HASH_MODE_HASH, in crypto4xx_setkey_aes()
|
/linux-4.1.27/include/linux/power/ |
D | charger-manager.h | 85 struct charger_manager *cm; member 128 struct charger_manager *cm; member
|
/linux-4.1.27/drivers/net/can/sja1000/ |
D | plx_pci.c | 553 struct plx_pci_channel_map *cm = &ci->chan_map_tbl[i]; in plx_pci_add_card() local 572 addr = pci_iomap(pdev, cm->bar, cm->size); in plx_pci_add_card() 575 dev_err(&pdev->dev, "Failed to remap BAR%d\n", cm->bar); in plx_pci_add_card() 579 priv->reg_base = addr + cm->offset; in plx_pci_add_card()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | addrspace.h | 129 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | \ argument 130 (_CONST64_(cm) << 59) | (a))
|
/linux-4.1.27/net/ |
D | compat.c | 204 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; in put_cmsg_compat() local 210 if (cm == NULL || kmsg->msg_controllen < sizeof(*cm)) { in put_cmsg_compat() 246 if (copy_to_user(cm, &cmhdr, sizeof cmhdr)) in put_cmsg_compat() 248 if (copy_to_user(CMSG_COMPAT_DATA(cm), data, cmlen - sizeof(struct compat_cmsghdr))) in put_cmsg_compat() 260 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; in scm_detach_fds_compat() local 270 for (i = 0, cmfptr = (int __user *) CMSG_COMPAT_DATA(cm); i < fdmax; i++, cmfptr++) { in scm_detach_fds_compat() 291 err = put_user(SOL_SOCKET, &cm->cmsg_level); in scm_detach_fds_compat() 293 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat() 295 err = put_user(cmlen, &cm->cmsg_len); in scm_detach_fds_compat()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | callc.c | 1420 capi_debug(struct Channel *chanp, capi_msg *cm) in capi_debug() argument 1424 t += QuickHex(t, (u_char *)cm, (cm->Length > 50) ? 50 : cm->Length); in capi_debug() 1431 lli_got_fac_req(struct Channel *chanp, capi_msg *cm) { in lli_got_fac_req() argument 1432 if ((cm->para[0] != 3) || (cm->para[1] != 0)) in lli_got_fac_req() 1434 if (cm->para[2] < 3) in lli_got_fac_req() 1436 if (cm->para[4] != 0) in lli_got_fac_req() 1438 switch (cm->para[3]) { in lli_got_fac_req() 1440 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() 1441 FsmEvent(&chanp->fi, EV_SUSPEND, cm); in lli_got_fac_req() 1444 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() [all …]
|
/linux-4.1.27/arch/arm/mach-dove/ |
D | Makefile | 5 obj-$(CONFIG_MACH_CM_A510) += cm-a510.o
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | Makefile | 5 iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | Makefile | 3 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o
|
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 760 const struct clockid_map *cm; in parse_clockid() local 786 for (cm = clockids; cm->name; cm++) { in parse_clockid() 787 if (!strcasecmp(str, cm->name)) { in parse_clockid() 788 opts->clockid = cm->clockid; in parse_clockid()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cm_common.c | 50 void __init omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2) in omap2_set_globals_cm() argument 52 cm_base = cm; in omap2_set_globals_cm()
|
D | cm.h | 28 extern void omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2);
|
D | Makefile | 255 obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 680 0-13-110370-9 (硬皮). URL: http://cm.bell-labs.com/cm/cs/cbook/ 683 Inc., 1999. ISBN 0-201-61586-X. URL: http://cm.bell-labs.com/cm/cs/tpop/
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 62 syscon = <&cm>; 91 syscon = <&cm>;
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
D | Makefile | 8 obj-$(CONFIG_DISPLAY_PANEL_DSI_CM) += panel-dsi-cm.o
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | LART | 4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_tty.h | 113 extern int isdn_tty_capi_facility(capi_msg *cm);
|
D | isdn_common.c | 401 isdn_capi_rec_hl_msg(capi_msg *cm) in isdn_capi_rec_hl_msg() argument 403 switch (cm->Command) { in isdn_capi_rec_hl_msg() 406 return (isdn_tty_capi_facility(cm)); in isdn_capi_rec_hl_msg()
|
D | isdn_tty.c | 758 isdn_tty_capi_facility(capi_msg *cm) { in isdn_tty_capi_facility() argument
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 1611 struct compat_ebt_entry_mwt __user *cm = *dstptr; in compat_match_to_user() local 1617 if (copy_to_user(cm->u.name, match->name, in compat_match_to_user() 1618 strlen(match->name) + 1) || put_user(msize, &cm->match_size)) in compat_match_to_user() 1622 if (match->compat_to_user(cm->data, m->data)) in compat_match_to_user() 1624 } else if (copy_to_user(cm->data, m->data, msize)) in compat_match_to_user() 1628 *dstptr = cm->data; in compat_match_to_user() 1638 struct compat_ebt_entry_mwt __user *cm = *dstptr; in compat_target_to_user() local 1644 if (copy_to_user(cm->u.name, target->name, in compat_target_to_user() 1645 strlen(target->name) + 1) || put_user(tsize, &cm->match_size)) in compat_target_to_user() 1649 if (target->compat_to_user(cm->data, t->data)) in compat_target_to_user() [all …]
|
/linux-4.1.27/kernel/rcu/ |
D | tree.c | 3272 cpumask_var_t cm; in synchronize_sched_expedited() local 3310 cma = zalloc_cpumask_var(&cm, GFP_KERNEL); in synchronize_sched_expedited() 3312 cpumask_copy(cm, cpu_online_mask); in synchronize_sched_expedited() 3313 cpumask_clear_cpu(raw_smp_processor_id(), cm); in synchronize_sched_expedited() 3314 for_each_cpu(cpu, cm) { in synchronize_sched_expedited() 3318 cpumask_clear_cpu(cpu, cm); in synchronize_sched_expedited() 3320 if (cpumask_weight(cm) == 0) in synchronize_sched_expedited() 3328 while (try_stop_cpus(cma ? cm : cpu_online_mask, in synchronize_sched_expedited() 3340 free_cpumask_var(cm); in synchronize_sched_expedited() 3350 free_cpumask_var(cm); in synchronize_sched_expedited() [all …]
|
D | tree_plugin.h | 1273 cpumask_var_t cm; in rcu_boost_kthread_setaffinity() local 1278 if (!zalloc_cpumask_var(&cm, GFP_KERNEL)) in rcu_boost_kthread_setaffinity() 1282 cpumask_set_cpu(cpu, cm); in rcu_boost_kthread_setaffinity() 1283 if (cpumask_weight(cm) == 0) in rcu_boost_kthread_setaffinity() 1284 cpumask_setall(cm); in rcu_boost_kthread_setaffinity() 1285 set_cpus_allowed_ptr(t, cm); in rcu_boost_kthread_setaffinity() 1286 free_cpumask_var(cm); in rcu_boost_kthread_setaffinity()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 843 struct asd_ms_conn_map *cm; in asd_ms_get_connector_map() local 845 cm = asd_find_ll_by_id(manuf_sec, 'M', 'C'); in asd_ms_get_connector_map() 846 if (!cm) { in asd_ms_get_connector_map() 851 if (cm->maj != 0) { in asd_ms_get_connector_map() 853 "\n", cm->maj); in asd_ms_get_connector_map()
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 42 $ ns_exec -cm /bin/bash 50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs
|
/linux-4.1.27/arch/frv/kernel/ |
D | setup.c | 1020 const char *gr, *fr, *fm, *fp, *cm, *nem, *ble; in show_cpuinfo() local 1029 cm = cpu_psr_all & PSR_CM ? ", CCCR" : ""; in show_cpuinfo() 1041 cpu_core, gr, ble, cm, nem, in show_cpuinfo()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 3383 struct wmi_connect_cmd *cm; in ath6kl_wmi_ap_profile_commit() local 3386 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_profile_commit() 3390 cm = (struct wmi_connect_cmd *) skb->data; in ath6kl_wmi_ap_profile_commit() 3391 memcpy(cm, p, sizeof(*cm)); in ath6kl_wmi_ap_profile_commit() 3406 struct wmi_ap_set_mlme_cmd *cm; in ath6kl_wmi_ap_set_mlme() local 3408 skb = ath6kl_wmi_get_new_buf(sizeof(*cm)); in ath6kl_wmi_ap_set_mlme() 3412 cm = (struct wmi_ap_set_mlme_cmd *) skb->data; in ath6kl_wmi_ap_set_mlme() 3413 memcpy(cm->mac, mac, ETH_ALEN); in ath6kl_wmi_ap_set_mlme() 3414 cm->reason = cpu_to_le16(reason); in ath6kl_wmi_ap_set_mlme() 3415 cm->cmd = cmd; in ath6kl_wmi_ap_set_mlme() [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 248 struct mc7 cm; member
|
D | t3_hw.c | 1908 mc7_intr_handler(&adapter->cm); in t3_slow_intr_handler() 3354 mc7_init(&adapter->cm, vpd->mclk, vpd->mem_timing) || in t3_init_hw() 3660 mc7_prep(adapter, &adapter->cm, MC7_CM_BASE_ADDR, "CM"); in t3_prep_adapter() 3665 p->cm_size = t3_mc7_size(&adapter->cm); in t3_prep_adapter() 3678 t3_mc7_size(&adapter->cm); in t3_prep_adapter()
|
D | cxgb3_offload.c | 316 mem = &adapter->cm; in cxgb_rdma_ctl()
|
D | cxgb3_main.c | 2432 mem = &adapter->cm; in cxgb_extension_ioctl() 3140 adap->name, t3_mc7_size(&adap->cm) >> 20, in print_port_info()
|
/linux-4.1.27/arch/arm/configs/ |
D | cm_x300_defconfig | 2 CONFIG_LOCALVERSION="-cm-x300"
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 217 u32 cm = ((1ULL << c->bits) - 1) << c->ctxs; in nv04_fifo_chan_fini() local 219 u32 cv = (nv_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_chan_fini()
|
/linux-4.1.27/arch/mips/kernel/ |
D | Makefile | 104 obj-$(CONFIG_MIPS_CM) += mips-cm.o
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 375 void rtw_setassocsta_cmdrsp_callback(struct adapter *adapt, struct cmd_obj *cm);
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_xgbepcsr.c | 437 int lane, int cm, int c1, int c2) in netcp_xgbe_serdes_setup_cm_c1_c2() argument
|
/linux-4.1.27/drivers/char/ |
D | mbcs.h | 465 struct cm_mmr cm; member
|
/linux-4.1.27/drivers/input/misc/ |
D | yealink.c | 76 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument 78 .u = { .s = { _LOC(a, am), _LOC(b, bm), _LOC(c, cm), \
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca_drv.c | 667 if (psp->cm == 1) in recover_from_processor_error()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Kconfig | 467 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 442 cm : 1, /* MC corrected */ member 696 #define pmci_proc_machine_check_corrected pme_processor.cm
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2800 static void ath10k_check_chain_mask(struct ath10k *ar, u32 cm, const char *dbg) in ath10k_check_chain_mask() argument 2806 if (cm == 15 || cm == 7 || cm == 3 || cm == 1 || cm == 0) in ath10k_check_chain_mask() 2810 dbg, cm); in ath10k_check_chain_mask()
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 932 URL: http://cm.bell-labs.com/cm/cs/cbook/ 938 URL: http://cm.bell-labs.com/cm/cs/tpop/
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 2094 const struct pvr2_string_table *cm; in pvr2_hdw_load_modules() local 2098 cm = &hdw->hdw_desc->client_modules; in pvr2_hdw_load_modules() 2099 for (idx = 0; idx < cm->cnt; idx++) { in pvr2_hdw_load_modules() 2100 request_module(cm->lst[idx]); in pvr2_hdw_load_modules()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 6758 struct cm_t __iomem *cm; in dgap_tty_init() local 6816 cm = (struct cm_t __iomem *) ((ulong) vaddr + CMDBUF); in dgap_tty_init() 6839 ch->ch_cm = cm; in dgap_tty_init()
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 8 \textwidth=15.99cm \textheight=24.62cm % normal A4, 1'' margin
|
/linux-4.1.27/ |
D | MAINTAINERS | 2436 F: drivers/iio/light/cm*
|