Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 200 of 398) sorted by relevance

12

/linux-4.1.27/drivers/hwmon/
Dfschmd.c277 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 …]
Dtmp401.c166 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 …]
Dlm90.c375 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 …]
Dtmp421.c236 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()
Dw83627ehf.c515 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 …]
Dds1621.c127 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()
Dina2xx.c111 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()
Df75375s.c100 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()
Dlm63.c158 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 …]
Dnct6775.c749 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 …]
Dw83781d.c869 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 …]
Dnct6683.c293 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()
Dlm75.c196 enum lm75_type kind = id->driver_data; in lm75_probe() local
216 switch (kind) { in lm75_probe()
Df71805f.c199 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/
Dserial2002.c61 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/
Dtc_em_meta.h17 __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/
Dgf110.c87 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()
Dnv50.c94 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()
Dgf100.c82 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/
Dematch.c96 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()
Dact_api.c134 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 …]
Dcls_api.c41 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()
Dem_meta.c94 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,
Dem_u32.c42 .kind = TCF_EM_U32,
Dem_cmp.c77 .kind = TCF_EM_CMP,
Dem_nbyte.c58 .kind = TCF_EM_NBYTE,
Dact_ipt.c263 .kind = "ipt",
273 .kind = "xt",
Dem_ipset.c110 .kind = TCF_EM_IPSET,
Dsch_api.c331 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()
Dem_canid.c209 .kind = TCF_EM_CANID,
Dem_text.c133 .kind = TCF_EM_TEXT,
Dact_connmark.c167 .kind = "connmark",
Dact_simple.c164 .kind = "simple",
Dact_gact.c181 .kind = "gact",
Dact_skbedit.c176 .kind = "skbedit",
Dact_vlan.c184 .kind = "vlan",
Dcls_cgroup.c209 .kind = "cgroup",
Dact_mirred.c238 .kind = "mirred",
Dact_pedit.c218 .kind = "pedit",
Dact_nat.c284 .kind = "nat",
Dcls_basic.c287 .kind = "basic",
Dact_bpf.c358 .kind = "bpf",
/linux-4.1.27/drivers/ata/
Dpata_macio.c227 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/
Dtilegx.c358 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/
Dpmac.c59 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/
Dkn02xa-berr.c57 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()
Decc-berr.c58 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()
Dkn01-berr.c85 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/
Dtvnv17.c305 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 …]
Dtvnv17.h94 } kind; member
/linux-4.1.27/include/net/
Drtnetlink.h54 const char *kind; member
148 #define MODULE_ALIAS_RTNL_LINK(kind) MODULE_ALIAS("rtnl-link-" kind) argument
Dpkt_cls.h231 int kind; member
296 #define MODULE_ALIAS_TCF_EMATCH(kind) MODULE_ALIAS("ematch-kind-" __stringify(kind)) argument
Dact_api.h87 char kind[IFNAMSIZ]; member
/linux-4.1.27/drivers/media/rc/
Dati_remote.c288 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/
Dsysfs-devices-mmc6 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
Dsysfs-ptp26 to be any kind of unique id.
/linux-4.1.27/drivers/input/mouse/
Dlogips2pp.c34 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()
Dsynaptics_usb.c67 #define USB_DEVICE_SYNAPTICS(prod, kind) \ argument
70 .driver_info = (kind),
/linux-4.1.27/drivers/net/team/
Dteam.c402 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 …]
Dteam_mode_random.c46 .kind = "random",
Dteam_mode_broadcast.c56 .kind = "broadcast",
Dteam_mode_roundrobin.c57 .kind = "roundrobin",
Dteam_mode_activebackup.c126 .kind = "activebackup",
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_benchmark.c78 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/
Dclass.h222 __u8 kind; member
234 __u8 kind; member
245 __u8 kind; member
/linux-4.1.27/net/core/
Drtnetlink.c279 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/
Defifb.txt19 efifb does not have any kind of autodetection of your machine.
/linux-4.1.27/arch/arm/boot/dts/
Domap5-gpu-thermal.dtsi9 * kind, whether express or implied.
Domap5-core-thermal.dtsi9 * kind, whether express or implied.
Dkirkwood-db-88f6281.dts9 * warranty of any kind, whether express or implied.
Dkirkwood-ds409slim.dts7 * warranty of any kind, whether express or implied.
Dr8a77xx-aa104xd12-panel.dtsi8 * kind, whether express or implied.
Dkirkwood-db-88f6282.dts9 * warranty of any kind, whether express or implied.
Dkirkwood-ds212j.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rs411.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds411slim.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rs409.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds110jv10.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds111.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds209.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds112.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rs212.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds411j.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds109.dts7 * warranty of any kind, whether express or implied.
Domap4-cpu-thermal.dtsi9 * kind, whether express or implied.
Dkirkwood-openrd-base.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-ds411.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rd88f6281-z0.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-ds409.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds210.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds212.dts7 * warranty of any kind, whether express or implied.
Dberlin2-sony-nsz-gs7.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-d2net.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-rd88f6281-a.dts8 * warranty of any kind, whether express or implied.
Dr8a7794-alt.dts8 * kind, whether express or implied.
Dorion5x-mv88f5182.dtsi6 * warranty of any kind, whether express or implied.
Dberlin2cd-google-chromecast.dts8 * warranty of any kind, whether express or implied.
Dr7s72100-genmai.dts9 * kind, whether express or implied.
Dkirkwood-openrd-ultimate.dts8 * warranty of any kind, whether express or implied.
Dbcm21664-garnet.dts9 * kind, whether express or implied; without even the implied warranty
Drk3288-thermal.dtsi8 * kind, whether express or implied.
Dkirkwood-openrd-client.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-net2big.dts13 * warranty of any kind, whether express or implied.
Domap34xx.dtsi8 * kind, whether express or implied.
Domap443x.dtsi8 * kind, whether express or implied.
Dkirkwood-db.dtsi9 * warranty of any kind, whether express or implied.
Dkirkwood-openrd.dtsi8 * warranty of any kind, whether express or implied.
Dberlin2q-marvell-dmp.dts6 * warranty of any kind, whether express or implied.
Dam3517.dtsi8 * kind, whether express or implied.
Domap4460.dtsi8 * kind, whether express or implied.
Dkirkwood-rd88f6281.dtsi8 * warranty of any kind, whether express or implied.
Dkirkwood-rd88f6192.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-net5big.dts13 * warranty of any kind, whether express or implied.
Demev2-kzm9d.dts8 * kind, whether express or implied.
Dbcm28155-ap.dts9 * kind, whether express or implied; without even the implied warranty
Domap36xx.dtsi8 * kind, whether express or implied.
Dkirkwood-pogo_e02.dts12 * warranty of any kind, whether express or implied.
Dr8a7778-bockw-reference.dts14 * kind, whether express or implied.
Dkirkwood-mv88f6281gtw-ge.dts9 * warranty of any kind, whether express or implied.
Dimx6q-gk802.dts6 * kind, whether express or implied.
Dkirkwood-nas2big.dts10 * warranty of any kind, whether express or implied.
Dkirkwood-netxbig.dtsi13 * warranty of any kind, whether express or implied.
Dkirkwood-laplug.dts6 * warranty of any kind, whether express or implied.
Darmada-388.dtsi15 * any warranty of any kind, whether express or implied.
Dorion5x-rd88f5182-nas.dts6 * warranty of any kind, whether express or implied.
Dkirkwood-openblocks_a7.dts10 * warranty of any kind, whether express or implied.
Dr8a7778-bockw.dts14 * kind, whether express or implied.
Dr8a7779-marzen.dts9 * kind, whether express or implied.
Dorion5x-maxtor-shared-storage-2.dts7 * warranty of any kind, whether express or implied.
Dorion5x-lacie-ethernet-disk-mini-v2.dts6 * warranty of any kind, whether express or implied.
Dkirkwood-t5325.dts11 * warranty of any kind, whether express or implied.
Dr8a73a4-ape6evm.dts8 * kind, whether express or implied.
Domap2420.dtsi8 * kind, whether express or implied.
Demev2.dtsi8 * kind, whether express or implied.
Dorion5x.dtsi6 * warranty of any kind, whether express or implied.
Dr8a7791-henninger.dts9 * kind, whether express or implied.
Dkirkwood-dir665.dts6 * warranty of any kind, whether express or implied.
Dorion5x-lacie-d2-network.dts7 * warranty of any kind, whether express or implied.
Dr8a7740-armadillo800eva.dts8 * kind, whether express or implied.
Darmada-385-db-ap.dts16 * any warranty of any kind, whether express or implied.
Domap2.dtsi8 * kind, whether express or implied.
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_osf.h62 __u16 kind, length; member
/linux-4.1.27/Documentation/
Dcpu-load.txt25 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
DIRQ.txt22 assigning this kind of additional meaning.
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c81 } 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/
DTODO14 checkpatch.pl tests. I don't want waste my time to review this kind of
/linux-4.1.27/drivers/staging/media/mn88472/
DTODO14 checkpatch.pl tests. I don't want waste my time to review this kind of
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c2288 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/
Defivarfs.txt22 but it does prevent this kind of failure from being accomplished
Dquota.txt47 - what kind of limit is exceeded:
Dhfs.txt58 filesystems namespace which is kind of a cludge and makes the semantics for
/linux-4.1.27/drivers/net/can/
Dvcan.c167 .kind = "vcan",
/linux-4.1.27/drivers/gpu/vga/
DKconfig8 are accessed at same time they need some kind of coordination. Please
/linux-4.1.27/drivers/scsi/ufs/
DKconfig24 # 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/
Dipoib_netlink.c160 .kind = "ipoib",
/linux-4.1.27/drivers/net/
Dnlmon.c158 .kind = "nlmon",
Ddummy.c168 .kind = DRV_NAME,
Difb.c257 .kind = "ifb",
/linux-4.1.27/Documentation/input/
Dnotifier.txt22 For each kind of event but the last, the callback may return NOTIFY_STOP in
/linux-4.1.27/Documentation/isdn/
D00-INDEX4 - list of the kind folks that brought you this stuff.
DREADME.audio96 When receiving audio data, a kind of bisync protocol is used.
/linux-4.1.27/Documentation/i2c/
Dfunctionality136 /* Some kind of error handling */
140 /* Some kind of error handling */
Dupgrading-clients29 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/
Dstorcenter.dts11 * warranty of any kind, whether express or implied.
Diss4xx.dts12 * any warranty of any kind, whether express or implied.
Diss4xx-mpic.dts12 * any warranty of any kind, whether express or implied.
DkuroboxHG.dts14 * is licensed "as is" without any warranty of any kind, whether express
DkuroboxHD.dts14 * is licensed "as is" without any warranty of any kind, whether express
Dmvme5100.dts8 * any warranty of any kind, whether express or implied.
Dholly.dts10 * any warranty of any kind, whether express or implied.
Dacadia.dts8 * kind, whether express or implied.
Dep405.dts9 * any warranty of any kind, whether express or implied.
Dwalnut.dts9 * any warranty of any kind, whether express or implied.
Dprpmc2800.dts7 * is licensed "as is" without any warranty of any kind, whether express
Dwarp.dts9 * any warranty of any kind, whether express or implied.
/linux-4.1.27/Documentation/hwmon/
Dadm102538 kind of strange since both are useful, and the reason for designing the
/linux-4.1.27/net/openvswitch/
Dvport-internal_dev.c128 .kind = "openvswitch",
/linux-4.1.27/net/ieee802154/6lowpan/
Dcore.c223 .kind = "lowpan",
/linux-4.1.27/include/linux/
Dif_team.h162 const char *kind; member
/linux-4.1.27/net/8021q/
Dvlan_netlink.c249 .kind = "vlan",
/linux-4.1.27/Documentation/locking/
Dspinlocks.txt71 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/
DKconfig207 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/
Dprovider.txt79 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/
Dvideobuf18 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/
Dbnx2x_stats.c109 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/
Dpkt_cls.h424 __u16 kind; member
/linux-4.1.27/drivers/usb/core/
DKconfig14 If you do not want this kind of information sent to the system
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze29 If you run into some kind of deadlock, you can try to dump a call trace
/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt46 custom timing routines, a kind of reverse engineering without
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dnvidia,tegra20-usb-phy.txt61 - nvidia,is-wired : boolean. Indicates whether we can do certain kind of power
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt93 kind of firmware it is. For QE, this should be "fsl,qe-firmware".
/linux-4.1.27/Documentation/s390/
DDASD34 provide support of partitions, maybe VTOC oriented or using a kind of
/linux-4.1.27/net/ipv4/
Dip_gre.c823 .kind = "gre",
838 .kind = "gretap",
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH96 You can easily test all kind of load/sleep times and check whether your
/linux-4.1.27/Documentation/RCU/
Dlockdep-splat.txt8 RCU-protected data structure without either (1) being in the right kind of
/linux-4.1.27/net/netfilter/
Dxt_osf.c261 if (f->opt[optnum].kind == (*optp)) { in xt_osf_match_packet()
/linux-4.1.27/tools/usb/usbip/
DINSTALL64 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/
Dfrontswap.txt74 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/
Dintvec_32.S600 .macro check_single_stepping, kind, not_single_stepping
655 .ifc \kind,normal
683 .ifc \kind,syscall
/linux-4.1.27/Documentation/w1/
Dw1.generic31 almost any kind of operations. Each logical operation is a transaction

12