Home
last modified time | relevance | path

Searched refs:opt1 (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/net/ceph/
A Dceph_common.c134 struct ceph_options *opt1 = new_opt; in ceph_compare_options() local
147 ret = memcmp(opt1, opt2, ofs); in ceph_compare_options()
155 if (opt1->key && !opt2->key) in ceph_compare_options()
157 if (!opt1->key && opt2->key) in ceph_compare_options()
159 if (opt1->key && opt2->key) { in ceph_compare_options()
166 if (opt1->key->len != opt2->key->len) in ceph_compare_options()
168 if (opt1->key->key && !opt2->key->key) in ceph_compare_options()
170 if (!opt1->key->key && opt2->key->key) in ceph_compare_options()
173 ret = memcmp(opt1->key->key, opt2->key->key, opt1->key->len); in ceph_compare_options()
184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options()
[all …]
/linux-6.3-rc2/drivers/net/can/usb/
A Dusb_8dev.c168 u8 opt1; /* optional parameter / return value */ member
230 num_bytes_read != 16 || in->opt1 != 0) in usb_8dev_send_cmd()
251 outmsg.opt1 = USB_8DEV_BAUD_MANUAL; in usb_8dev_cmd_open()
281 .opt1 = 0, in usb_8dev_cmd_close()
295 .opt1 = 0, in usb_8dev_cmd_version()
/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dsmc.h310 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dpinctrl-palmas.txt71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
A Dmarvell,dove-pinctrl.txt61 twsi - none, opt1, opt2, opt3
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/
A Dcpl5_cmd.h194 u32 opt1; member
/linux-6.3-rc2/arch/arm/boot/dts/
A Ddove.dtsi722 marvell,function = "twsi-opt1";
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_msg.h319 __be64 opt1; member
369 __be64 opt1; member
A Dcxgb4_main.c1947 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) | in cxgb4_create_server()
1990 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) | in cxgb4_create_server6()
/linux-6.3-rc2/drivers/pinctrl/
A Dpinctrl-palmas.c295 FUNCTION_GROUP(opt1, OPTION1), \
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_cpl.h488 __be32 opt1; member
/linux-6.3-rc2/Documentation/driver-api/
A Dipmi.rst509 add|remove,kcs|bt|smic,mem|i/o,<address>[,<opt1>[,<opt2>[,...]]]

Completed in 50 milliseconds