Home
last modified time | relevance | path

Searched refs:upd (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dconfiginit.sh29 grep '^grep' < $T/u.sh > $T/upd.sh
30 echo "cat - $c" >> $T/upd.sh
37 sh $T/upd.sh < .config.sav > .config
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000_spi.c474 bool upd; in do_e1000_spi_checksum() local
477 upd = 0; in do_e1000_spi_checksum()
479 upd = 1; in do_e1000_spi_checksum()
526 if (!upd) { in do_e1000_spi_checksum()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A DMakefile8 obj-y += attach.o build.o vtbl.o vmt.o upd.o kapi.o eba.o io.o wl.o crc32.o
/OK3568_Linux_fs/kernel/net/wireless/
H A Dmlme.c447 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local
466 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update()
467 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
470 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
471 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
480 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
H A Drdev-ops.h827 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument
831 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations()
834 upd); in rdev_update_mgmt_frame_registrations()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.h26 struct mgmt_frame_regs *upd);
H A Dcfg80211.c1245 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument
1254 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations()
1260 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations()
1267 upd->interface_stypes & (presp_bit | action_bit); in wilc_update_mgmt_frame_registrations()
/OK3568_Linux_fs/kernel/drivers/clk/axs10x/
H A Dpll_clock.c126 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument
134 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-842-pseries.c828 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local
839 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier()
841 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c3553 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument
3562 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3564 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3565 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3566 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
3569 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
3571 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
3572 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
3574 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/
H A Dintel,baytrail-fsp.txt7 All properties can be found within the `upd-region` struct in
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dfscache.rst235 | |upd=N |Number of objects that needed a coherency data update |
266 | |nul=N |Number of upd reqs given a NULL parent |
268 | |run=N |Number of upd reqs granted CPU time |
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c592 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local
604 upd = true; in cake_update_flowkeys()
609 upd = true; in cake_update_flowkeys()
618 upd = true; in cake_update_flowkeys()
623 upd = true; in cake_update_flowkeys()
626 return upd; in cake_update_flowkeys()
/OK3568_Linux_fs/u-boot/board/freescale/m53017evb/
H A DREADME167 upd=run load; run prog
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.h255 struct mgmt_frame_regs *upd
H A Dmoal_cfg80211.c2515 struct mgmt_frame_regs *upd) in woal_cfg80211_mgmt_frame_register()
2541 if ((upd->interface_stypes & BIT(IEEE80211_STYPE_AUTH >> 4)) in woal_cfg80211_mgmt_frame_register()
2546 upd->interface_stypes &= ~BIT(IEEE80211_STYPE_AUTH >> 4); in woal_cfg80211_mgmt_frame_register()
2548 if (priv->mgmt_subtype_mask != upd->interface_stypes) { in woal_cfg80211_mgmt_frame_register()
2549 priv->mgmt_subtype_mask = upd->interface_stypes; in woal_cfg80211_mgmt_frame_register()
2550 woal_reg_rx_mgmt_ind(priv, MLAN_ACT_SET, &upd->interface_stypes, in woal_cfg80211_mgmt_frame_register()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c394 struct mgmt_frame_regs *upd) in qtnf_update_mgmt_frame_registrations() argument
397 u16 new_mask = upd->interface_stypes; in qtnf_update_mgmt_frame_registrations()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dxfrm_sync.rst17 We already have the ability to generate SA add/del/upd events.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.m54418twr169 upd=run load; run prog
/OK3568_Linux_fs/u-boot/board/freescale/m52277evb/
H A DREADME159 upd=run load; run prog
/OK3568_Linux_fs/u-boot/board/freescale/m547xevb/
H A DREADME190 upd=run load; run prog
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhw.c333 .upd = &wcn3990_ctrl1_upd,
H A Dhw.h372 struct ath10k_hw_ce_ctrl1_upd *upd; member
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5763 struct io_poll_update *upd = &req->poll_update; in io_poll_update_prep() local
5778 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_update_prep()
5779 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_update_prep()
5780 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_update_prep()
5782 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_update_prep()
5783 if (!upd->update_user_data && upd->new_user_data) in io_poll_update_prep()
5785 if (upd->update_events) in io_poll_update_prep()
5786 upd->events = io_poll_parse_events(sqe, flags); in io_poll_update_prep()

123