| /OK3568_Linux_fs/kernel/include/linux/i3c/ |
| H A D | ccc.h | 17 #define I3C_CCC_ID(id, broadcast) \ argument 18 ((id) | ((broadcast) ? 0 : I3C_CCC_DIRECT)) 21 #define I3C_CCC_ENEC(broadcast) I3C_CCC_ID(0x0, broadcast) argument 22 #define I3C_CCC_DISEC(broadcast) I3C_CCC_ID(0x1, broadcast) argument 23 #define I3C_CCC_ENTAS(as, broadcast) I3C_CCC_ID(0x2 + (as), broadcast) argument 24 #define I3C_CCC_RSTDAA(broadcast) I3C_CCC_ID(0x6, broadcast) argument 25 #define I3C_CCC_SETMWL(broadcast) I3C_CCC_ID(0x9, broadcast) argument 26 #define I3C_CCC_SETMRL(broadcast) I3C_CCC_ID(0xa, broadcast) argument 27 #define I3C_CCC_SETXTIME(broadcast) ((broadcast) ? 0x28 : 0x98) argument 28 #define I3C_CCC_VENDOR(id, broadcast) ((id) + ((broadcast) ? 0x61 : 0xe0)) argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 227 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4, in ipoib_mcast_join_finish() 230 if (!priv->broadcast) { in ipoib_mcast_join_finish() 235 priv->broadcast->mcmember.qkey = mcmember->qkey; in ipoib_mcast_join_finish() 236 priv->broadcast->mcmember.mtu = mcmember->mtu; in ipoib_mcast_join_finish() 237 priv->broadcast->mcmember.traffic_class = mcmember->traffic_class; in ipoib_mcast_join_finish() 238 priv->broadcast->mcmember.rate = mcmember->rate; in ipoib_mcast_join_finish() 239 priv->broadcast->mcmember.sl = mcmember->sl; in ipoib_mcast_join_finish() 240 priv->broadcast->mcmember.flow_label = mcmember->flow_label; in ipoib_mcast_join_finish() 241 priv->broadcast->mcmember.hop_limit = mcmember->hop_limit; in ipoib_mcast_join_finish() 244 priv->broadcast->mcmember.mtu); in ipoib_mcast_join_finish() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | if_inet6.h | 237 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() argument 239 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() 249 buf[8] = broadcast[8]; /* P_Key */ in ipv6_ib_mc_map() 250 buf[9] = broadcast[9]; in ipv6_ib_mc_map() 255 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map() argument 257 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) { in ipv6_ipgre_mc_map() 258 memcpy(buf, broadcast, 4); in ipv6_ipgre_mc_map()
|
| H A D | ip.h | 595 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() argument 598 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() 609 buf[8] = broadcast[8]; /* P_Key */ in ip_ib_mc_map() 610 buf[9] = broadcast[9]; in ip_ib_mc_map() 626 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map() argument 628 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) in ip_ipgre_mc_map() 629 memcpy(buf, broadcast, 4); in ip_ipgre_mc_map()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_addr.h | 38 unsigned char broadcast[MAX_ADDR_LEN]; member 88 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey() 93 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 94 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey() 100 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 45 static int broadcast; variable 278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument 302 if (broadcast) in unit_test() 366 broadcast = 1; in main() 398 broadcast, locked, owner, timeout_ns); in main() 405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/ |
| H A D | CamHwSimulator.cpp | 54 g_sim_luma_cond.broadcast (); in analyze_sim_luma() 77 g_sim_cond.broadcast (); in analyze_sim_stats() 303 g_3a_cond.broadcast (); in setIspParams() 320 g_luma_cond.broadcast(); in setHdrProcessCount() 364 g_sim_cond.broadcast (); in stop() 368 g_sim_luma_cond.broadcast (); in stop()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/bnep/ |
| H A D | netdev.c | 79 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 86 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 87 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 220 eth_broadcast_addr(dev->broadcast); in bnep_net_setup()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc_script.c | 84 char broadcast[128]; in udhcpc_start() local 103 broadcast, sizeof(broadcast)), in udhcpc_start()
|
| H A D | default.script | 11 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
|
| H A D | default.script_ip | 12 $IPCMD address add broadcast $broadcast $ip/$subnet dev $interface
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_thread.h | 155 RK_S32 broadcast(); 199 inline RK_S32 Condition::broadcast() in broadcast() function 216 void broadcast() { mCondition.broadcast(); } in broadcast() function
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | time.c | 97 static void broadcast(const struct cpumask *mask) in broadcast() function 111 .broadcast = broadcast,
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | tick-internal.h | 21 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast); 71 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast); 88 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
|
| H A D | tick-broadcast.c | 233 if (!dev->broadcast) in tick_device_setup_broadcast_func() 234 dev->broadcast = tick_broadcast; in tick_device_setup_broadcast_func() 235 if (!dev->broadcast) { in tick_device_setup_broadcast_func() 238 dev->broadcast = err_broadcast; in tick_device_setup_broadcast_func() 381 td->evtdev->broadcast(mask); in tick_do_broadcast() 514 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument 516 if (!broadcast) in tick_set_periodic_handler()
|
| H A D | tick-common.c | 153 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument 155 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic() 475 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local 478 if (!broadcast) { in tick_resume_local()
|
| H A D | Makefile | 14 obj-y += tick-broadcast.o 15 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | acpi_power_meter.rst | 31 When both of them are set, an ACPI event will be broadcast on the ACPI netlink 41 average power consumption exceeds the cap, an ACPI event will be broadcast on 48 all cases the ACPI event will be broadcast on the ACPI netlink event socket as
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle.c | 207 bool broadcast; in cpuidle_enter_state() local 219 broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); in cpuidle_enter_state() 226 if (broadcast && tick_broadcast_enter()) { in cpuidle_enter_state() 234 broadcast = false; in cpuidle_enter_state() 262 if (broadcast) { in cpuidle_enter_state()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | simple.script | 22 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.NetConsole | 14 broadcast address and port 6666 are used. If it is set to an IP 41 It turns out that 'netcat' cannot be used to listen to broadcast 43 listens to broadcast packets on a given port and dumps them to the 74 (defaults to broadcast)
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | key.c | 41 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local 51 bssid = &broadcast[0]; in vnt_set_keymode()
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | udhcpc.script | 10 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | key.c | 25 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local 35 bssid = &broadcast[0]; in vnt_set_keymode()
|
| /OK3568_Linux_fs/kernel/net/802/ |
| H A D | fddi.c | 121 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0) in fddi_type_trans() 157 memset(dev->broadcast, 0xFF, FDDI_K_ALEN); in fddi_setup()
|