Searched refs:set_owner (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sysfs.c | 59 set_owner(ehci, portnum, new_owner); in companion_store()
|
H A D | ehci-hub.c | 537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() function 1323 set_owner(ehci, --portnum, PORT_OWNER); in ehci_relinquish_port()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sysfs.c | 59 set_owner(ehci, portnum, new_owner); in companion_store()
|
H A D | ehci-hub.c | 537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() function 1193 set_owner(ehci, --portnum, PORT_OWNER); in ehci_relinquish_port()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 2294 create_sd_buf(umode_t mode, bool set_owner, unsigned int *len) in create_sd_buf() argument 2305 if (set_owner) { in create_sd_buf() 2315 if (set_owner) { in create_sd_buf() 2357 if (set_owner) { in create_sd_buf() 2384 add_sd_context(struct kvec *iov, unsigned int *num_iovec, umode_t mode, bool set_owner) in add_sd_context() argument 2390 iov[num].iov_base = create_sd_buf(mode, set_owner, &len); in add_sd_context() 2781 bool set_owner; in SMB2_open_init() local 2792 set_owner = true; in SMB2_open_init() 2794 set_owner = false; in SMB2_open_init() 2796 if (set_owner | set_mod in SMB2_open_init() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 2581 create_sd_buf(umode_t mode, bool set_owner, unsigned int *len) in create_sd_buf() argument 2592 if (set_owner) { in create_sd_buf() 2602 if (set_owner) { in create_sd_buf() 2644 if (set_owner) { in create_sd_buf() 2671 add_sd_context(struct kvec *iov, unsigned int *num_iovec, umode_t mode, bool set_owner) in add_sd_context() argument 2676 iov[num].iov_base = create_sd_buf(mode, set_owner, &len); in add_sd_context() 3046 bool set_owner; in SMB2_open_init() local 3057 set_owner = true; in SMB2_open_init() 3059 set_owner = false; in SMB2_open_init() 3061 if (set_owner | set_mod in SMB2_open_init() [all...] |
Completed in 14 milliseconds