Home
last modified time | relevance | path

Searched full:broadcast (Results 1 – 25 of 1780) sorted by relevance

12345678910>>...72

/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-broadcast.c4 * device via a broadcast event source.
23 * Broadcast support for broken x86 hardware, where the local apic
83 * Check, if the device can be utilized as broadcast device:
160 * Conditionally install/replace broadcast device
187 * registered broadcast device to oneshot mode explicitly. in tick_install_broadcast_device()
198 * of a oneshot capable broadcast device. Without that in tick_install_broadcast_device()
206 * Check, if the device is the broadcast device
228 pr_crit_once("Failed to broadcast timer tick. Some CPUs may be unresponsive.\n"); in err_broadcast()
233 if (!dev->broadcast) in tick_device_setup_broadcast_func()
234 dev->broadcast = tick_broadcast; in tick_device_setup_broadcast_func()
[all …]
H A Dtick-broadcast-hrtimer.c40 * This is called from the guts of the broadcast code when the cpu
41 * which is about to enter idle has the earliest broadcast timer event.
47 * broadcast handler. In all cases tick_broadcast_lock is held. in bc_set_next()
50 * broadcast handler nor from the enter/exit idle code. The idle in bc_set_next()
52 * broadcast handler cannot wait for itself to complete for obvious in bc_set_next()
67 * The core tick broadcast mode expects bc->bound_on to be set in bc_set_next()
68 * correctly to prevent a CPU which has the broadcast hrtimer in bc_set_next()
H A Dtick-common.c153 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()
157 /* Broadcast setup ? */ in tick_setup_periodic()
265 * device is registered as a placeholder for broadcast mode. in tick_setup_device()
268 * current active broadcast state for this CPU. in tick_setup_device()
366 * device. If the current device is the broadcast device, do in tick_check_new_device()
381 * Can the new device be used as a broadcast device ? in tick_check_new_device()
387 * tick_broadcast_oneshot_control - Enter/exit broadcast oneshot mode
391 * Returns 0 on success, -EBUSY if the cpu is used to broadcast wakeups.
475 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
[all …]
H A Dtick-internal.h21 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
34 /* Check, if the device is functional or a dummy for broadcast */
71 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
87 /* Set the periodic handler in non broadcast mode */
88 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
134 #else /* !(BROADCAST && ONESHOT): */
139 #endif /* !(BROADCAST && ONESHOT) */
/OK3568_Linux_fs/kernel/include/linux/i3c/
H A Dccc.h17 #define I3C_CCC_ID(id, broadcast) \ argument
18 ((id) | ((broadcast) ? 0 : I3C_CCC_DIRECT))
20 /* Commands valid in both broadcast and unicast modes */
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
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c104 * allocate the broadcast multicast group, wait in __ipoib_mcast_schedule_join_thread()
225 * the broadcast group. in ipoib_mcast_join_finish()
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()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_broadcast.c29 MALI_DEBUG_PRINT(2, ("Broadcast: Creating Mali Broadcast unit: %s\n", in mali_bcast_unit_create()
34 MALI_PRINT_ERROR(("Broadcast: Failed to allocate memory for Broadcast unit\n")); in mali_bcast_unit_create()
45 MALI_PRINT_ERROR(("Broadcast: Failed map broadcast unit\n")); in mali_bcast_unit_create()
77 broadcast_mask |= (bcast_id); /* add PP core to broadcast */ in mali_bcast_add_group()
78 broadcast_mask |= (bcast_id << 16); /* add MMU to broadcast */ in mali_bcast_add_group()
112 ("Broadcast: setting mask 0x%08X + 0x%08X (reset)\n", in mali_bcast_reset()
116 /* set broadcast mask */ in mali_bcast_reset()
131 MALI_DEBUG_PRINT(4, ("Broadcast: setting mask 0x0 + 0x0 (disable)\n")); in mali_bcast_disable()
133 /* set broadcast mask */ in mali_bcast_disable()
H A Dmali_broadcast.h15 * Interface for the broadcast unit on Mali-450.
18 * - Supports dynamically changing which (MMU + PP) pairs receive the broadcast by
40 * Disable broadcast unit
48 * Re-enable broadcast unit
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dsimple.script19 BROADCAST="broadcast +"
22 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
41 /SBIN_DIR/ip addr add dev $interface local $ip/$mask $BROADCAST
43 /SBIN_DIR/ifconfig $interface $ip $BROADCAST $NETMASK
/OK3568_Linux_fs/kernel/include/net/
H A Dif_inet6.h237 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() argument
239 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map()
246 buf[5] = 0x10 | scope; /* scope from broadcast address */ 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11ah.h83 TWT_CTRL_NEGO_TYPE_2 = 2, /* Broadcast TWT IE in Beacon */
84 TWT_CTRL_NEGO_TYPE_3 = 3, /* Broadcast TWT memberships */
93 #define TWT_REQ_TYPE_LAST_BCAST_PARAM 0x0020u /* Last Broadcast Parameter Set */
97 #define TWT_REQ_TYPE_BTWT_RECOMM_MASK 0x0380u /* Broadcast TWT Recommendation */
113 /* Broadcast TWT Recommendation field (Table 9-262k1) */
114 #define TWT_BCAST_FRAME_RECOMM_0 0u /* No constrains on frames in Broadcast TWT SP */
125 typedef uint16 twt_bcast_twt_info_t; /* 16 bit Broadcast TWT Info subfield */
179 twt_bcast_twt_info_t btwt_info; /* Broadcast TWT Info */
185 /* TWT IE structure for broadcast TWT */
206 /* Broadcast TWT info subfield format (figure 9-589ay1) */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11ah.h83 TWT_CTRL_NEGO_TYPE_2 = 2, /* Broadcast TWT IE in Beacon */
84 TWT_CTRL_NEGO_TYPE_3 = 3, /* Broadcast TWT memberships */
93 #define TWT_REQ_TYPE_LAST_BCAST_PARAM 0x0020u /* Last Broadcast Parameter Set */
97 #define TWT_REQ_TYPE_BTWT_RECOMM_MASK 0x0380u /* Broadcast TWT Recommendation */
113 /* Broadcast TWT Recommendation field (Table 9-262k1) */
114 #define TWT_BCAST_FRAME_RECOMM_0 0u /* No constrains on frames in Broadcast TWT SP */
125 typedef uint16 twt_bcast_twt_info_t; /* 16 bit Broadcast TWT Info subfield */
179 twt_bcast_twt_info_t btwt_info; /* Broadcast TWT Info */
185 /* TWT IE structure for broadcast TWT */
206 /* Broadcast TWT info subfield format (figure 9-589ay1) */
[all …]
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddefault.script11 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
14 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
/OK3568_Linux_fs/kernel/net/tipc/
H A Dbcast.c2 * net/tipc/bcast.c: TIPC broadcast code
48 const char tipc_bclink_name[] = "broadcast-link";
52 * struct tipc_bc_base - base structure for keeping broadcast send state
53 * @link: broadcast send link structure
56 * @primary_bearer: a bearer having links to all broadcast destinations, if any
57 * @bcast_support: indicates if primary bearer, if any, supports broadcast
58 * @force_bcast: forces broadcast for multicast traffic
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
82 /* tipc_bcast_get_mtu(): -get the MTU currently used by broadcast link
167 /* tipc_bcbase_xmit - broadcast a packet queue across one or more bearers
[all …]
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_addr.h28 * @broadcast: Broadcast address of the device.
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/Documentation/networking/
H A Dvrf.rst224 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
226 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
228 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul…
235 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP>
236 eth2 UP 02:00:00:00:02:03 <BROADCAST,MULTICAST,UP,LOWER_UP>
237 eth5 DOWN 02:00:00:00:02:06 <BROADCAST,MULTICAST>
269 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def…
277 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def…
285 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000
308 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c45 static int broadcast; variable
60 printf(" -b Broadcast wakeup (all waiters)\n"); in usage()
158 info("Waker: Calling broadcast\n"); in broadcast_wakerfn()
175 error("max broadcast iterations (%d) reached with %d/%d tasks woken or requeued\n", in broadcast_wakerfn()
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()
397 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n", in main()
398 broadcast, locked, owner, timeout_ns); in main()
405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam_mode_broadcast.c3 * drivers/net/team/team_mode_broadcast.c - Broadcast mode for team
52 .kind = "broadcast",
73 MODULE_DESCRIPTION("Broadcast mode for team");
74 MODULE_ALIAS_TEAM_MODE("broadcast");
/OK3568_Linux_fs/buildroot/package/busybox/
H A Dudhcpc.script10 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
60 /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.cpp53 LOGD("gsim broadcast..."); in analyze_sim_luma()
54 g_sim_luma_cond.broadcast (); in analyze_sim_luma()
76 LOGD("gsim broadcast..."); in analyze_sim_stats()
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/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dfilter.h110 * struct iwl_fw_bcast_filter_attr - broadcast filter attribute
137 * struct iwl_fw_bcast_filter - broadcast filter
154 * struct iwl_fw_bcast_mac - per-mac broadcast filtering configuration.
166 * struct iwl_bcast_filter_cmd - broadcast filtering configuration
171 * @filters: broadcast filters
172 * @macs: broadcast filtering configuration per-mac
/OK3568_Linux_fs/kernel/include/linux/
H A Dclockchips.h53 * - Clockevent source stops in C3 State and needs broadcast support.
60 * Core shall set the interrupt affinity dynamically in broadcast mode
66 * Clockevent device is based on a hrtimer for broadcast
89 * @broadcast: function to broadcast events
119 void (*broadcast)(const struct cpumask *mask); member
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_discovery.c187 perror("broadcast setsockopt SO_BROADCAST"); in broadcast_service()
192 perror("broadcast setsockopt SO_REUSEADDR"); in broadcast_service()
197 perror("broadcast bind"); in broadcast_service()
210 perror("broadcast recvfrom"); in broadcast_service()
214 printf("broadcast: from: %s port: %d > %s\n", in broadcast_service()
248 printf("stop broadcast !\n"); in broadcast_service()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.NetConsole14 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/firmware/psci/
H A Dpsci_checker.c237 bool broadcast = state->flags & CPUIDLE_FLAG_TIMER_STOP; in suspend_cpu() local
242 if (broadcast) { in suspend_cpu()
245 * broadcast. in suspend_cpu()
250 * In the absence of hardware broadcast mechanism, in suspend_cpu()
251 * this CPU might be used to broadcast wakeups, which in suspend_cpu()
252 * may be why entering tick broadcast has failed. in suspend_cpu()
264 if (broadcast) in suspend_cpu()
309 * suspend_cpu() takes care of switching to a broadcast in suspend_test_thread()

12345678910>>...72