Home
last modified time | relevance | path

Searched refs:cfm (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c316 unsigned long cfm, *urbs_kargs; in put_rnat() local
328 cfm = pt->cr_ifs; in put_rnat()
329 urbs_kargs = ia64_rse_skip_regs(urbs_end, -(cfm & 0x7f)); in put_rnat()
510 unsigned long *krbs, *bspstore, cfm = pt->cr_ifs; in ia64_get_user_rbs_end() local
518 ndirty += (cfm & 0x7f); in ia64_get_user_rbs_end()
520 cfm &= ~(1UL << 63); /* clear valid bit */ in ia64_get_user_rbs_end()
523 *cfmp = cfm; in ia64_get_user_rbs_end()
726 unsigned long cfm) in convert_to_non_syscall() argument
767 pt->cr_ifs = (1UL << 63) | cfm; in convert_to_non_syscall()
826 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local
[all …]
H A Dcrash.c39 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
49 cfm = dst[43]; in crash_save_this_cpu()
50 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
51 sof = cfm & 0x7f; in crash_save_this_cpu()
H A Dsignal.c46 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local
56 err |= __get_user(cfm, &sc->sc_cfm); in restore_sigcontext()
70 scr->pt.cr_ifs = cfm | (1UL << 63); in restore_sigcontext()
168 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local
178 cfm = ifs & ((1UL << 38) - 1); in setup_sigcontext()
190 err |= __put_user(cfm, &sc->sc_cfm); in setup_sigcontext()
H A Dprocess.c421 unsigned long mask, sp, nat_bits = 0, ar_rnat, urbs_end, cfm; in do_copy_task_regs() local
436 urbs_end = ia64_get_user_rbs_end(task, pt, &cfm); in do_copy_task_regs()
470 dst[43] = cfm; in do_copy_task_regs()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm90.rst94 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
104 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
114 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
124 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
146 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
156 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
166 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
178 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
190 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
200 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
H A Dlm92.rst28 Datasheet: http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3074
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A DMakefile8 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
H A Dsmtinit.c112 cfm(smc,0) ; /* CFM state machine */ in init_smt()
H A Dqueue.c83 cfm(smc,(int)ev->event) ; in ev_dispatcher()
H A Dcfm.c203 void cfm(struct s_smc *smc, int event) in cfm() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dkprobes.h73 unsigned long cfm; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsmp.c1475 struct smp_cmd_pairing_confirm cfm; in sc_passkey_send_confirm() local
1484 cfm.confirm_val)) in sc_passkey_send_confirm()
1487 smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm); in sc_passkey_send_confirm()
1497 u8 cfm[16], r; in sc_passkey_round() local
1509 smp->rrnd, r, cfm)) in sc_passkey_round()
1512 if (crypto_memneq(smp->pcnf, cfm, 16)) in sc_passkey_round()
2165 u8 cfm[16]; in smp_cmd_pairing_random() local
2168 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2172 if (crypto_memneq(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random()
2728 struct smp_cmd_pairing_confirm cfm; in smp_cmd_public_key() local
[all …]
H A Dl2cap_core.c4935 struct l2cap_move_chan_cfm cfm; in l2cap_send_move_chan_cfm() local
4941 cfm.icid = cpu_to_le16(chan->scid); in l2cap_send_move_chan_cfm()
4942 cfm.result = cpu_to_le16(result); in l2cap_send_move_chan_cfm()
4945 sizeof(cfm), &cfm); in l2cap_send_move_chan_cfm()
4952 struct l2cap_move_chan_cfm cfm; in l2cap_send_move_chan_cfm_icid() local
4956 cfm.icid = cpu_to_le16(icid); in l2cap_send_move_chan_cfm_icid()
4957 cfm.result = cpu_to_le16(L2CAP_MC_UNCONFIRMED); in l2cap_send_move_chan_cfm_icid()
4960 sizeof(cfm), &cfm); in l2cap_send_move_chan_cfm_icid()
5494 struct l2cap_move_chan_cfm *cfm = data; in l2cap_move_channel_confirm() local
5498 if (cmd_len != sizeof(*cfm)) in l2cap_move_channel_confirm()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace.h212 unsigned long cfm; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A DLICENSE8 http://portal.acm.org/citation.cfm?id=129906
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dik_CA54 % http://www.nsbsd.org/anep/public/index.cfm/17,459,html (not available anymore).
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dik_CA54 % http://www.nsbsd.org/anep/public/index.cfm/17,459,html (not available anymore).
/OK3568_Linux_fs/kernel/drivers/net/can/rcar/
H A Drcar_canfd.c786 u16 cftml, cfm, cfdc, cfpls; in rcar_canfd_configure_tx() local
789 cfm = 1; /* b01 - Transmit mode */ in rcar_canfd_configure_tx()
796 cfg = (RCANFD_CFCC_CFTML(cftml) | RCANFD_CFCC_CFM(cfm) | in rcar_canfd_configure_tx()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dcmtdef.h502 void cfm(struct s_smc *smc, int event);
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt234 http://portal.acm.org/citation.cfm?id=320619&dl=GUIDE,
2114 http://portal.acm.org/citation.cfm?doid=1400097.1400099
2483 http://portal.acm.org/citation.cfm?id=1842733.1842750
2627 ,url = {http://dl.acm.org/citation.cfm?id=2075416.2075425}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A DLICENSE.md98 http://portal.acm.org/citation.cfm?id=129906
/OK3568_Linux_fs/external/xserver/
H A DChangeLog131277 http://www.energystar.gov/index.cfm?c=revisions.computer_spec
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv7663 …���������������ɟ����������Ӟ�������İ���������������������������������������cfm��������������������…