Home
last modified time | relevance | path

Searched refs:sl (Results 51 – 75 of 248) sorted by relevance

12345678910

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c21 unsigned long conf2, sl; in probe_l2() local
45 sl = (conf2 & MIPS_CONF2_SL) >> MIPS_CONF2_SL_SHF; in probe_l2()
46 gd->arch.l2_line_size = sl ? (2 << sl) : 0; in probe_l2()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c28 #define attn_on(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_ATTNON) argument
29 #define attn_off(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_ATTNOFF) argument
30 #define attn_LED_blink(sl) ibmphp_hpc_writeslot(sl, HPC_SLOT_BLINKLED) argument
31 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot(sl, READ_REVLEVEL, rev) argument
32 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot(sl, READ_HPCOPTIONS, opt) argument
53 static inline int get_cur_bus_info(struct slot **sl) in get_cur_bus_info() argument
56 struct slot *slot_cur = *sl; in get_cur_bus_info()
79 *sl = slot_cur; in get_cur_bus_info()
83 static inline int slot_update(struct slot **sl) in slot_update() argument
86 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update()
[all …]
/openbmc/linux/drivers/w1/
H A Dw1_io.c387 int w1_reset_select_slave(struct w1_slave *sl) in w1_reset_select_slave() argument
389 if (w1_reset_bus(sl->master)) in w1_reset_select_slave()
392 if (sl->master->slave_count == 1) in w1_reset_select_slave()
393 w1_write_8(sl->master, W1_SKIP_ROM); in w1_reset_select_slave()
396 u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); in w1_reset_select_slave()
399 w1_write_block(sl->master, match, 9); in w1_reset_select_slave()
H A Dw1_internal.h43 int w1_unref_slave(struct w1_slave *sl);
59 int w1_slave_detach(struct w1_slave *sl);
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-kontron-sl.dtsi8 #include "imx6ul-kontron-sl-common.dtsi"
12 compatible = "kontron,sl-imx6ull", "fsl,imx6ull";
H A Dimx6ull-kontron-bl.dts9 #include "imx6ull-kontron-sl.dtsi"
14 compatible = "kontron,bl-imx6ull", "kontron,sl-imx6ull", "fsl,imx6ull";
H A Dimx6ul-kontron-sl.dtsi9 #include "imx6ul-kontron-sl-common.dtsi"
13 compatible = "kontron,sl-imx6ul", "fsl,imx6ul";
H A Dimx6ul-kontron-bl.dts10 #include "imx6ul-kontron-sl.dtsi"
15 compatible = "kontron,bl-imx6ul", "kontron,sl-imx6ul", "fsl,imx6ul";
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2423.c33 struct w1_slave *sl = dev_to_w1_slave(device); in w1_slave_show() local
34 struct w1_master *dev = sl->master; in w1_slave_show()
51 if (!w1_reset_select_slave(sl)) { in w1_slave_show()
/openbmc/linux/drivers/power/supply/
H A Dmax1721x_battery.c323 static int devm_w1_max1721x_add_device(struct w1_slave *sl) in devm_w1_max1721x_add_device() argument
328 info = devm_kzalloc(&sl->dev, sizeof(*info), GFP_KERNEL); in devm_w1_max1721x_add_device()
332 sl->family_data = (void *)info; in devm_w1_max1721x_add_device()
333 info->w1_dev = &sl->dev; in devm_w1_max1721x_add_device()
342 "max1721x-%012X", (unsigned int)sl->reg_num.id); in devm_w1_max1721x_add_device()
424 info->bat = devm_power_supply_register(&sl->dev, &info->bat_desc, in devm_w1_max1721x_add_device()
/openbmc/linux/net/ieee802154/
H A Dnl-mac.c1225 struct ieee802154_llsec_seclevel *sl) in llsec_parse_seclevel() argument
1227 memset(sl, 0, sizeof(*sl)); in llsec_parse_seclevel()
1251 struct ieee802154_llsec_seclevel sl; in llsec_add_seclevel() local
1253 if (llsec_parse_seclevel(info, &sl)) in llsec_add_seclevel()
1256 return ops->llsec->add_seclevel(dev, &sl); in llsec_add_seclevel()
1271 struct ieee802154_llsec_seclevel sl; in llsec_del_seclevel() local
1273 if (llsec_parse_seclevel(info, &sl)) in llsec_del_seclevel()
1276 return ops->llsec->del_seclevel(dev, &sl); in llsec_del_seclevel()
1286 const struct ieee802154_llsec_seclevel *sl, in ieee802154_nl_fill_seclevel() argument
1301 sl->device_override)) in ieee802154_nl_fill_seclevel()
[all …]
/openbmc/linux/include/trace/events/
H A Dib_umad.h23 __field(u8, sl)
64 __entry->sl = umad_hdr->sl;
96 __entry->sl, __entry->path_bits, __entry->grh_present,
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
96 (sl) = __x; \
101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
106 (sl) = __x; \
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Darray_test.patch10 --- a/src/test/array.sl
11 +++ b/src/test/array.sl
/openbmc/linux/net/mac802154/
H A Dmib.c164 const struct ieee802154_llsec_seclevel *sl) in mac802154_add_seclevel() argument
172 res = mac802154_llsec_seclevel_add(&sdata->sec, sl); in mac802154_add_seclevel()
179 const struct ieee802154_llsec_seclevel *sl) in mac802154_del_seclevel() argument
187 res = mac802154_llsec_seclevel_del(&sdata->sec, sl); in mac802154_del_seclevel()
H A Dllsec.c43 struct ieee802154_llsec_seclevel *sl, *sn; in mac802154_llsec_destroy() local
51 list_del(&sl->list); in mac802154_llsec_destroy()
476 const struct ieee802154_llsec_seclevel *sl) in llsec_find_seclevel() argument
481 if (pos->frame_type != sl->frame_type || in llsec_find_seclevel()
483 pos->cmd_frame_id != sl->cmd_frame_id) || in llsec_find_seclevel()
485 pos->sec_levels != sl->sec_levels) in llsec_find_seclevel()
496 const struct ieee802154_llsec_seclevel *sl) in mac802154_llsec_seclevel_add() argument
500 if (llsec_find_seclevel(sec, sl)) in mac802154_llsec_seclevel_add()
507 entry->level = *sl; in mac802154_llsec_seclevel_add()
515 const struct ieee802154_llsec_seclevel *sl) in mac802154_llsec_seclevel_del() argument
[all …]
H A Dllsec.h92 const struct ieee802154_llsec_seclevel *sl);
94 const struct ieee802154_llsec_seclevel *sl);
/openbmc/linux/include/linux/
H A Ddccp.h207 static inline bool dccp_list_has_service(const struct dccp_service_list *sl, in dccp_list_has_service() argument
210 if (likely(sl != NULL)) { in dccp_list_has_service()
211 u32 i = sl->dccpsl_nr; in dccp_list_has_service()
213 if (sl->dccpsl_list[i] == service) in dccp_list_has_service()
H A Dw1.h254 int (*add_slave)(struct w1_slave *sl);
255 void (*remove_slave)(struct w1_slave *sl);
303 int w1_reset_select_slave(struct w1_slave *sl);
H A Dhrtimer.h376 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id,
382 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,
395 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() argument
399 hrtimer_init_sleeper(sl, clock_id, mode); in hrtimer_init_sleeper_on_stack()
437 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_marshall.c77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
151 dst->sl = src->sl; in __ib_copy_path_rec_to_user()
203 dst->sl = src->sl; in ib_copy_path_rec_from_user()
/openbmc/linux/net/dccp/
H A Dproto.c418 struct dccp_service_list *sl = NULL; in dccp_setsockopt_service() local
425 sl = kmalloc(optlen, GFP_KERNEL); in dccp_setsockopt_service()
426 if (sl == NULL) in dccp_setsockopt_service()
429 sl->dccpsl_nr = optlen / sizeof(u32) - 1; in dccp_setsockopt_service()
430 if (copy_from_sockptr_offset(sl->dccpsl_list, optval, in dccp_setsockopt_service()
433 kfree(sl); in dccp_setsockopt_service()
443 dp->dccps_service_list = sl; in dccp_setsockopt_service()
592 const struct dccp_service_list *sl; in dccp_getsockopt_service() local
596 if ((sl = dp->dccps_service_list) != NULL) { in dccp_getsockopt_service()
597 slen = sl->dccpsl_nr * sizeof(u32); in dccp_getsockopt_service()
[all …]
/openbmc/linux/tools/perf/util/
H A Dprobe-file.c174 struct strlist *sl; in probe_file__get_rawlist() local
179 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist()
180 if (sl == NULL) in probe_file__get_rawlist()
199 ret = strlist__add(sl, buf); in probe_file__get_rawlist()
207 return sl; in probe_file__get_rawlist()
215 strlist__delete(sl); in probe_file__get_rawlist()
222 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
231 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist()
240 ret = strlist__add(sl, buf); in __probe_file__get_namelist()
253 strlist__delete(sl); in __probe_file__get_namelist()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h79 u8 *lnh, u8 *lver, u8 *sl, u8 *sc,
94 u8 rc, u8 sc, u8 sl, u16 entropy,
136 __field(u8, sl)
192 &__entry->sl,
235 __entry->sl,
295 __field(u8, sl)
357 &__entry->sl,
399 __entry->sl,
/openbmc/linux/include/uapi/rdma/
H A Dib_user_mad.h82 __u8 sl; member
126 __u8 sl; member

12345678910