Home
last modified time | relevance | path

Searched refs:psm (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dps2mult.c64 static void ps2mult_select_port(struct ps2mult *psm, struct ps2mult_port *port) in ps2mult_select_port() argument
66 struct serio *mx_serio = psm->mx_serio; in ps2mult_select_port()
69 psm->out_port = port; in ps2mult_select_port()
76 struct ps2mult *psm = serio_get_drvdata(mx_port); in ps2mult_serio_write() local
81 spin_lock_irqsave(&psm->lock, flags); in ps2mult_serio_write()
83 if (psm->out_port != port) in ps2mult_serio_write()
84 ps2mult_select_port(psm, port); in ps2mult_serio_write()
96 spin_unlock_irqrestore(&psm->lock, flags); in ps2mult_serio_write()
103 struct ps2mult *psm = serio_get_drvdata(serio->parent); in ps2mult_serio_start() local
107 spin_lock_irqsave(&psm->lock, flags); in ps2mult_serio_start()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dfwio.c598 struct p54_psm *psm; in p54_set_ps() local
609 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*psm), in p54_set_ps()
614 psm = skb_put(skb, sizeof(*psm)); in p54_set_ps()
615 psm->mode = cpu_to_le16(mode); in p54_set_ps()
616 psm->aid = cpu_to_le16(priv->aid); in p54_set_ps()
617 for (i = 0; i < ARRAY_SIZE(psm->intervals); i++) { in p54_set_ps()
618 psm->intervals[i].interval = in p54_set_ps()
620 psm->intervals[i].periods = cpu_to_le16(1); in p54_set_ps()
623 psm->beacon_rssi_skip_max = 200; in p54_set_ps()
624 psm->rssi_delta_threshold = 0; in p54_set_ps()
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c188 static struct l2cap_chan *__l2cap_global_chan_by_addr(__le16 psm, bdaddr_t *src, in __l2cap_global_chan_by_addr() argument
200 if (c->sport == psm && !bacmp(&c->src, src)) in __l2cap_global_chan_by_addr()
206 int l2cap_add_psm(struct l2cap_chan *chan, bdaddr_t *src, __le16 psm) in l2cap_add_psm() argument
212 if (psm && __l2cap_global_chan_by_addr(psm, src, chan->src_type)) { in l2cap_add_psm()
217 if (psm) { in l2cap_add_psm()
218 chan->psm = psm; in l2cap_add_psm()
219 chan->sport = psm; in l2cap_add_psm()
238 chan->psm = cpu_to_le16(p); in l2cap_add_psm()
586 __le16_to_cpu(chan->psm), chan->dcid); in __l2cap_chan_add()
886 if (chan->psm == cpu_to_le16(L2CAP_PSM_3DSP)) { in l2cap_get_auth_type()
[all …]
H A Dl2cap_sock.c55 static int l2cap_validate_bredr_psm(u16 psm) in l2cap_validate_bredr_psm() argument
58 if ((psm & 0x0101) != 0x0001) in l2cap_validate_bredr_psm()
62 if (psm < L2CAP_PSM_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_bredr_psm()
68 static int l2cap_validate_le_psm(u16 psm) in l2cap_validate_le_psm() argument
71 if (psm > L2CAP_PSM_LE_DYN_END) in l2cap_validate_le_psm()
75 if (psm < L2CAP_PSM_LE_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_le_psm()
119 __u16 psm = __le16_to_cpu(la.l2_psm); in l2cap_sock_bind() local
122 err = l2cap_validate_bredr_psm(psm); in l2cap_sock_bind()
124 err = l2cap_validate_le_psm(psm); in l2cap_sock_bind()
167 if (chan->psm && bdaddr_type_is_le(chan->src_type) && in l2cap_sock_bind()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dcdns,dphy.txt10 - clock-names: must contain "psm" and "pll_ref".
18 clock-names = "psm", "pll_ref";
H A Dphy-rockchip-typec.txt39 - rockchip,external-psm
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c243 static int8_t psm_to_profile_index(uint16_t psm) in psm_to_profile_index() argument
245 switch (psm) { in psm_to_profile_index()
269 static rtk_prof_info *find_by_psm(u16 psm) in find_by_psm() argument
278 if (desc->psm == psm) in find_by_psm()
412 static uint8_t list_allocate_add(uint16_t handle, uint16_t psm, in list_allocate_add() argument
419 RTKBT_ERR("PSM 0x%x do not need parse", psm); in list_allocate_add()
433 if (psm == PSM_AVDTP) { in list_allocate_add()
434 rtk_prof_info *pinfo = find_by_psm(psm); in list_allocate_add()
445 pprof_info->psm = psm; in list_allocate_add()
457 "scid 0x%04x", desc->handle, desc->psm, desc->dcid, in delete_profile_from_hash()
[all …]
H A Drtk_coex.h162 uint16_t psm; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c243 static int8_t psm_to_profile_index(uint16_t psm) in psm_to_profile_index() argument
245 switch (psm) { in psm_to_profile_index()
269 static rtk_prof_info *find_by_psm(u16 psm) in find_by_psm() argument
278 if (desc->psm == psm) in find_by_psm()
412 static uint8_t list_allocate_add(uint16_t handle, uint16_t psm, in list_allocate_add() argument
419 RTKBT_ERR("PSM 0x%x do not need parse", psm); in list_allocate_add()
433 if (psm == PSM_AVDTP) { in list_allocate_add()
434 rtk_prof_info *pinfo = find_by_psm(psm); in list_allocate_add()
445 pprof_info->psm = psm; in list_allocate_add()
457 "scid 0x%04x", desc->handle, desc->psm, desc->dcid, in delete_profile_from_hash()
[all …]
H A Drtk_coex.h162 uint16_t psm; member
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h244 __le16 psm; member
408 __le16 psm; member
475 __le16 psm; member
499 __le16 psm; member
552 __le16 psm; member
986 int l2cap_add_psm(struct l2cap_chan *chan, bdaddr_t *src, __le16 psm);
991 int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid,
H A Dbluetooth.h342 __le16 psm; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h238 struct carl9170_psm psm; member
328 struct carl9170_psm psm; member
H A Dcmd.c220 cmd->psm.state = cpu_to_le32(state); in carl9170_powersave()
H A Drx.c81 ps = le32_to_cpu(rsp->psm.state); in carl9170_handle_ps()
/OK3568_Linux_fs/buildroot/package/paxtest/
H A Dpaxtest.mk28 RUNDIR="/usr/lib/paxtest" -f Makefile.psm install
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dcmd.c908 struct cmd_ds_802_11_ps_mode *psm = (void *)cmdnode->cmdbuf; in lbs_queue_cmd() local
910 if (psm->action == cpu_to_le16(PS_MODE_ACTION_EXIT_PS)) { in lbs_queue_cmd()
1306 struct cmd_ds_802_11_ps_mode *psm = (void *)cmd; in lbs_execute_next_command() local
1310 psm->action); in lbs_execute_next_command()
1311 if (psm->action != in lbs_execute_next_command()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_common.h145 u32 psm:1; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dwsm.h751 u8 psm; member
981 u8 psm; /* WSM_PSM_... */ member
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wifi/
H A Dray_cs.rst122 psm integer 0 = continuously active,
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drayctl.h542 UCHAR psm; member
H A Dray_cs.c127 static int psm; variable
165 module_param(psm, int, 0);
617 if (psm) in init_startup_params()
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dvlun.c866 static inline u8 get_num_ports(u32 psm) in get_num_ports() argument
871 return bits[psm & 0xf]; in get_num_ports()
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff141 + {"psm", ATTR_POINTER, "mouse"},
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3399.dtsi1389 rockchip,external-psm = <0xe588 14 30>;
1422 rockchip,external-psm = <0xe594 14 30>;

12