Home
last modified time | relevance | path

Searched refs:cl (Results 176 – 200 of 409) sorted by relevance

12345678910>>...17

/openbmc/linux/arch/mips/lantiq/falcon/
H A Dsysctrl.c172 clk->cl.dev_id = dev; in clkdev_add_sys()
173 clk->cl.con_id = NULL; in clkdev_add_sys()
174 clk->cl.clk = clk; in clkdev_add_sys()
182 clkdev_add(&clk->cl); in clkdev_add_sys()
/openbmc/linux/fs/nls/
H A Dmac-celtic.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
565 if (uni2charset && uni2charset[cl]) in uni2char()
566 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-inuit.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
495 if (uni2charset && uni2charset[cl]) in uni2char()
496 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-turkish.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
565 if (uni2charset && uni2charset[cl]) in uni2char()
566 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-gaelic.c523 unsigned char cl = uni & 0x00ff; in uni2char() local
530 if (uni2charset && uni2charset[cl]) in uni2char()
531 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-iceland.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
565 if (uni2charset && uni2charset[cl]) in uni2char()
566 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-roman.c593 unsigned char cl = uni & 0x00ff; in uni2char() local
600 if (uni2charset && uni2charset[cl]) in uni2char()
601 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-romanian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
565 if (uni2charset && uni2charset[cl]) in uni2char()
566 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-croatian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
565 if (uni2charset && uni2charset[cl]) in uni2char()
566 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-greek.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
460 if (uni2charset && uni2charset[cl]) in uni2char()
461 out[0] = uni2charset[cl]; in uni2char()
H A Dnls_cp864.c364 unsigned char cl = uni & 0x00ff; in uni2char() local
371 if (uni2charset && uni2charset[cl]) in uni2char()
372 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-centeuro.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
495 if (uni2charset && uni2charset[cl]) in uni2char()
496 out[0] = uni2charset[cl]; in uni2char()
H A Dmac-cyrillic.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
460 if (uni2charset && uni2charset[cl]) in uni2char()
461 out[0] = uni2charset[cl]; in uni2char()
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.h297 struct ishtp_cl *cl);
298 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl);
299 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl);
/openbmc/linux/drivers/hwmon/
H A Dasb100.c843 struct i2c_client *cl; in asb100_read_value() local
857 cl = data->lm75[bank - 1]; in asb100_read_value()
862 res = i2c_smbus_read_word_swapped(cl, 0); in asb100_read_value()
865 res = i2c_smbus_read_byte_data(cl, 1); in asb100_read_value()
868 res = i2c_smbus_read_word_swapped(cl, 2); in asb100_read_value()
872 res = i2c_smbus_read_word_swapped(cl, 3); in asb100_read_value()
888 struct i2c_client *cl; in asb100_write_value() local
902 cl = data->lm75[bank - 1]; in asb100_write_value()
907 i2c_smbus_write_byte_data(cl, 1, value & 0xff); in asb100_write_value()
910 i2c_smbus_write_word_swapped(cl, 2, value); in asb100_write_value()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch61 make_complex_modes (enum mode_class cl,
63 @@ -500,7 +500,7 @@ make_complex_modes (enum mode_class cl,
71 make_vector_modes (enum mode_class cl, const char *prefix, unsigned int width,
72 @@ -553,7 +553,7 @@ make_vector_modes (enum mode_class cl, const char *prefix, unsigned int width,
90 @@ -588,7 +588,7 @@ make_special_mode (enum mode_class cl, const char *name,
120 @@ -659,7 +659,7 @@ make_fixed_point_mode (enum mode_class cl,
/openbmc/linux/include/net/
H A Dpkt_sched.h20 int (*fn)(struct Qdisc *, unsigned long cl, struct qdisc_walker *);
297 unsigned long cl, in tc_qdisc_stats_dump() argument
300 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
/openbmc/linux/net/sched/
H A Dsch_ingress.c40 static void ingress_unbind_filter(struct Qdisc *sch, unsigned long cl) in ingress_unbind_filter() argument
48 static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl, in ingress_tcf_block() argument
198 static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl, in clsact_tcf_block() argument
203 switch (cl) { in clsact_tcf_block()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c173 if (cl) in ovs_ct_get_labels()
361 struct nf_conn_labels *cl; in ovs_ct_get_conn_labels() local
363 cl = nf_ct_labels_find(ct); in ovs_ct_get_conn_labels()
364 if (!cl) { in ovs_ct_get_conn_labels()
366 cl = nf_ct_labels_find(ct); in ovs_ct_get_conn_labels()
369 return cl; in ovs_ct_get_conn_labels()
390 if (!cl) in ovs_ct_init_labels()
395 *cl = *master_cl; in ovs_ct_init_labels()
398 u32 *dst = (u32 *)cl->bits; in ovs_ct_init_labels()
421 struct nf_conn_labels *cl; in ovs_ct_set_labels() local
[all …]
/openbmc/linux/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c124 pkt->cl = (void *)client; in cmdq_pkt_create()
144 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_destroy()
403 cmdq_get_shift_pa(((struct cmdq_client *)pkt->cl)->chan); in cmdq_pkt_jump()
423 cmdq_get_shift_pa(((struct cmdq_client *)pkt->cl)->chan); in cmdq_pkt_finalize()
433 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_flush_async()
/openbmc/linux/include/linux/
H A Dusb.h1014 #define USB_DEVICE_INTERFACE_CLASS(vend, prod, cl) \ argument
1019 .bInterfaceClass = (cl)
1062 #define USB_DEVICE_INFO(cl, sc, pr) \ argument
1064 .bDeviceClass = (cl), \
1077 #define USB_INTERFACE_INFO(cl, sc, pr) \ argument
1079 .bInterfaceClass = (cl), \
1097 #define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \ argument
1102 .bInterfaceClass = (cl), \
1119 #define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \ argument
1123 .bInterfaceClass = (cl), \
/openbmc/linux/drivers/md/bcache/
H A Dstats.c127 closure_return(&acc->cl); in bch_cache_accounting_destroy()
180 closure_return(&acc->cl); in scale_accounting()
230 closure_init(&acc->cl, parent); in bch_cache_accounting_init()
/openbmc/linux/arch/mips/lantiq/
H A Dclk.c92 clk->cl.dev_id, clk->cl.con_id, rate); in clk_set_rate()
/openbmc/u-boot/lib/
H A Dstring.c476 unsigned long cl = 0; in memset() local
482 cl <<= 8; in memset()
483 cl |= c & 0xff; in memset()
486 *sl++ = cl; in memset()
/openbmc/linux/drivers/clk/ti/
H A Dadpll.c144 struct clk_lookup *cl; member
201 struct clk_lookup *cl; in ti_adpll_setup_clock() local
215 cl = clkdev_create(clock, con_id, NULL); in ti_adpll_setup_clock()
216 if (!cl) in ti_adpll_setup_clock()
218 d->clocks[index].cl = cl; in ti_adpll_setup_clock()
768 if (ac->cl) in ti_adpll_free_resources()
769 clkdev_drop(ac->cl); in ti_adpll_free_resources()

12345678910>>...17