| /linux/include/linux/i3c/ |
| H A D | ccc.h | 14 /* I3C CCC (Common Command Codes) related definitions */ 56 * struct i3c_ccc_events - payload passed to ENEC/DISEC CCC 60 * Depending on the CCC command, the specific events coming from all devices 69 * struct i3c_ccc_mwl - payload passed to SETMWL/GETMWL CCC 81 * struct i3c_ccc_mrl - payload passed to SETMRL/GETMRL CCC 121 * struct i3c_ccc_defslvs - payload passed to DEFSLVS CCC 150 * struct i3c_ccc_enttm - payload passed to ENTTM CCC 154 * Information passed to the ENTTM CCC to instruct an I3C device to enter a 174 * struct i3c_ccc_getpid - payload passed to GETPID CCC 183 * struct i3c_ccc_getbcr - payload passed to GETBCR CCC [all …]
|
| /linux/fs/unicode/ |
| H A D | mkutf8data.c | 151 * defined. The CCC of a non-defined code point is 0. 154 * with a non-zero CCC that occur between two characters with 155 * a CCC of 0, or at the begin or end of a string. 156 * The unicode standard guarantees that all CCC values are 159 * Code points with CCC 0 are known as stoppers. 163 * The CCC of a decomposable character is the same as the CCC 167 * These do affect normalization, as they all have CCC 0. 1341 int ccc; member 1381 if (left->ccc != right->ccc) in nfdi_equal() 1398 if (left->ccc != right->ccc) in nfdicf_equal() [all …]
|
| /linux/drivers/power/supply/ |
| H A D | axp20x_battery.c | 963 int ccc = info->constant_charge_current_max_ua; in axp209_set_battery_info() local 969 /* Set max to unverified value to be able to set CCC */ in axp209_set_battery_info() 970 axp_batt->max_ccc = ccc; in axp209_set_battery_info() 972 if (ccc <= 0 || axp20x_set_constant_charge_current(axp_batt, ccc)) { in axp209_set_battery_info() 974 "couldn't set ccc from DT: fallback to min value\n"); in axp209_set_battery_info() 975 ccc = 300000; in axp209_set_battery_info() 976 axp_batt->max_ccc = ccc; in axp209_set_battery_info() 977 axp20x_set_constant_charge_current(axp_batt, ccc); in axp209_set_battery_info() 987 int ccc = info->constant_charge_current_max_ua; in axp717_set_battery_info() local 1017 axp_batt->max_ccc = ccc; in axp717_set_battery_info() [all …]
|
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | core.c | 280 struct i3c_ccc_cmd *ccc) in i3c_hci_send_ccc_cmd() argument 285 bool prefixed = raw && !!(ccc->id & I3C_CCC_DIRECT); in i3c_hci_send_ccc_cmd() 286 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd() 291 ccc->id, ccc->rnw, ccc->ndests, ccc->dests[0].payload.len); in i3c_hci_send_ccc_cmd() 302 ccc->id, true); in i3c_hci_send_ccc_cmd() 307 xfer[i].data = ccc->dests[i].payload.data; in i3c_hci_send_ccc_cmd() 308 xfer[i].data_len = ccc->dests[i].payload.len; in i3c_hci_send_ccc_cmd() 309 xfer[i].rnw = ccc->rnw; in i3c_hci_send_ccc_cmd() 310 ret = hci->cmd->prep_ccc(hci, &xfer[i], ccc->dests[i].addr, in i3c_hci_send_ccc_cmd() 311 ccc->id, raw); in i3c_hci_send_ccc_cmd() [all …]
|
| H A D | hci.h | 148 #define HCI_QUIRK_RAW_CCC BIT(1) /* CCC framing must be explicit */
|
| /linux/drivers/i3c/master/ |
| H A D | dw-i3c-master.c | 712 struct i3c_ccc_cmd *ccc) in dw_i3c_ccc_set() argument 717 if (ccc->id & I3C_CCC_DIRECT) { in dw_i3c_ccc_set() 718 pos = dw_i3c_master_get_addr_pos(master, ccc->dests[0].addr); in dw_i3c_ccc_set() 728 cmd->tx_buf = ccc->dests[0].payload.data; in dw_i3c_ccc_set() 729 cmd->tx_len = ccc->dests[0].payload.len; in dw_i3c_ccc_set() 731 cmd->cmd_hi = COMMAND_PORT_ARG_DATA_LEN(ccc->dests[0].payload.len) | in dw_i3c_ccc_set() 736 COMMAND_PORT_CMD(ccc->id) | in dw_i3c_ccc_set() 746 ccc->err = I3C_ERROR_M2; in dw_i3c_ccc_set() 751 static int dw_i3c_ccc_get(struct dw_i3c_master *master, struct i3c_ccc_cmd *ccc) in dw_i3c_ccc_get() argument 756 pos = dw_i3c_master_get_addr_pos(master, ccc->dests[0].addr); in dw_i3c_ccc_get() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | pgtable-bits.h | 203 * 64-bit, R1 or earlier: CCC D V G [S H] M A W R P 204 * 32-bit, R1 or earlier: CCC D V G M A W R P 205 * 64-bit, R2 or later: CCC D V G RI/R XI [S H] M A W P 206 * 32-bit, R2 or later: CCC D V G RI/R XI M A W P
|
| /linux/arch/x86/include/asm/ |
| H A D | archrandom.h | 26 : "=@ccc" (ok), [out] "=r" (*v)); in rdrand_long() 37 : "=@ccc" (ok), [out] "=r" (*v)); in rdseed_long()
|
| H A D | bitops.h | 151 : "=@ccc" (oldbit) in arch___test_and_set_bit() 176 : "=@ccc" (oldbit) in arch___test_and_clear_bit() 187 : "=@ccc" (oldbit) in arch___test_and_change_bit() 223 : "=@ccc" (oldbit) in variable_test_bit()
|
| H A D | signal.h | 86 asm("btl %2,%1" : "=@ccc"(ret) : "m"(*set), "Ir"(_sig-1)); in __gen_sigismember()
|
| /linux/tools/perf/tests/ |
| H A D | subcmd-help.c | 40 TEST_ASSERT_VAL("wrong cmd", is_in_cmdlist(&cmds, "ccc") == 0); in test__uniq_cmdnames() 54 add_cmdname(&cmds1, "ccc", 3); in test__exclude_cmdnames() 79 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "ccc") == 1); in test__exclude_cmdnames()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_overlay.c | 355 #define CCC(v) ((v) << 24 | (v) << 16 | (v) << 8) in armada_overlay_set_property() macro 356 drm_to_overlay_state(state)->colorkey_yr = CCC(K2R(val)); in armada_overlay_set_property() 357 drm_to_overlay_state(state)->colorkey_ug = CCC(K2G(val)); in armada_overlay_set_property() 358 drm_to_overlay_state(state)->colorkey_vb = CCC(K2B(val)); in armada_overlay_set_property() 359 #undef CCC in armada_overlay_set_property()
|
| /linux/drivers/clk/microchip/ |
| H A D | Makefile | 5 obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs-ccc.o
|
| /linux/arch/riscv/boot/dts/microchip/ |
| H A D | mpfs.dtsi | 290 compatible = "microchip,mpfs-ccc"; 298 compatible = "microchip,mpfs-ccc"; 306 compatible = "microchip,mpfs-ccc"; 314 compatible = "microchip,mpfs-ccc";
|
| /linux/arch/x86/boot/ |
| H A D | bitops.h | 30 asm("btl %2,%1" : "=@ccc" (v) : "m" (*p), "Ir" (nr)); in variable_test_bit()
|
| /linux/fs/smb/client/ |
| H A D | cifsroot.c | 28 char addr[sizeof("aaa.bbb.ccc.ddd")]; in parse_srvaddr()
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | mpo-cursor.svg | 402 sodipodi:nodetypes="ccc" /> 408 sodipodi:nodetypes="ccc" /> 414 sodipodi:nodetypes="ccc" />
|
| /linux/tools/perf/bench/ |
| H A D | find-bit-bench.c | 46 : "=@ccc" (oldbit) in asm_test_bit()
|
| /linux/samples/kfifo/ |
| H A D | record-example.c | 59 "ccc",
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_v13_0_7_pptable.h | 30 #define SMU_13_0_7_PP_PLATFORM_CAP_POWERPLAY 0x1 // This cap indicates whether CCC need to s…
|
| H A D | smu_v11_0_7_pptable.h | 30 …RM_CAP_POWERPLAY 0x1 // This cap indicates whether CCC need to show Powerp…
|
| H A D | smu_v14_0_2_pptable.h | 34 #define SMU_14_0_2_PP_PLATFORM_CAP_POWERPLAY 0x1 // This cap indicates whether CCC need …
|
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 203 unsigned long ccc : 1; /* Cryptography counter control */ member
|
| /linux/drivers/tty/ipwireless/ |
| H A D | hardware.c | 380 * transform bits from aa.bbb.ccc to ccc.bbb.aa in swap_packet_bitfield_to_le() 395 * transform bits from ccc.bbb.aa to aa.bbb.ccc in swap_packet_bitfield_from_le()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pciercx-defs.h | 196 __BITFIELD_FIELD(uint32_t ccc:1,
|