/linux-4.1.27/drivers/hwmon/ |
D | fschmd.c | 277 enum chips kind; member 341 if (data->kind == fscher || data->kind >= fschrc) in show_in_value() 386 FSCHMD_REG_TEMP_LIMIT[data->kind][index], v); in store_temp_max() 475 FSCHMD_REG_FAN_RIPPLE[data->kind][index]); in store_fan_div() 482 FSCHMD_REG_FAN_RIPPLE[data->kind][index], reg); in store_fan_div() 524 if (val || data->kind == fscsyl) in show_pwm_auto_point1_pwm() 543 if (v || data->kind == fscsyl) { in store_pwm_auto_point1_pwm() 551 FSCHMD_REG_FAN_MIN[data->kind][index], v); in store_pwm_auto_point1_pwm() 716 int kind = data->kind + 1; /* 0-x array index -> 1-x module param */ in watchdog_set_timeout() local 719 if (timeout <= 510 || kind == fscpos || kind == fscscy) in watchdog_set_timeout() [all …]
|
D | tmp401.c | 166 enum chips kind; member 206 int num_regs = data->kind == tmp411 ? 6 : 4; in tmp401_update_device_reg16() 207 int num_sensors = data->kind == tmp432 ? 3 : 2; in tmp401_update_device_reg16() 216 regaddr = data->kind == tmp432 ? in tmp401_update_device_reg16() 225 regaddr = data->kind == tmp432 ? TMP432_TEMP_LSB[j][i] in tmp401_update_device_reg16() 249 if (data->kind != tmp432) { in tmp401_update_device() 370 regaddr = data->kind == tmp432 ? TMP432_TEMP_MSB_WRITE[nr][index] in store_temp() 374 regaddr = data->kind == tmp432 ? TMP432_TEMP_LSB[nr][index] in store_temp() 647 enum chips kind; in tmp401_detect() local 665 kind = tmp401; in tmp401_detect() [all …]
|
D | lm90.c | 375 int kind; member 482 if (data->kind == max6696) { in lm90_select_remote_channel() 585 if (data->kind == max6696) { in lm90_update_device() 769 if (data->kind == adt7461 || data->kind == tmp451) in show_temp8() 771 else if (data->kind == max6646) in show_temp8() 777 if (data->kind == lm99 && attr->index == 3) in show_temp8() 809 if (data->kind == lm99 && attr->index == 3) in set_temp8() 813 if (data->kind == adt7461 || data->kind == tmp451) in set_temp8() 815 else if (data->kind == max6646) in set_temp8() 835 if (data->kind == adt7461 || data->kind == tmp451) in show_temp11() [all …]
|
D | tmp421.c | 236 enum chips kind; in tmp421_detect() local 261 kind = tmp421; in tmp421_detect() 266 kind = tmp422; in tmp421_detect() 271 kind = tmp423; in tmp421_detect() 274 kind = tmp441; in tmp421_detect() 279 kind = tmp442; in tmp421_detect() 285 strlcpy(info->type, tmp421_id[kind].name, I2C_NAME_SIZE); in tmp421_detect() 287 names[kind], client->addr); in tmp421_detect()
|
D | w83627ehf.c | 515 enum kinds kind; member 678 if (sio_data->kind == nct6776) in w83627ehf_write_fan_div_common() 680 else if (sio_data->kind == nct6775) in w83627ehf_write_fan_div_common() 729 if (sio_data->kind == nct6776) in w83627ehf_update_fan_div_common() 731 else if (sio_data->kind == nct6775) in w83627ehf_update_fan_div_common() 786 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) in w83627ehf_update_pwm_common() 840 && (reg >= 0xff || (sio_data->kind == nct6775 in w83627ehf_update_device() 1409 if (sio_data->kind == nct6776 && nr && val != 1) in show_pwm_reg() 1465 if (sio_data->kind == nct6776 && val == 4) in store_pwm_enable() 1470 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_pwm_enable() [all …]
|
D | ds1621.c | 127 enum chips kind; /* device type */ member 172 switch (data->kind) { in ds1621_init_client() 348 if (data->kind == ds1621 || data->kind == ds1625) in ds1621_attribute_visible() 373 data->kind = id->driver_data; in ds1621_probe()
|
D | ina2xx.c | 111 int kind; member 484 data->kind = id->driver_data; in ina2xx_probe() 485 data->config = &ina2xx_config[data->kind]; in ina2xx_probe() 493 if (data->kind == ina226) in ina2xx_probe() 511 if (data->kind == ina226) in ina2xx_probe()
|
D | f75375s.c | 100 int kind; member 184 if (data->kind == f75387) in f75375_write_pwm() 233 if (data->kind == f75387) in f75375_update_device() 334 if (data->kind == f75387 && duty_mode_enabled(data->pwm_enable[nr])) in set_fan_target() 385 if (data->kind == f75387) { in set_pwm_enable_direct() 478 if (data->kind == f75373 && val == 0) in set_pwm_mode() 482 if (data->kind == f75387) { in set_pwm_mode() 779 if (data->kind == f75387) { in f75375_init() 849 data->kind = id->driver_data; in f75375_probe() 855 if (data->kind != f75373) { in f75375_probe()
|
D | lm63.c | 158 enum chips kind; member 289 if (data->kind == lm96163) in lm63_update_device() 952 && (data->kind == lm64 || in lm63_attribute_mode() 953 (data->kind == lm96163 && (data->config & 0x02)))) in lm63_attribute_mode() 1046 if (data->kind == lm64) in lm63_init_client() 1054 switch (data->kind) { in lm63_init_client() 1078 if (data->kind == lm96163) { in lm63_init_client() 1092 if (data->kind == lm63) in lm63_init_client() 1120 data->kind = id->driver_data; in lm63_probe() 1121 if (data->kind == lm64) in lm63_probe() [all …]
|
D | nct6775.c | 749 enum kinds kind; member 898 enum kinds kind; member 1033 switch (data->kind) { in is_word_sized() 1171 if (data->kind == nct6775) in nct6775_write_fan_div_common() 1190 if (data->kind == nct6775) in nct6775_update_fan_div_common() 1400 switch (data->kind) { in nct6775_update_pwm_limits() 1924 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible() 2358 if (val == sf3 && data->kind != nct6775) in store_pwm_enable() 2798 if (data->kind != nct6775 && !val) in store_auto_pwm() 2800 if (data->kind != nct6779 && val) in store_auto_pwm() [all …]
|
D | w83781d.c | 869 enum chips kind = data->type; in w83781d_detect_subclients() local 894 if (kind != w83783s) { in w83781d_detect_subclients() 1034 w83781d_create_files(struct device *dev, int kind, int is_isa) in w83781d_create_files() argument 1042 if (kind != w83783s) { in w83781d_create_files() 1047 if (kind != as99127f && kind != w83781d && kind != w83783s) { in w83781d_create_files() 1052 if (kind != w83783s) { in w83781d_create_files() 1057 if (kind != w83781d) { in w83781d_create_files() 1066 if (kind != w83781d && kind != as99127f) { in w83781d_create_files() 1071 if (kind == w83782d && !is_isa) { in w83781d_create_files() 1077 if (kind != as99127f && kind != w83781d) { in w83781d_create_files() [all …]
|
D | nct6683.c | 293 enum kinds kind; member 338 enum kinds kind; member 1182 data->kind = sio_data->kind; in nct6683_probe() 1234 nct6683_chip_names[data->kind], in nct6683_probe() 1242 nct6683_device_names[data->kind], data, data->groups); in nct6683_probe() 1318 sio_data->kind = nct6683; in nct6683_find() 1345 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
|
D | lm75.c | 196 enum lm75_type kind = id->driver_data; in lm75_probe() local 216 switch (kind) { in lm75_probe()
|
D | f71805f.c | 199 enum kinds kind; member 1402 data->name = names[sio_data->kind]; in f71805f_probe() 1408 switch (sio_data->kind) { in f71805f_probe() 1581 sio_data->kind = f71805f; in f71805f_find() 1584 sio_data->kind = f71872f; in f71805f_find() 1607 names[sio_data->kind], *address, in f71805f_find()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | serial2002.c | 61 enum { is_invalid, is_digital, is_channel } kind; member 261 result.kind = is_invalid; in serial2002_read() 278 result.kind = is_digital; in serial2002_read() 282 result.kind = is_digital; in serial2002_read() 288 result.kind = is_channel; in serial2002_read() 299 if (data.kind == is_digital) { in serial2002_write() 332 short int kind; member 342 int kind) in serial2002_setup_subdevice() argument 349 if (cfg[j].kind == kind) in serial2002_setup_subdevice() 363 if (kind == 1 || kind == 2) { in serial2002_setup_subdevice() [all …]
|
/linux-4.1.27/include/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 17 __u16 kind; member 23 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12) argument 25 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK) argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | gf110.c | 87 u32 kind, page; in gf110_dmaobj_ctor() local 99 args->v0.version, args->v0.page, args->v0.kind); in gf110_dmaobj_ctor() 100 kind = args->v0.kind; in gf110_dmaobj_ctor() 105 kind = GF110_DMA_V0_KIND_PITCH; in gf110_dmaobj_ctor() 108 kind = GF110_DMA_V0_KIND_VM; in gf110_dmaobj_ctor() 116 priv->flags0 = (kind << 20) | (page << 6); in gf110_dmaobj_ctor()
|
D | nv50.c | 94 u32 user, part, comp, kind; in nv50_dmaobj_ctor() local 108 args->v0.kind); in nv50_dmaobj_ctor() 112 kind = args->v0.kind; in nv50_dmaobj_ctor() 119 kind = NV50_DMA_V0_KIND_PITCH; in nv50_dmaobj_ctor() 124 kind = NV50_DMA_V0_KIND_VM; in nv50_dmaobj_ctor() 129 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f) in nv50_dmaobj_ctor() 131 priv->flags0 = (comp << 29) | (kind << 22) | (user << 20); in nv50_dmaobj_ctor()
|
D | gf100.c | 82 u32 kind, user, unkn; in gf100_dmaobj_ctor() local 94 args->v0.version, args->v0.priv, args->v0.kind); in gf100_dmaobj_ctor() 95 kind = args->v0.kind; in gf100_dmaobj_ctor() 101 kind = GF100_DMA_V0_KIND_PITCH; in gf100_dmaobj_ctor() 105 kind = GF100_DMA_V0_KIND_VM; in gf100_dmaobj_ctor() 114 priv->flags0 |= (kind << 22) | (user << 20); in gf100_dmaobj_ctor()
|
/linux-4.1.27/net/sched/ |
D | ematch.c | 96 static struct tcf_ematch_ops *tcf_em_lookup(u16 kind) in tcf_em_lookup() argument 102 if (kind == e->kind) { in tcf_em_lookup() 136 if (ops->kind == e->kind) in tcf_em_register() 186 if (em_hdr->kind == TCF_EM_CONTAINER) { in tcf_em_validate() 216 em->ops = tcf_em_lookup(em_hdr->kind); in tcf_em_validate() 222 request_module("ematch-kind-%u", em_hdr->kind); in tcf_em_validate() 224 em->ops = tcf_em_lookup(em_hdr->kind); in tcf_em_validate() 459 .kind = em->ops ? em->ops->kind : TCF_EM_CONTAINER, in tcf_em_tree_dump()
|
D | act_api.c | 134 if (nla_put_string(skb, TCA_KIND, a->ops->kind)) in tcf_del_walker() 311 if (act->type == a->type || (strcmp(act->kind, a->kind) == 0)) { in tcf_register_action() 345 static struct tc_action_ops *tc_lookup_action_n(char *kind) in tc_lookup_action_n() argument 349 if (kind) { in tc_lookup_action_n() 352 if (strcmp(kind, a->kind) == 0) { in tc_lookup_action_n() 364 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action() argument 368 if (kind) { in tc_lookup_action() 371 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action() 441 if (nla_put_string(skb, TCA_KIND, a->ops->kind)) in tcf_action_dump_1() 494 struct nlattr *kind; in tcf_action_init_1() local [all …]
|
D | cls_api.c | 41 static const struct tcf_proto_ops *tcf_proto_lookup_ops(struct nlattr *kind) in tcf_proto_lookup_ops() argument 45 if (kind) { in tcf_proto_lookup_ops() 48 if (nla_strcmp(kind, t->kind) == 0) { in tcf_proto_lookup_ops() 68 if (!strcmp(ops->kind, t->kind)) in register_tcf_proto_ops() 241 struct nlattr *kind = tca[TCA_KIND]; in tc_ctl_tfilter() local 244 if (kind != NULL && in tc_ctl_tfilter() 245 nla_strlcpy(name, kind, IFNAMSIZ) < IFNAMSIZ) { in tc_ctl_tfilter() 249 tp_ops = tcf_proto_lookup_ops(kind); in tc_ctl_tfilter() 282 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) in tc_ctl_tfilter() 371 if (nla_put_string(skb, TCA_KIND, tp->ops->kind)) in tcf_fill_node()
|
D | em_meta.c | 94 return TCF_META_ID(v->hdr.kind); in meta_id() 99 return TCF_META_TYPE(v->hdr.kind); in meta_type() 876 if (TCF_META_TYPE(hdr->left.kind) != TCF_META_TYPE(hdr->right.kind) || in em_meta_change() 877 TCF_META_TYPE(hdr->left.kind) > TCF_META_TYPE_MAX || in em_meta_change() 878 TCF_META_ID(hdr->left.kind) > TCF_META_ID_MAX || in em_meta_change() 879 TCF_META_ID(hdr->right.kind) > TCF_META_ID_MAX) in em_meta_change() 942 .kind = TCF_EM_META,
|
D | em_u32.c | 42 .kind = TCF_EM_U32,
|
D | em_cmp.c | 77 .kind = TCF_EM_CMP,
|
D | em_nbyte.c | 58 .kind = TCF_EM_NBYTE,
|
D | act_ipt.c | 263 .kind = "ipt", 273 .kind = "xt",
|
D | em_ipset.c | 110 .kind = TCF_EM_IPSET,
|
D | sch_api.c | 331 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind) in qdisc_lookup_ops() argument 335 if (kind) { in qdisc_lookup_ops() 338 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 894 struct nlattr *kind = tca[TCA_KIND]; in qdisc_create() local 899 ops = qdisc_lookup_ops(kind); in qdisc_create() 901 if (ops == NULL && kind != NULL) { in qdisc_create() 903 if (nla_strlcpy(name, kind, IFNAMSIZ) < IFNAMSIZ) { in qdisc_create() 915 ops = qdisc_lookup_ops(kind); in qdisc_create()
|
D | em_canid.c | 209 .kind = TCF_EM_CANID,
|
D | em_text.c | 133 .kind = TCF_EM_TEXT,
|
D | act_connmark.c | 167 .kind = "connmark",
|
D | act_simple.c | 164 .kind = "simple",
|
D | act_gact.c | 181 .kind = "gact",
|
D | act_skbedit.c | 176 .kind = "skbedit",
|
D | act_vlan.c | 184 .kind = "vlan",
|
D | cls_cgroup.c | 209 .kind = "cgroup",
|
D | act_mirred.c | 238 .kind = "mirred",
|
D | act_pedit.c | 218 .kind = "pedit",
|
D | act_nat.c | 284 .kind = "nat",
|
D | cls_basic.c | 287 .kind = "basic",
|
D | act_bpf.c | 358 .kind = "bpf",
|
/linux-4.1.27/drivers/ata/ |
D | pata_macio.c | 227 int kind; member 373 if (priv->kind == controller_sh_ata6 || in pata_macio_apply_timings() 374 priv->kind == controller_un_ata6 || in pata_macio_apply_timings() 375 priv->kind == controller_k2_ata6) { in pata_macio_apply_timings() 446 switch(priv->kind) { in pata_macio_default_timings() 477 if (priv->kind == controller_kl_ata4 || in pata_macio_cable_detect() 478 priv->kind == controller_un_ata6 || in pata_macio_cable_detect() 479 priv->kind == controller_k2_ata6 || in pata_macio_cable_detect() 480 priv->kind == controller_sh_ata6) { in pata_macio_cable_detect() 603 if (priv->kind == controller_kl_ata4 && in pata_macio_bmdma_setup() [all …]
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 358 static bool tile_net_provide_buffer(int instance, int kind) in tile_net_provide_buffer() argument 361 gxio_mpipe_buffer_size_enum_t bse = buffer_size_enums[kind]; in tile_net_provide_buffer() 382 gxio_mpipe_push_buffer(&md->context, md->first_buffer_stack + kind, in tile_net_provide_buffer() 426 int instance, kind; in tile_net_provide_needed_buffers() local 429 for (kind = 0; kind < MAX_KINDS; kind++) { in tile_net_provide_needed_buffers() 430 while (info->mpipe[instance].num_needed_buffers[kind] in tile_net_provide_needed_buffers() 432 if (!tile_net_provide_buffer(instance, kind)) { in tile_net_provide_needed_buffers() 439 num_needed_buffers[kind]--; in tile_net_provide_needed_buffers() 999 int kind, size_t num_buffers) in create_buffer_stack() argument 1005 int stack_idx = md->first_buffer_stack + kind; in create_buffer_stack() [all …]
|
/linux-4.1.27/drivers/ide/ |
D | pmac.c | 59 int kind; member 457 if (pmif->kind == controller_sh_ata6 || in pmac_ide_do_update_timings() 458 pmif->kind == controller_un_ata6 || in pmac_ide_do_update_timings() 459 pmif->kind == controller_k2_ata6) in pmac_ide_do_update_timings() 514 switch (pmif->kind) { in pmac_ide_set_pio_mode() 794 if (pmif->kind == controller_kl_ata4) in pmac_ide_set_dma_mode() 796 else if (pmif->kind == controller_un_ata6 in pmac_ide_set_dma_mode() 797 || pmif->kind == controller_k2_ata6) in pmac_ide_set_dma_mode() 799 else if (pmif->kind == controller_sh_ata6) in pmac_ide_set_dma_mode() 804 set_timings_mdma(drive, pmif->kind, &tl[0], &tl[1], speed); in pmac_ide_set_dma_mode() [all …]
|
/linux-4.1.27/arch/mips/dec/ |
D | kn02xa-berr.c | 57 const char *kind, *agent, *cycle, *event; in dec_kn02xa_be_backend() local 67 kind = invoker ? intstr : excstr; in dec_kn02xa_be_backend() 88 kind, agent, cycle, event, address); in dec_kn02xa_be_backend()
|
D | ecc-berr.c | 58 const char *kind, *agent, *cycle, *event; in dec_ecc_be_backend() local 73 kind = invoker ? intstr : excstr; in dec_ecc_be_backend() 77 printk(KERN_ALERT "Unidentified bus error %s\n", kind); in dec_ecc_be_backend() 189 kind, agent, cycle, event, address); in dec_ecc_be_backend()
|
D | kn01-berr.c | 85 const char *kind, *agent, *cycle, *event; in dec_kn01_be_backend() local 94 kind = invoker ? intstr : excstr; in dec_kn01_be_backend() 142 kind, agent, cycle, event, address); in dec_kn01_be_backend()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 305 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_get_modes() 316 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_mode_valid() 361 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_mode_fixup() 386 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_dpms() 423 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_prepare() 440 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_prepare() 449 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_prepare() 483 if (tv_norm->kind == TV_ENC_MODE) { in nv17_tv_mode_set() 588 if (get_tv_norm(encoder)->kind == TV_ENC_MODE) { in nv17_tv_commit() 708 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_set_property() [all …]
|
D | tvnv17.h | 94 } kind; member
|
/linux-4.1.27/include/net/ |
D | rtnetlink.h | 54 const char *kind; member 148 #define MODULE_ALIAS_RTNL_LINK(kind) MODULE_ALIAS("rtnl-link-" kind) argument
|
D | pkt_cls.h | 231 int kind; member 296 #define MODULE_ALIAS_TCF_EMATCH(kind) MODULE_ALIAS("ematch-kind-" __stringify(kind)) argument
|
D | act_api.h | 87 char kind[IFNAMSIZ]; member
|
/linux-4.1.27/drivers/media/rc/ |
D | ati_remote.c | 288 unsigned char kind; member 555 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) { in ati_remote_input_report() 564 if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) { in ati_remote_input_report() 574 } else if (index < 0 || ati_remote_tbl[index].kind == KIND_FILTERED) { in ati_remote_input_report() 630 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report() 648 ati_remote_tbl[index].kind); in ati_remote_input_report() 739 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) in ati_remote_input_init() 740 if (ati_remote_tbl[i].kind == KIND_LITERAL || in ati_remote_input_init() 741 ati_remote_tbl[i].kind == KIND_FILTERED) in ati_remote_input_init()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-mmc | 6 eMMC4.4 or later card can support such feature. This kind of 17 eMMC4.4 or later card can support such feature. This kind of
|
D | sysfs-ptp | 26 to be any kind of unique id.
|
/linux-4.1.27/drivers/input/mouse/ |
D | logips2pp.c | 34 u8 kind; member 291 switch (model_info->kind) { in ps2pp_set_model_properties() 357 if (model_info->kind == PS2PP_KIND_TP3) { /* Touch Pad 3 */ in ps2pp_init() 401 if (model_info->kind != PS2PP_KIND_TP3) { in ps2pp_init()
|
D | synaptics_usb.c | 67 #define USB_DEVICE_SYNAPTICS(prod, kind) \ argument 70 .driver_info = (kind),
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 402 static struct team_mode_item *__find_mode(const char *kind) in __find_mode() argument 407 if (strcmp(mitem->mode->kind, kind) == 0) in __find_mode() 428 if (!is_good_mode_name(mode->kind) || in team_mode_register() 437 if (__find_mode(mode->kind)) { in team_mode_register() 455 mitem = __find_mode(mode->kind); in team_mode_unregister() 464 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get() argument 470 mitem = __find_mode(kind); in team_mode_get() 473 request_module("team-mode-%s", kind); in team_mode_get() 475 mitem = __find_mode(kind); in team_mode_get() 506 .kind = "*NOMODE*", [all …]
|
D | team_mode_random.c | 46 .kind = "random",
|
D | team_mode_broadcast.c | 56 .kind = "broadcast",
|
D | team_mode_roundrobin.c | 57 .kind = "roundrobin",
|
D | team_mode_activebackup.c | 126 .kind = "activebackup",
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_benchmark.c | 78 char *kind) in radeon_benchmark_log_results() argument 83 kind, n, size >> 10, sdomain, ddomain, time, in radeon_benchmark_log_results()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 222 __u8 kind; member 234 __u8 kind; member 245 __u8 kind; member
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 279 static const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind) in rtnl_link_ops_get() argument 284 if (!strcmp(ops->kind, kind)) in rtnl_link_ops_get() 302 if (rtnl_link_ops_get(ops->kind)) in __rtnl_link_register() 432 nla_total_size(strlen(ops->kind) + 1); /* IFLA_INFO_KIND */ in rtnl_link_get_size() 543 if (nla_put_string(skb, IFLA_INFO_SLAVE_KIND, ops->kind) < 0) in rtnl_link_slave_info_fill() 570 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0) in rtnl_link_info_fill() 2041 char kind[MODULE_NAME_LEN]; in rtnl_newlink() local 2089 nla_strlcpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in rtnl_newlink() 2090 ops = rtnl_link_ops_get(kind); in rtnl_newlink() 2092 kind[0] = '\0'; in rtnl_newlink() [all …]
|
/linux-4.1.27/Documentation/fb/ |
D | efifb.txt | 19 efifb does not have any kind of autodetection of your machine.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap5-gpu-thermal.dtsi | 9 * kind, whether express or implied.
|
D | omap5-core-thermal.dtsi | 9 * kind, whether express or implied.
|
D | kirkwood-db-88f6281.dts | 9 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds409slim.dts | 7 * warranty of any kind, whether express or implied.
|
D | r8a77xx-aa104xd12-panel.dtsi | 8 * kind, whether express or implied.
|
D | kirkwood-db-88f6282.dts | 9 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds212j.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-rs411.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds411slim.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-rs409.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds110jv10.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds111.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds209.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds112.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-rs212.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds411j.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds109.dts | 7 * warranty of any kind, whether express or implied.
|
D | omap4-cpu-thermal.dtsi | 9 * kind, whether express or implied.
|
D | kirkwood-openrd-base.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds411.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-rd88f6281-z0.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds409.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds210.dts | 7 * warranty of any kind, whether express or implied.
|
D | kirkwood-ds212.dts | 7 * warranty of any kind, whether express or implied.
|
D | berlin2-sony-nsz-gs7.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-d2net.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-rd88f6281-a.dts | 8 * warranty of any kind, whether express or implied.
|
D | r8a7794-alt.dts | 8 * kind, whether express or implied.
|
D | orion5x-mv88f5182.dtsi | 6 * warranty of any kind, whether express or implied.
|
D | berlin2cd-google-chromecast.dts | 8 * warranty of any kind, whether express or implied.
|
D | r7s72100-genmai.dts | 9 * kind, whether express or implied.
|
D | kirkwood-openrd-ultimate.dts | 8 * warranty of any kind, whether express or implied.
|
D | bcm21664-garnet.dts | 9 * kind, whether express or implied; without even the implied warranty
|
D | rk3288-thermal.dtsi | 8 * kind, whether express or implied.
|
D | kirkwood-openrd-client.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-net2big.dts | 13 * warranty of any kind, whether express or implied.
|
D | omap34xx.dtsi | 8 * kind, whether express or implied.
|
D | omap443x.dtsi | 8 * kind, whether express or implied.
|
D | kirkwood-db.dtsi | 9 * warranty of any kind, whether express or implied.
|
D | kirkwood-openrd.dtsi | 8 * warranty of any kind, whether express or implied.
|
D | berlin2q-marvell-dmp.dts | 6 * warranty of any kind, whether express or implied.
|
D | am3517.dtsi | 8 * kind, whether express or implied.
|
D | omap4460.dtsi | 8 * kind, whether express or implied.
|
D | kirkwood-rd88f6281.dtsi | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-rd88f6192.dts | 8 * warranty of any kind, whether express or implied.
|
D | kirkwood-net5big.dts | 13 * warranty of any kind, whether express or implied.
|
D | emev2-kzm9d.dts | 8 * kind, whether express or implied.
|
D | bcm28155-ap.dts | 9 * kind, whether express or implied; without even the implied warranty
|
D | omap36xx.dtsi | 8 * kind, whether express or implied.
|
D | kirkwood-pogo_e02.dts | 12 * warranty of any kind, whether express or implied.
|
D | r8a7778-bockw-reference.dts | 14 * kind, whether express or implied.
|
D | kirkwood-mv88f6281gtw-ge.dts | 9 * warranty of any kind, whether express or implied.
|
D | imx6q-gk802.dts | 6 * kind, whether express or implied.
|
D | kirkwood-nas2big.dts | 10 * warranty of any kind, whether express or implied.
|
D | kirkwood-netxbig.dtsi | 13 * warranty of any kind, whether express or implied.
|
D | kirkwood-laplug.dts | 6 * warranty of any kind, whether express or implied.
|
D | armada-388.dtsi | 15 * any warranty of any kind, whether express or implied.
|
D | orion5x-rd88f5182-nas.dts | 6 * warranty of any kind, whether express or implied.
|
D | kirkwood-openblocks_a7.dts | 10 * warranty of any kind, whether express or implied.
|
D | r8a7778-bockw.dts | 14 * kind, whether express or implied.
|
D | r8a7779-marzen.dts | 9 * kind, whether express or implied.
|
D | orion5x-maxtor-shared-storage-2.dts | 7 * warranty of any kind, whether express or implied.
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 6 * warranty of any kind, whether express or implied.
|
D | kirkwood-t5325.dts | 11 * warranty of any kind, whether express or implied.
|
D | r8a73a4-ape6evm.dts | 8 * kind, whether express or implied.
|
D | omap2420.dtsi | 8 * kind, whether express or implied.
|
D | emev2.dtsi | 8 * kind, whether express or implied.
|
D | orion5x.dtsi | 6 * warranty of any kind, whether express or implied.
|
D | r8a7791-henninger.dts | 9 * kind, whether express or implied.
|
D | kirkwood-dir665.dts | 6 * warranty of any kind, whether express or implied.
|
D | orion5x-lacie-d2-network.dts | 7 * warranty of any kind, whether express or implied.
|
D | r8a7740-armadillo800eva.dts | 8 * kind, whether express or implied.
|
D | armada-385-db-ap.dts | 16 * any warranty of any kind, whether express or implied.
|
D | omap2.dtsi | 8 * kind, whether express or implied.
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_osf.h | 62 __u16 kind, length; member
|
/linux-4.1.27/Documentation/ |
D | cpu-load.txt | 25 signalled the kernel looks what kind of task was running at this 27 kind/state. The problem with this is that the system could have
|
D | IRQ.txt | 22 assigning this kind of additional meaning.
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 81 } kind; member 273 static void init_ppp_file(struct ppp_file *pf, int kind); 393 if (pf->kind == INTERFACE) { in ppp_release() 399 switch (pf->kind) { in ppp_release() 435 if (pf->kind == INTERFACE) { in ppp_read() 499 switch (pf->kind) { in ppp_write() 528 else if (pf->kind == INTERFACE) { in ppp_poll() 594 if (pf->kind == INTERFACE) { in ppp_ioctl() 609 if (pf->kind == CHANNEL) { in ppp_ioctl() 639 if (pf->kind != INTERFACE) { in ppp_ioctl() [all …]
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | TODO | 14 checkpatch.pl tests. I don't want waste my time to review this kind of
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 14 checkpatch.pl tests. I don't want waste my time to review this kind of
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 2288 nv50_fbdma_init(struct drm_device *dev, u32 name, u64 offset, u64 length, u8 kind) in nv50_fbdma_init() argument 2327 args.nv50.kind = kind; in nv50_fbdma_init() 2331 args.gf100.kind = kind; in nv50_fbdma_init() 2335 args.gf110.kind = kind; in nv50_fbdma_init() 2373 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor() local 2392 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor() 2394 nv_fb->r_format |= kind << 16; in nv50_fb_ctor() 2397 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor() 2400 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor() 2403 nv_fb->r_handle = 0xffff0000 | kind; in nv50_fb_ctor() [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | efivarfs.txt | 22 but it does prevent this kind of failure from being accomplished
|
D | quota.txt | 47 - what kind of limit is exceeded:
|
D | hfs.txt | 58 filesystems namespace which is kind of a cludge and makes the semantics for
|
/linux-4.1.27/drivers/net/can/ |
D | vcan.c | 167 .kind = "vcan",
|
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 8 are accessed at same time they need some kind of coordination. Please
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | Kconfig | 24 # without warranty of any kind. You are solely responsible for 32 # any damages of any kind arising from your use or distribution of
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_netlink.c | 160 .kind = "ipoib",
|
/linux-4.1.27/drivers/net/ |
D | nlmon.c | 158 .kind = "nlmon",
|
D | dummy.c | 168 .kind = DRV_NAME,
|
D | ifb.c | 257 .kind = "ifb",
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 22 For each kind of event but the last, the callback may return NOTIFY_STOP in
|
/linux-4.1.27/Documentation/isdn/ |
D | 00-INDEX | 4 - list of the kind folks that brought you this stuff.
|
D | README.audio | 96 When receiving audio data, a kind of bisync protocol is used.
|
/linux-4.1.27/Documentation/i2c/ |
D | functionality | 136 /* Some kind of error handling */ 140 /* Some kind of error handling */
|
D | upgrading-clients | 29 static int example_attach(struct i2c_adapter *adap, int addr, int kind) 125 - static int example_attach(struct i2c_adapter *adap, int addr, int kind)
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | storcenter.dts | 11 * warranty of any kind, whether express or implied.
|
D | iss4xx.dts | 12 * any warranty of any kind, whether express or implied.
|
D | iss4xx-mpic.dts | 12 * any warranty of any kind, whether express or implied.
|
D | kuroboxHG.dts | 14 * is licensed "as is" without any warranty of any kind, whether express
|
D | kuroboxHD.dts | 14 * is licensed "as is" without any warranty of any kind, whether express
|
D | mvme5100.dts | 8 * any warranty of any kind, whether express or implied.
|
D | holly.dts | 10 * any warranty of any kind, whether express or implied.
|
D | acadia.dts | 8 * kind, whether express or implied.
|
D | ep405.dts | 9 * any warranty of any kind, whether express or implied.
|
D | walnut.dts | 9 * any warranty of any kind, whether express or implied.
|
D | prpmc2800.dts | 7 * is licensed "as is" without any warranty of any kind, whether express
|
D | warp.dts | 9 * any warranty of any kind, whether express or implied.
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1025 | 38 kind of strange since both are useful, and the reason for designing the
|
/linux-4.1.27/net/openvswitch/ |
D | vport-internal_dev.c | 128 .kind = "openvswitch",
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | core.c | 223 .kind = "lowpan",
|
/linux-4.1.27/include/linux/ |
D | if_team.h | 162 const char *kind; member
|
/linux-4.1.27/net/8021q/ |
D | vlan_netlink.c | 249 .kind = "vlan",
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 71 The above kind of lock may be useful for complex data structures like 108 guarantee the same kind of exclusive access, and it will be much faster.
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 207 is part of the PCMCIA specification. It uses a kind of pseudo- 224 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo- 249 uses a kind of pseudo-file system on a flash device to emulate
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 79 memory-to-device (mem2dev) kind of transfers. Most devices often 80 support other kind of transfers or memory operations that dmaengine 131 -> Your device doesn't support any kind of residue 367 You should avoid this kind of practice, and instead of electing a new
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 18 Not all video devices use the same kind of buffers. In fact, there are (at 25 this kind of buffer normally requires hardware which can do 34 - Buffers which are physically contiguous. Allocation of this kind of 41 [It's worth noting that there's a fourth kind of buffer: "overlay" buffers
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 109 i, bp->fw_stats_req->query[i].kind, in bnx2x_dp_stats() 1470 cur_query_entry->kind = STATS_TYPE_PORT; in bnx2x_prep_fw_stats_req() 1484 cur_query_entry->kind = STATS_TYPE_PF; in bnx2x_prep_fw_stats_req() 1499 cur_query_entry->kind = STATS_TYPE_FCOE; in bnx2x_prep_fw_stats_req() 1526 cur_query_entry->kind = STATS_TYPE_QUEUE; in bnx2x_prep_fw_stats_req() 1543 cur_query_entry->kind = STATS_TYPE_QUEUE; in bnx2x_prep_fw_stats_req()
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_cls.h | 424 __u16 kind; member
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 14 If you do not want this kind of information sent to the system
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 29 If you run into some kind of deadlock, you can try to dump a call trace
|
/linux-4.1.27/Documentation/bus-devices/ |
D | ti-gpmc.txt | 46 custom timing routines, a kind of reverse engineering without
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | nvidia,tegra20-usb-phy.txt | 61 - nvidia,is-wired : boolean. Indicates whether we can do certain kind of power
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | qe.txt | 93 kind of firmware it is. For QE, this should be "fsl,qe-firmware".
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 34 provide support of partitions, maybe VTOC oriented or using a kind of
|
/linux-4.1.27/net/ipv4/ |
D | ip_gre.c | 823 .kind = "gre", 838 .kind = "gretap",
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 96 You can easily test all kind of load/sleep times and check whether your
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 8 RCU-protected data structure without either (1) being in the right kind of
|
/linux-4.1.27/net/netfilter/ |
D | xt_osf.c | 261 if (f->opt[optnum].kind == (*optp)) { in xt_osf_match_packet()
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 64 a different kind of computer), type `make distclean'. There is 91 You can compile the package for more than one kind of computer at the
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 74 evicted page-cache pages) are a great use for this kind of slower-than-RAM- 195 No. First, the existing swap subsystem doesn't allow for any kind of 241 some kind of "ghost" swap device and ensure that it is never used.
|
/linux-4.1.27/arch/tile/kernel/ |
D | intvec_32.S | 600 .macro check_single_stepping, kind, not_single_stepping 655 .ifc \kind,normal 683 .ifc \kind,syscall
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 31 almost any kind of operations. Each logical operation is a transaction
|