Home
last modified time | relevance | path

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

123

/linux-4.4.14/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()
Dnct6775.c840 enum kinds kind; member
989 enum kinds kind; member
1124 switch (data->kind) { in is_word_sized()
1263 if (data->kind == nct6775) in nct6775_write_fan_div_common()
1282 if (data->kind == nct6775) in nct6775_update_fan_div_common()
1492 switch (data->kind) { in nct6775_update_pwm_limits()
2017 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible()
2451 if (val == sf3 && data->kind != nct6775) in store_pwm_enable()
2891 if (data->kind != nct6775 && !val) in store_auto_pwm()
2893 if (data->kind != nct6779 && val) in store_auto_pwm()
[all …]
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 …]
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.c197 enum lm75_type kind = id->driver_data; in lm75_probe() local
217 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.4.14/drivers/staging/comedi/drivers/
Dserial2002.c61 enum { is_invalid, is_digital, is_channel } kind; member
260 result.kind = is_invalid; in serial2002_read()
277 result.kind = is_digital; in serial2002_read()
281 result.kind = is_digital; in serial2002_read()
287 result.kind = is_channel; in serial2002_read()
298 if (data.kind == is_digital) { in serial2002_write()
331 short int kind; member
341 int kind) in serial2002_setup_subdevice() argument
348 if (cfg[j].kind == kind) in serial2002_setup_subdevice()
362 if (kind == 1 || kind == 2) { in serial2002_setup_subdevice()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusergf119.c76 u32 kind, page; in gf119_dmaobj_new() local
94 args->v0.version, args->v0.page, args->v0.kind); in gf119_dmaobj_new()
95 kind = args->v0.kind; in gf119_dmaobj_new()
100 kind = GF119_DMA_V0_KIND_PITCH; in gf119_dmaobj_new()
103 kind = GF119_DMA_V0_KIND_VM; in gf119_dmaobj_new()
111 dmaobj->flags0 = (kind << 20) | (page << 6); in gf119_dmaobj_new()
Dusernv50.c78 u32 user, part, comp, kind; in nv50_dmaobj_new() local
97 args->v0.kind); in nv50_dmaobj_new()
101 kind = args->v0.kind; in nv50_dmaobj_new()
108 kind = NV50_DMA_V0_KIND_PITCH; in nv50_dmaobj_new()
113 kind = NV50_DMA_V0_KIND_VM; in nv50_dmaobj_new()
118 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f) in nv50_dmaobj_new()
120 dmaobj->flags0 = (comp << 29) | (kind << 22) | (user << 20) | in nv50_dmaobj_new()
Dusergf100.c78 u32 kind, user, unkn; in gf100_dmaobj_new() local
96 args->v0.version, args->v0.priv, args->v0.kind); in gf100_dmaobj_new()
97 kind = args->v0.kind; in gf100_dmaobj_new()
103 kind = GF100_DMA_V0_KIND_PITCH; in gf100_dmaobj_new()
107 kind = GF100_DMA_V0_KIND_VM; in gf100_dmaobj_new()
116 dmaobj->flags0 |= (kind << 22) | (user << 20) | oclass->base.oclass; in gf100_dmaobj_new()
/linux-4.4.14/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.4.14/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.c142 if (nla_put_string(skb, TCA_KIND, a->ops->kind)) in tcf_del_walker()
334 if (act->type == a->type || (strcmp(act->kind, a->kind) == 0)) { in tcf_register_action()
368 static struct tc_action_ops *tc_lookup_action_n(char *kind) in tc_lookup_action_n() argument
372 if (kind) { in tc_lookup_action_n()
375 if (strcmp(kind, a->kind) == 0) { in tc_lookup_action_n()
387 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action() argument
391 if (kind) { in tc_lookup_action()
394 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
459 if (nla_put_string(skb, TCA_KIND, a->ops->kind)) in tcf_action_dump_1()
512 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()
922 if (TCF_META_TYPE(hdr->left.kind) != TCF_META_TYPE(hdr->right.kind) || in em_meta_change()
923 TCF_META_TYPE(hdr->left.kind) > TCF_META_TYPE_MAX || in em_meta_change()
924 TCF_META_ID(hdr->left.kind) > TCF_META_ID_MAX || in em_meta_change()
925 TCF_META_ID(hdr->right.kind) > TCF_META_ID_MAX) in em_meta_change()
988 .kind = TCF_EM_META,
Dem_u32.c42 .kind = TCF_EM_U32,
Dem_nbyte.c58 .kind = TCF_EM_NBYTE,
Dem_cmp.c77 .kind = TCF_EM_CMP,
Dact_ipt.c264 .kind = "ipt",
274 .kind = "xt",
Dem_ipset.c111 .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()
896 struct nlattr *kind = tca[TCA_KIND]; in qdisc_create() local
901 ops = qdisc_lookup_ops(kind); in qdisc_create()
903 if (ops == NULL && kind != NULL) { in qdisc_create()
905 if (nla_strlcpy(name, kind, IFNAMSIZ) < IFNAMSIZ) { in qdisc_create()
917 ops = qdisc_lookup_ops(kind); in qdisc_create()
Dem_text.c133 .kind = TCF_EM_TEXT,
Dem_canid.c209 .kind = TCF_EM_CANID,
Dact_connmark.c173 .kind = "connmark",
Dact_simple.c165 .kind = "simple",
Dact_gact.c187 .kind = "gact",
Dact_skbedit.c177 .kind = "skbedit",
Dcls_cgroup.c190 .kind = "cgroup",
Dact_vlan.c185 .kind = "vlan",
Dact_pedit.c215 .kind = "pedit",
Dact_mirred.c253 .kind = "mirred",
Dact_nat.c286 .kind = "nat",
Dcls_basic.c287 .kind = "basic",
/linux-4.4.14/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.4.14/drivers/net/ethernet/tile/
Dtilegx.c359 static bool tile_net_provide_buffer(int instance, int kind) in tile_net_provide_buffer() argument
362 gxio_mpipe_buffer_size_enum_t bse = buffer_size_enums[kind]; in tile_net_provide_buffer()
383 gxio_mpipe_push_buffer(&md->context, md->first_buffer_stack + kind, in tile_net_provide_buffer()
427 int instance, kind; in tile_net_provide_needed_buffers() local
430 for (kind = 0; kind < MAX_KINDS; kind++) { in tile_net_provide_needed_buffers()
431 while (info->mpipe[instance].num_needed_buffers[kind] in tile_net_provide_needed_buffers()
433 if (!tile_net_provide_buffer(instance, kind)) { in tile_net_provide_needed_buffers()
440 num_needed_buffers[kind]--; in tile_net_provide_needed_buffers()
1000 int kind, size_t num_buffers) in create_buffer_stack() argument
1006 int stack_idx = md->first_buffer_stack + kind; in create_buffer_stack()
[all …]
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h53 #define MODULE_MLXSW_DRIVER_ALIAS(kind) \ argument
54 MODULE_ALIAS(MLXSW_MODULE_ALIAS_PREFIX kind)
171 const char *kind; member
184 const char *kind; member
Dcore.c713 static struct mlxsw_driver *__driver_find(const char *kind) in __driver_find() argument
718 if (strcmp(mlxsw_driver->kind, kind) == 0) in __driver_find()
724 static struct mlxsw_driver *mlxsw_core_driver_get(const char *kind) in mlxsw_core_driver_get() argument
729 mlxsw_driver = __driver_find(kind); in mlxsw_core_driver_get()
732 request_module(MLXSW_MODULE_ALIAS_PREFIX "%s", kind); in mlxsw_core_driver_get()
734 mlxsw_driver = __driver_find(kind); in mlxsw_core_driver_get()
745 static void mlxsw_core_driver_put(const char *kind) in mlxsw_core_driver_put() argument
750 mlxsw_driver = __driver_find(kind); in mlxsw_core_driver_put()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c297 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_get_modes()
308 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_mode_valid()
353 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_mode_fixup()
378 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_dpms()
415 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_prepare()
432 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_prepare()
441 if (tv_norm->kind == CTV_ENC_MODE) { in nv17_tv_prepare()
475 if (tv_norm->kind == TV_ENC_MODE) { in nv17_tv_mode_set()
580 if (get_tv_norm(encoder)->kind == TV_ENC_MODE) { in nv17_tv_commit()
700 if (tv_norm->kind == CTV_ENC_MODE) in nv17_tv_set_property()
[all …]
Dtvnv17.h94 } kind; member
/linux-4.4.14/include/net/
Drtnetlink.h54 const char *kind; member
151 #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.h100 char kind[IFNAMSIZ]; member
/linux-4.4.14/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.4.14/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-firmware-efi-esrt37 Description: What kind of firmware entry this is:
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_benchmark.c63 char *kind) in amdgpu_benchmark_log_results() argument
68 kind, n, size >> 10, sdomain, ddomain, time, in amdgpu_benchmark_log_results()
/linux-4.4.14/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.4.14/Documentation/fb/
Defifb.txt19 efifb does not have any kind of autodetection of your machine.
/linux-4.4.14/arch/arm/boot/dts/
Domap5-gpu-thermal.dtsi9 * kind, whether express or implied.
Dkirkwood-db-88f6281.dts9 * warranty of any kind, whether express or implied.
Domap5-core-thermal.dtsi9 * kind, whether express or implied.
Dr8a77xx-aa121td01-panel.dtsi8 * kind, whether express or implied.
Dkirkwood-db-88f6282.dts9 * warranty of any kind, whether express or implied.
Dr8a77xx-aa104xd12-panel.dtsi8 * kind, whether express or implied.
Dkirkwood-ds409slim.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds212j.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds112.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-ds411slim.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rs212.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rs411.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-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-ds411.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-openrd-base.dts8 * warranty of any kind, whether express or implied.
Dkirkwood-ds210.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-ds409.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-rd88f6281-z0.dts8 * warranty of any kind, whether express or implied.
Darmada-370-seagate-personal-cloud.dts10 * warranty of any kind, whether express or implied.
Darmada-370-seagate-nas-2bay.dts10 * warranty of any kind, whether express or implied.
Dkirkwood-ds212.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-d2net.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.
Dkirkwood-rd88f6281-a.dts8 * warranty of any kind, whether express or implied.
Dr7s72100-genmai.dts9 * kind, whether express or implied.
Dr8a7793-gose.dts8 * 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
Darmada-370-seagate-personal-cloud-2bay.dts10 * warranty of any kind, whether express or implied.
Dkirkwood-net2big.dts13 * warranty of any kind, whether express or implied.
Dkirkwood-openrd-client.dts8 * warranty of any kind, whether express or implied.
Domap34xx.dtsi8 * kind, whether express or implied.
Dkirkwood-db.dtsi9 * warranty of any kind, whether express or implied.
Domap443x.dtsi8 * kind, whether express or implied.
Dkirkwood-openrd.dtsi8 * warranty of any 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.
Dam3517.dtsi8 * 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.
Demev2-kzm9d.dts8 * kind, whether express or implied.
Dkirkwood-pogo_e02.dts12 * warranty of any kind, whether express or implied.
Dkirkwood-nas2big.dts10 * warranty of any kind, whether express or implied.
Dimx6q-gk802.dts6 * kind, whether express or implied.
Dkirkwood-mv88f6281gtw-ge.dts9 * warranty of any kind, whether express or implied.
Darmada-370-seagate-nas-4bay.dts10 * warranty of any kind, whether express or implied.
Dberlin2-sony-nsz-gs7.dts13 * warranty of any kind, whether express or implied.
Dkirkwood-laplug.dts6 * warranty of any kind, whether express or implied.
Darmada-370-seagate-personal-cloud.dtsi11 * warranty of any kind, whether express or implied.
Darmada-388.dtsi15 * any warranty of any kind, whether express or implied.
Dberlin2cd-google-chromecast.dts13 * warranty of any kind, whether express or implied.
Dkirkwood-net5big.dts13 * warranty of any kind, whether express or implied.
Dr8a7794-silk.dts10 * kind, whether express or implied.
Darmada-385-linksys-cobra.dts14 * any warranty of any kind, whether express or implied.
Dr8a7779-marzen.dts9 * kind, whether express or implied.
Darmada-385-linksys-caiman.dts14 * 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.
Dberlin2q-marvell-dmp.dts11 * warranty of any kind, whether express or implied.
Dorion5x-lacie-ethernet-disk-mini-v2.dts6 * warranty of any kind, whether express or implied.
Dorion5x-maxtor-shared-storage-2.dts7 * warranty of any kind, whether express or implied.
Dkirkwood-t5325.dts11 * warranty of any kind, whether express or implied.
Dkirkwood-netxbig.dtsi13 * warranty of any kind, whether express or implied.
Darmada-370-seagate-nas-xbay.dtsi10 * warranty of any kind, whether express or implied.
Domap2420.dtsi8 * kind, whether express or implied.
Dr8a7791-porter.dts8 * kind, whether express or implied.
Dr8a73a4-ape6evm.dts8 * kind, whether express or implied.
Dkirkwood-dir665.dts6 * warranty of any kind, whether express or implied.
Dorion5x.dtsi6 * warranty of any kind, whether express or implied.
Dorion5x-lacie-d2-network.dts7 * warranty of any kind, whether express or implied.
Dr8a7791-henninger.dts9 * kind, whether express or implied.
Dr8a7740-armadillo800eva.dts8 * kind, whether express or implied.
Demev2.dtsi8 * kind, whether express or implied.
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_osf.h62 __u16 kind, length; member
/linux-4.4.14/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.
Dkasan.txt120 The header of the report discribe what kind of bug happened and what kind of
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h238 __u8 kind; member
250 __u8 kind; member
261 __u8 kind; member
/linux-4.4.14/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()
544 if (nla_put_string(skb, IFLA_INFO_SLAVE_KIND, ops->kind) < 0) in rtnl_link_slave_info_fill()
571 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0) in rtnl_link_info_fill()
2173 char kind[MODULE_NAME_LEN]; in rtnl_newlink() local
2221 nla_strlcpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in rtnl_newlink()
2222 ops = rtnl_link_ops_get(kind); in rtnl_newlink()
2224 kind[0] = '\0'; in rtnl_newlink()
[all …]
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c81 } kind; member
274 static void init_ppp_file(struct ppp_file *pf, int kind);
395 if (pf->kind == INTERFACE) { in ppp_release()
403 switch (pf->kind) { in ppp_release()
439 if (pf->kind == INTERFACE) { in ppp_read()
503 switch (pf->kind) { in ppp_write()
532 else if (pf->kind == INTERFACE) { in ppp_poll()
602 if (pf->kind == INTERFACE) { in ppp_ioctl()
618 if (pf->kind == CHANNEL) { in ppp_ioctl()
646 if (pf->kind != INTERFACE) { in ppp_ioctl()
[all …]
/linux-4.4.14/drivers/staging/media/mn88473/
DTODO14 checkpatch.pl tests. I don't want waste my time to review this kind of
/linux-4.4.14/drivers/staging/media/mn88472/
DTODO14 checkpatch.pl tests. I don't want waste my time to review this kind of
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c2331 nv50_fbdma_init(struct drm_device *dev, u32 name, u64 offset, u64 length, u8 kind) in nv50_fbdma_init() argument
2370 args.nv50.kind = kind; in nv50_fbdma_init()
2374 args.gf100.kind = kind; in nv50_fbdma_init()
2378 args.gf119.kind = kind; in nv50_fbdma_init()
2415 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor() local
2434 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2436 nv_fb->r_format |= kind << 16; in nv50_fb_ctor()
2439 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2442 nv_fb->r_pitch = kind ? (((fb->pitches[0] / 4) << 4) | tile) : in nv50_fb_ctor()
2445 nv_fb->r_handle = 0xffff0000 | kind; in nv50_fb_ctor()
[all …]
/linux-4.4.14/drivers/gpu/vga/
DKconfig8 are accessed at same time they need some kind of coordination. Please
/linux-4.4.14/drivers/net/can/
Dvcan.c167 .kind = "vcan",
/linux-4.4.14/Documentation/filesystems/
Defivarfs.txt22 but it does prevent this kind of failure from being accomplished
Dhfs.txt58 filesystems namespace which is kind of a cludge and makes the semantics for
Dquota.txt50 - what kind of limit is exceeded:
/linux-4.4.14/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.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c160 .kind = "ipoib",
/linux-4.4.14/Documentation/input/
Dnotifier.txt22 For each kind of event but the last, the callback may return NOTIFY_STOP in
/linux-4.4.14/Documentation/isdn/
D00-INDEX4 - list of the kind folks that brought you this stuff.
/linux-4.4.14/drivers/net/
Dnlmon.c158 .kind = "nlmon",
Ddummy.c171 .kind = DRV_NAME,
Difb.c291 .kind = "ifb",
/linux-4.4.14/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.4.14/net/ieee802154/6lowpan/
Dcore.c188 .kind = "lowpan",
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos5433-decon.txt30 it is not needed, but make it remain to use same kind of node
/linux-4.4.14/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.
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
Diss4xx-mpic.dts12 * any warranty of any kind, whether express or implied.
Dmvme5100.dts8 * any warranty of any kind, whether express or implied.
Dholly.dts10 * any warranty of any kind, whether express or implied.
Dep405.dts9 * any warranty of any kind, whether express or implied.
Dacadia.dts8 * kind, whether express or implied.
/linux-4.4.14/scripts/kconfig/
Dexpr.c890 enum string_value_kind kind; in expr_parse_string() local
899 kind = k_signed; in expr_parse_string()
903 kind = k_unsigned; in expr_parse_string()
908 kind = k_signed; in expr_parse_string()
914 ? kind : k_string; in expr_parse_string()
/linux-4.4.14/include/linux/
Dif_team.h162 const char *kind; member
/linux-4.4.14/Documentation/hwmon/
Dadm102538 kind of strange since both are useful, and the reason for designing the
/linux-4.4.14/net/8021q/
Dvlan_netlink.c249 .kind = "vlan",
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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
385 You should avoid this kind of practice, and instead of electing a new
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c111 i, bp->fw_stats_req->query[i].kind, in bnx2x_dp_stats()
1472 cur_query_entry->kind = STATS_TYPE_PORT; in bnx2x_prep_fw_stats_req()
1486 cur_query_entry->kind = STATS_TYPE_PF; in bnx2x_prep_fw_stats_req()
1501 cur_query_entry->kind = STATS_TYPE_FCOE; in bnx2x_prep_fw_stats_req()
1528 cur_query_entry->kind = STATS_TYPE_QUEUE; in bnx2x_prep_fw_stats_req()
1545 cur_query_entry->kind = STATS_TYPE_QUEUE; in bnx2x_prep_fw_stats_req()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c151 .kind = "openvswitch",
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h441 __u16 kind; member
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze29 If you run into some kind of deadlock, you can try to dump a call trace
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt61 - nvidia,is-wired : boolean. Indicates whether we can do certain kind of power
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt93 kind of firmware it is. For QE, this should be "fsl,qe-firmware".
/linux-4.4.14/Documentation/s390/
DDASD34 provide support of partitions, maybe VTOC oriented or using a kind of
/linux-4.4.14/Documentation/bus-devices/
Dti-gpmc.txt46 custom timing routines, a kind of reverse engineering without
/linux-4.4.14/drivers/usb/core/
DKconfig14 If you do not want this kind of information sent to the system

123