Searched refs:new_status (Results 26 - 32 of 32) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 119 static void dump_port_status_diff(u32 prev_status, u32 new_status, bool usb3) in dump_port_status_diff() argument 128 pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status); in dump_port_status_diff() 131 u32 new = new_status & bit; in dump_port_status_diff()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 119 static void dump_port_status_diff(u32 prev_status, u32 new_status, bool usb3) in dump_port_status_diff() argument 128 pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status); in dump_port_status_diff() 131 u32 new = new_status & bit; in dump_port_status_diff()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 2913 int new_status, ret; in target_tg_pt_gp_alua_access_status_store() local 2926 new_status = (int)tmp; in target_tg_pt_gp_alua_access_status_store() 2928 if ((new_status != ALUA_STATUS_NONE) && in target_tg_pt_gp_alua_access_status_store() 2929 (new_status != ALUA_STATUS_ALTERED_BY_EXPLICIT_STPG) && in target_tg_pt_gp_alua_access_status_store() 2930 (new_status != ALUA_STATUS_ALTERED_BY_IMPLICIT_ALUA)) { in target_tg_pt_gp_alua_access_status_store() 2932 new_status); in target_tg_pt_gp_alua_access_status_store() 2936 tg_pt_gp->tg_pt_gp_alua_access_status = new_status; in target_tg_pt_gp_alua_access_status_store()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_quirks.c | 560 u8 old_status, new_status; in snd_xonar_u1_switch_put() local 565 new_status = old_status | 0x02; in snd_xonar_u1_switch_put() 567 new_status = old_status & ~0x02; in snd_xonar_u1_switch_put() 568 if (new_status == old_status) in snd_xonar_u1_switch_put() 571 kcontrol->private_value = new_status; in snd_xonar_u1_switch_put() 572 err = snd_xonar_u1_switch_update(list->mixer, new_status); in snd_xonar_u1_switch_put()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 1944 * @new_status: true to "refresh" wedge status; false to clear it. 1952 static void bcm63xx_update_wedge(struct bcm63xx_udc *udc, bool new_status) in bcm63xx_update_wedge() argument 1957 bcm63xx_set_stall(udc, &udc->bep[i], new_status); in bcm63xx_update_wedge() 1958 if (!new_status) in bcm63xx_update_wedge()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 1940 * @new_status: true to "refresh" wedge status; false to clear it. 1948 static void bcm63xx_update_wedge(struct bcm63xx_udc *udc, bool new_status) in bcm63xx_update_wedge() argument 1953 bcm63xx_set_stall(udc, &udc->bep[i], new_status); in bcm63xx_update_wedge() 1954 if (!new_status) in bcm63xx_update_wedge()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 48 u8 *new_status) in hci_cc_inquiry_cancel() 66 *new_status = status; in hci_cc_inquiry_cancel() 47 hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb, u8 *new_status) hci_cc_inquiry_cancel() argument
|
Completed in 24 milliseconds
12